Skip to content

Commit

Permalink
Do not set Transfer-Encoding: chunked
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Mar 3, 2022
1 parent 144e71c commit 1f33c54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/http/http1.ml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ let general send_request client connection (request : Message.request) =
exist right now. *)
let headers =
Message.all_headers request
|> fun headers -> ("Transfer-Encoding", "chunked")::headers
|> Httpaf.Headers.of_list
and method_ =
Httpaf.Method.of_string
Expand Down

0 comments on commit 1f33c54

Please sign in to comment.