Commit a187218
authored
Fixed reading of response if it has been already read
Fixed reading of response if it has been already read by something else (like guzzle logging middleware). It happens that ->getContents() don't rewind the Stream. But __toString does.1 parent f4f1819 commit a187218
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
0 commit comments