[webkit-changes] [WebKit/WebKit] ecc5b3: Add IPV6 support to built-in server for run-benchm...

James Carter Bohan noreply at github.com
Fri Dec 1 15:33:11 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ecc5b337e0f999d49c89eba273e15483d9231015
      https://github.com/WebKit/WebKit/commit/ecc5b337e0f999d49c89eba273e15483d9231015
  Author: James Bohan <james at jcbohan.com>
  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




More information about the webkit-changes mailing list