Commit 5e94e4b3 authored by shajiaiming's avatar shajiaiming

fix

parent 995f0cfa
...@@ -87,7 +87,6 @@ class CurlHttpClient ...@@ -87,7 +87,6 @@ class CurlHttpClient
if (!empty($options['cookies'])) { if (!empty($options['cookies'])) {
$this->cookies = $options['cookies']; $this->cookies = $options['cookies'];
} }
echo $this->timeout_ms;exit;
$this->method = self::METHOD_GET; $this->method = self::METHOD_GET;
$this->flush(); $this->flush();
return $this->response; return $this->response;
......
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