remove spurious eprintf

This commit is contained in:
Simon Cruanes 2023-03-09 11:10:50 -05:00
parent 849194728a
commit 5bb480235a
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -319,7 +319,6 @@ module Make(IO : IO)
(* also set size if known *)
match content_size_ content, meth with
| None, _ ->
Printf.eprintf "size not known\n%!";
headers := ("expect", "") :: ("transfer-encoding", "chunked") :: !headers
| Some size , POST _ ->
Curl.set_postfieldsize self size;