mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Default value to raw key, avoiding warnings if line is false.
This commit is contained in:
parent
97fe32f87c
commit
151ea2804f
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ class HttpSocket extends CakeSocket {
|
|||
return $this->response = false;
|
||||
}
|
||||
|
||||
$this->request['raw'] = '';
|
||||
if ($this->request['line'] !== false) {
|
||||
$this->request['raw'] = $this->request['line'];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue