fennb / phirehose

PHP interface to Twitter Streaming API
709 stars 189 forks source link

Undefined offset: 2 Line 689 #93

Closed nicklee1990 closed 8 years ago

nicklee1990 commented 8 years ago

Is anyone else seeing an issue with line 689?

 list($httpVer, $httpCode, $httpMessage) = preg_split('/\s+/', trim(fgets($this->conn, 1024)), 3);

It's producing the following error: Undefined offset: 2 but I haven't been able to work out what is going wrong

DarrenCook commented 8 years ago

Duplicate of #81