mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-06 03:05:31 -05:00
remove spurious eprintf
This commit is contained in:
parent
849194728a
commit
5bb480235a
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue