Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 15cc6e13a095e250fce3e74bc9c9b6308ba02019
https://github.com/WebKit/WebKit/commit/15cc6e13a095e250fce3e74bc9c9b6308ba02019
Author: Aakash Jain <[email protected]>
Date: 2026-01-21 (Wed, 21 Jan 2026)
Changed paths:
M Tools/CISupport/ews-build/twisted_additions.py
Log Message:
-----------
[ews] various steps with network requests sometimes get stuck indefinitely
https://bugs.webkit.org/show_bug.cgi?id=305779
rdar://168609841
Reviewed by Jonathan Bedard.
The timeout specified in request() is configured as connectTimeout, which is
timeout
only for the establishing the http connection, not for the entire http response.
If after establishing the connection, the server takes too long, the request
can just wait indefinitely.
Try to set the timeout for entire http session.
* Tools/CISupport/ews-build/twisted_additions.py:
(TwistedAdditions.request):
Canonical link: https://commits.webkit.org/305961@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications