Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f3615e97b23eeffb42559c059d0311ad724aa691
https://github.com/WebKit/WebKit/commit/f3615e97b23eeffb42559c059d0311ad724aa691
Author: Sam Sneddon <[email protected]>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M
Tools/Scripts/webkitpy/benchmark_runner/http_server_driver/http_server/builtin_http_server.py
M Tools/Scripts/webkitpy/tool/servers/rebaselineserver.py
Log Message:
-----------
Migrate usage of http.server.HTTPServer to ThreadingHTTPServer
https://bugs.webkit.org/show_bug.cgi?id=287215
rdar://problem/144358027
Reviewed by Dewei Zhu.
As the Python docs say:
> This is useful to handle web browsers pre-opening sockets, on which
> HTTPServer would wait indefinitely.
This should thus make all of our usage more resilient.
*
Tools/Scripts/webkitpy/benchmark_runner/http_server_driver/http_server/builtin_http_server.py:
* Tools/Scripts/webkitpy/tool/servers/rebaselineserver.py:
(RebaselineHTTPServer):
(RebaselineHTTPServer.__init__):
Canonical link: https://commits.webkit.org/289986@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes