mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-13 03:45:22 +01:00
[Http] Removing reference to clas property that does not exist
This commit is contained in:
parent
7c5d5a9867
commit
8f41764d02
@ -172,7 +172,7 @@ class Request extends AbstractMessage implements RequestInterface
|
||||
$this->url = clone $this->url;
|
||||
$this->curlHandle = $this->response = $this->responseBody = null;
|
||||
$this->params->set('queued_response', false);
|
||||
$this->processedResponse = $this->preparedRequest = false;
|
||||
$this->processedResponse = false;
|
||||
$this->setState(RequestInterface::STATE_NEW);
|
||||
}
|
||||
|
||||
@ -601,7 +601,6 @@ class Request extends AbstractMessage implements RequestInterface
|
||||
$this->response = null;
|
||||
$this->responseBody = null;
|
||||
$this->processedResponse = false;
|
||||
$this->preparedRequest = false;
|
||||
$this->getParams()->remove('queued_response');
|
||||
$this->curlOptions->clear();
|
||||
$this->releaseCurlHandle();
|
||||
|
Loading…
x
Reference in New Issue
Block a user