cakephp2-php8/lib/Cake/Network/Http
samokspv 9e15042eff changed regexp for response code
Facebook servers have now HTTP response without status string. The use 
"HTTP/1.1 200 "
while CakePHP needs 
"HTTP/1.1 200 Ok"
because preg_match() in code use + instead *
2014-03-13 19:11:14 +02:00
..
BasicAuthentication.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
DigestAuthentication.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
HttpResponse.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
HttpSocket.php fixes issue #2855 where cafile is not set in HttpSocket 2014-02-18 09:39:56 +01:00
HttpSocketResponse.php changed regexp for response code 2014-03-13 19:11:14 +02:00