[webkit-changes] [WebKit/WebKit] 63fd6d: [CURL] Network sessions are not destroyed in platf...
Przemyslaw Gorszkowski
noreply at github.com
Mon Oct 14 22:56:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 63fd6df149122d10e9b6924f47e24e736ff3e83c
https://github.com/WebKit/WebKit/commit/63fd6df149122d10e9b6924f47e24e736ff3e83c
Author: Przemyslaw Gorszkowski <pgorszkowski at igalia.com>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M Source/WebKit/NetworkProcess/curl/NetworkProcessMainCurl.cpp
Log Message:
-----------
[CURL] Network sessions are not destroyed in platformFinalize
https://bugs.webkit.org/show_bug.cgi?id=281281
Reviewed by Michael Catanzaro.
When we close UIProcess it sends to NetworkProcess message(s)
to destroy all sessions (DestroySession) but right after that
the IPC connection is close which causes that NetworkProcess
can be closed without destroying all sessions.
This change destroys all sessions when the NetworkProcess is
closing.
* Source/WebKit/NetworkProcess/curl/NetworkProcessMainCurl.cpp:
Canonical link: https://commits.webkit.org/285180@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list