do not flush after headers

This commit is contained in:
Simon Cruanes 2023-07-18 15:48:03 -04:00
parent e3d8cf9fdd
commit 1060158192
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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