mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-01-28 04:04:54 -05:00
do not flush after headers
This commit is contained in:
parent
e3d8cf9fdd
commit
1060158192
1 changed files with 0 additions and 2 deletions
|
|
@ -490,8 +490,6 @@ module Response = struct
|
||||||
|
|
||||||
IO.Out_channel.output_buf oc buf;
|
IO.Out_channel.output_buf oc buf;
|
||||||
IO.Out_channel.output_string oc "\r\n";
|
IO.Out_channel.output_string oc "\r\n";
|
||||||
(* flush after writing headers *)
|
|
||||||
IO.Out_channel.flush oc;
|
|
||||||
Buf.clear buf;
|
Buf.clear buf;
|
||||||
|
|
||||||
(match body with
|
(match body with
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue