Commit 7343b717 authored by tufengqi's avatar tufengqi

Merge branch 'TRADE-342' into 'master'

fix Closes TRADE-342 See merge request !6
parents 5c724844 b3a40ff6
...@@ -163,8 +163,8 @@ class SwooleHttpClient ...@@ -163,8 +163,8 @@ class SwooleHttpClient
public function closeCurlHandle() public function closeCurlHandle()
{ {
if ($this->handle) { if ($this->curl_handle) {
$this->handle = null; $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