mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-07 11:45:36 -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_string oc "\r\n";
|
||||
(* flush after writing headers *)
|
||||
IO.Out_channel.flush oc;
|
||||
Buf.clear buf;
|
||||
|
||||
(match body with
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue