Commit b3a40ff6 authored by shajiaiming's avatar shajiaiming

fix

parent 64b9fed9
......@@ -163,8 +163,8 @@ class SwooleHttpClient
public function closeCurlHandle()
{
if ($this->handle) {
$this->handle = null;
if ($this->curl_handle) {
$this->curl_handle = null;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment