Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: db4d5fc97b32c4f0f3d0a7405af76c9c663c24ea
https://github.com/WebKit/WebKit/commit/db4d5fc97b32c4f0f3d0a7405af76c9c663c24ea
Author: Simon Pena <[email protected]>
Date: 2026-06-24 (Wed, 24 Jun 2026)
Changed paths:
M Source/WebCore/platform/network/soup/SoupNetworkSession.cpp
Log Message:
-----------
[GTK][WPE] Increase the libsoup idle connection timeout to 115 seconds
https://bugs.webkit.org/show_bug.cgi?id=316990
Reviewed by Patrick Griffis.
Raise the libsoup session idle-connection timeout from the 60s default
to 115s. Keeping idle connections in the pool longer avoids a full
TCP+TLS reconnect when navigating back to a recently-used origin within
a browsing session. This matches Firefox's default
(network.http.keep-alive.timeout = 115); Chrome keeps used idle sockets
for 300s.
No new tests, behavior change is a timeout tuning value.
* Source/WebCore/platform/network/soup/SoupNetworkSession.cpp:
(WebCore::SoupNetworkSession::SoupNetworkSession):
Canonical link: https://commits.webkit.org/315741@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications