Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ecc5b337e0f999d49c89eba273e15483d9231015
      
https://github.com/WebKit/WebKit/commit/ecc5b337e0f999d49c89eba273e15483d9231015
  Author: James Bohan <[email protected]>
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
    M 
Tools/Scripts/webkitpy/benchmark_runner/http_server_driver/http_server/builtin_http_server.py

  Log Message:
  -----------
  Add IPV6 support to built-in server for run-benchmarks
https://bugs.webkit.org/show_bug.cgi?id=265402

Reviewed by Dewei Zhu.

Using socket.getaddrinfo() allows us to determine if the address is IPv4 or 
IPv6, and we can then adjust the address family in HTTPServer accordingly.

* 
Tools/Scripts/webkitpy/benchmark_runner/http_server_driver/http_server/builtin_http_server.py:

Canonical link: https://commits.webkit.org/271412@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to