Fix CGI
parent
f3c2d32d26
commit
6330272760
|
@ -53,9 +53,9 @@ IN: http.server.cgi
|
||||||
"CGI output follows" >>message
|
"CGI output follows" >>message
|
||||||
swap '[
|
swap '[
|
||||||
binary encode-output
|
binary encode-output
|
||||||
_ output-stream get swap <cgi-process> binary <process-stream> [
|
output-stream get _ <cgi-process> binary <process-stream> [
|
||||||
post-request? [ request get post-data>> data>> write flush ] when
|
post-request? [ request get post-data>> data>> write flush ] when
|
||||||
'[ _ write ] each-block
|
'[ _ stream-write ] each-block
|
||||||
] with-stream
|
] with-stream
|
||||||
] >>body ;
|
] >>body ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue