mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-24 18:13:00 +01:00
Merge pull request #1 from pinkal-vansia/pinkal-vansia-reason-phrase-casting-patch-1
Changed the reason phrase casting from int to string
This commit is contained in:
commit
6b5c376145
@ -73,7 +73,7 @@ final class EasyHandle
|
||||
$headers,
|
||||
$this->sink,
|
||||
substr($startLine[0], 5),
|
||||
isset($startLine[2]) ? (int) $startLine[2] : null
|
||||
isset($startLine[2]) ? (string) $startLine[2] : null
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user