Commit 8f3bdeb
committed
[HttpClient] Don't reset timeout counter when initializing requests
1 parent 2381e0d commit 8f3bdebCopy full SHA for 8f3bdeb
File tree
Expand file treeCollapse file tree
6 files changed
+45
-4
lines changedOpen diff view settings
Filter options
- src/Symfony
- Component/HttpClient
- Response
- Tests
- Contracts/HttpClient/Test
Expand file treeCollapse file tree
6 files changed
+45
-4
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/HttpClient/Response/CurlResponse.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Response/CurlResponse.php+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
148 | 148 | |
149 | 149 | |
150 | 150 | |
| 151 | + |
151 | 152 | |
152 | 153 | |
153 | 154 | |
|
Collapse file
src/Symfony/Component/HttpClient/Response/NativeResponse.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Response/NativeResponse.php+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
183 | 183 | |
184 | 184 | |
185 | 185 | |
| 186 | + |
186 | 187 | |
187 | 188 | |
188 | 189 | |
|
Collapse file
src/Symfony/Component/HttpClient/Response/ResponseTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Response/ResponseTrait.php+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
233 | 233 | |
234 | 234 | |
235 | 235 | |
236 | | - |
| 236 | + |
237 | 237 | |
238 | 238 | |
239 | 239 | |
240 | 240 | |
241 | 241 | |
242 | 242 | |
243 | | - |
244 | | - |
| 243 | + |
| 244 | + |
245 | 245 | |
246 | 246 | |
247 | 247 | |
| ||
304 | 304 | |
305 | 305 | |
306 | 306 | |
307 | | - |
| 307 | + |
308 | 308 | |
309 | 309 | |
310 | 310 | |
|
Collapse file
src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
157 | 157 | |
158 | 158 | |
159 | 159 | |
| 160 | + |
160 | 161 | |
161 | 162 | |
162 | 163 | |
|
Collapse file
src/Symfony/Component/HttpClient/Tests/NativeHttpClientTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Tests/NativeHttpClientTest.php+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
29 | 34 | |
30 | 35 | |
31 | 36 | |
|
Collapse file
src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php+33Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
810 | 810 | |
811 | 811 | |
812 | 812 | |
| 813 | + |
| 814 | + |
| 815 | + |
| 816 | + |
| 817 | + |
| 818 | + |
| 819 | + |
| 820 | + |
| 821 | + |
| 822 | + |
| 823 | + |
| 824 | + |
| 825 | + |
| 826 | + |
| 827 | + |
| 828 | + |
| 829 | + |
| 830 | + |
| 831 | + |
| 832 | + |
| 833 | + |
| 834 | + |
| 835 | + |
| 836 | + |
| 837 | + |
| 838 | + |
| 839 | + |
| 840 | + |
| 841 | + |
| 842 | + |
| 843 | + |
| 844 | + |
| 845 | + |
813 | 846 | |
814 | 847 | |
815 | 848 | |
|
0 commit comments