Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
A few notes to self.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbisbee committed May 25, 2011
1 parent b16ce41 commit 954b3cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Sag.php
Expand Up @@ -905,6 +905,8 @@ private function procPacket($method, $url, $data = null, $headers = array())
if($sockInfo['timed_out'])
throw new SagException('Connection timed out while reading.');

//TODO deal with fgets() returning false
//TODO add tests to check binary safeness
$line = fgets($sock);

if($isHeader)
Expand Down

0 comments on commit 954b3cb

Please sign in to comment.