mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-11 05:28:34 -05:00
parent
db9b18fb44
commit
6eeb121af6
1 changed files with 0 additions and 1 deletions
|
|
@ -302,7 +302,6 @@ module Make(IO : IO)
|
||||||
let do_cleanup, self = match client with
|
let do_cleanup, self = match client with
|
||||||
| None -> true, make()
|
| None -> true, make()
|
||||||
| Some c ->
|
| Some c ->
|
||||||
Curl.reset c;
|
|
||||||
false, c
|
false, c
|
||||||
in
|
in
|
||||||
_apply_config self config;
|
_apply_config self config;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue