File tree
6 files changed
+36
-20
lines changedFilter options
- src/Symfony
- Component/HttpClient
- Tests
- Contracts/HttpClient/Test
- Fixtures/web
6 files changed
+36
-20
lines changedsrc/Symfony/Component/HttpClient/CurlHttpClient.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/CurlHttpClient.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
274 | 274 |
|
275 | 275 |
|
276 | 276 |
|
277 |
| - |
| 277 | + |
278 | 278 |
|
279 | 279 |
|
280 | 280 |
|
|
src/Symfony/Component/HttpClient/NativeHttpClient.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/NativeHttpClient.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
334 | 334 |
|
335 | 335 |
|
336 | 336 |
|
337 |
| - |
| 337 | + |
| 338 | + |
| 339 | + |
338 | 340 |
|
339 | 341 |
|
340 | 342 |
|
|
src/Symfony/Component/HttpClient/Tests/CurlHttpClientTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Tests/CurlHttpClientTest.php-15Lines changed: 0 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 | 40 |
|
56 | 41 |
|
57 | 42 |
|
|
src/Symfony/Contracts/HttpClient/Test/Fixtures/web/index.php
Copy file name to clipboardExpand all lines: src/Symfony/Contracts/HttpClient/Test/Fixtures/web/index.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
| 29 | + |
28 | 30 |
|
29 | 31 |
|
30 | 32 |
|
|
src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php+27Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| 39 | + |
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
| ||
1152 | 1153 |
|
1153 | 1154 |
|
1154 | 1155 |
|
| 1156 | + |
| 1157 | + |
| 1158 | + |
| 1159 | + |
| 1160 | + |
| 1161 | + |
| 1162 | + |
| 1163 | + |
| 1164 | + |
| 1165 | + |
| 1166 | + |
| 1167 | + |
| 1168 | + |
| 1169 | + |
| 1170 | + |
| 1171 | + |
| 1172 | + |
| 1173 | + |
| 1174 | + |
| 1175 | + |
| 1176 | + |
| 1177 | + |
| 1178 | + |
| 1179 | + |
| 1180 | + |
| 1181 | + |
1155 | 1182 |
|
src/Symfony/Contracts/HttpClient/Test/TestHttpServer.php
Copy file name to clipboardExpand all lines: src/Symfony/Contracts/HttpClient/Test/TestHttpServer.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
|
0 commit comments