Commit bca2697
committed
Fix access after deletion of request
Accessing a BUrlRequest from an asynchronous handler is not safe, as the
request may have changed state already. So we cannot get the URL from
the request. For http requests, get it from the result instead.1 parent 571a45d commit bca2697
File tree
1 file changed
+1
-0
lines changed- Source/WebCore/platform/network/haiku
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
| 496 | + | |
496 | 497 | | |
497 | 498 | | |
498 | 499 | | |
| |||
0 commit comments