Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commit596dcc3
committed
bug#49926 [HttpClient] Fix canceling MockResponse (fancyweb)
This PR was merged into the 5.4 branch.Discussion----------[HttpClient] Fix canceling MockResponse| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | yes| New feature? | no| Deprecations? | -| Tickets |#49925| License | MIT| Doc PR | -MockResponse not issued by MockHttpClient might not have the http_method info set.http_code looks safe since it's defined in the constructor.Commits-------f9abba7 [HttpClient] Fix canceling MockResponseFile tree
3 files changed
+10
-2
lines changed- src/Symfony/Component/HttpClient
- Response
- Tests
- Response
3 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | | - | |
| 510 | + | |
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
119 | 127 | | |
0 commit comments
Comments
(0)