Projet

Général

Profil

socket.patch

Joël Cuissinat, 20/02/2013 15:41

Télécharger (457 octets)

Voir les différences:

Socket.php.new 2013-02-20 15:40:26.000000000 +0100
326 326
                if (rtrim($line) === '') break;
327 327
            }
328 328
        }
329
        // hack for 4301
330
        if (stripos($response, "Transfer-Encoding: chunked\r\n")) {
331
            $response = str_ireplace("Transfer-Encoding: chunked\r\n", '', $response);
332
	}
333
        // end hack
329 334

  
330 335
        $this->_checkSocketReadTimeout();
331 336