Skip to content
Snippets Groups Projects
Commit 64991de1 authored by Demian Katz's avatar Demian Katz
Browse files

Patched bug in ZF 2.0.6.

parent 59167a84
No related merge requests found
...@@ -435,7 +435,7 @@ class Socket implements HttpAdapter, StreamInterface ...@@ -435,7 +435,7 @@ class Socket implements HttpAdapter, StreamInterface
$line = fgets($this->socket); $line = fgets($this->socket);
$this->_checkSocketReadTimeout(); $this->_checkSocketReadTimeout();
$chunk = ''; $chunk = $line;
// Figure out the next chunk size // Figure out the next chunk size
$chunksize = trim($line); $chunksize = trim($line);
......
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