Commit 78f5d89
committed
[SOUP] WPENetworkProcess crashed on process exit
https://bugs.webkit.org/show_bug.cgi?id=290446
Reviewed by Michael Catanzaro.
To cancel all pending requests before network process exits, we have to
abort the current soup session. This will cancell all pending
cancellable task in glib-network backends (e.g.: OpenSSL, GnuTLS).
Original author: Volodymyr Ogorodnik()
See: #1482
* Source/WebCore/platform/network/soup/SoupNetworkSession.cpp:
(WebCore::SoupNetworkSession::~SoupNetworkSession):
Canonical link: https://commits.webkit.org/294000@main1 parent f82ef2b commit 78f5d89
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
156 | 159 | | |
157 | 160 | | |
158 | 161 | | |
| |||
0 commit comments