Open GoogleCodeExporter opened 8 years ago
Maybe because of lack of support of the newer hybi specifications. See
http://code.google.com/p/phpwebsocket/issues/detail?id=35 as well.
Original comment by ch...@tanaskoski.com
on 27 Aug 2011 at 7:55
To fix this replace this :
preg_match ("#Sec-WebSocket-Origin: (.*?)\r\n#", $buffer, $match) && $origin =
$match[1];
with
preg_match ("#Origin: (.*?)\r\n#", $buffer, $match) && $origin = $match[1];
Original comment by stokesc...@gmail.com
on 30 Jun 2012 at 5:49
sadfsadf
Original comment by lts06...@gmail.com
on 26 Jun 2015 at 3:47
Original issue reported on code.google.com by
mpea...@gmail.com
on 26 Aug 2011 at 2:11