mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-06 11:15:44 -05:00
parent
db9b18fb44
commit
cfcd23d16a
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