Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1403b63e4c6354570bf514c20ff1dc4ed1354c76
      
https://github.com/WebKit/WebKit/commit/1403b63e4c6354570bf514c20ff1dc4ed1354c76
  Author: Ahmad Saleem <[email protected]>
  Date:   2026-07-23 (Thu, 23 Jul 2026)

  Changed paths:
    M Tools/Scripts/webkitpy/port/base.py

  Log Message:
  -----------
  webkitpy: ports_to_forward() checks _websocket_server instead of 
_websocket_secure_server
https://bugs.webkit.org/show_bug.cgi?id=320079
rdar://182999477

Reviewed by Sam Sneddon.

Port.ports_to_forward() guarded the secure WebSocket server's ports
with a copy-pasted condition that checked Port._websocket_server
again instead of Port._websocket_secure_server. This meant the
secure server's ports could be silently skipped, or an
AttributeError could occur, depending on which server was set.

* Tools/Scripts/webkitpy/port/base.py:
(Port.ports_to_forward): Check Port._websocket_secure_server before
forwarding its ports.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to