Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 27b1c63e5a2fb03d12d4e178664d688c325be804
https://github.com/WebKit/WebKit/commit/27b1c63e5a2fb03d12d4e178664d688c325be804
Author: Anthony Tarbinian <[email protected]>
Date: 2025-11-20 (Thu, 20 Nov 2025)
Changed paths:
A LayoutTests/ipc/create-webtransport-parameters-expected.txt
A LayoutTests/ipc/create-webtransport-parameters.html
M
Source/WebKit/NetworkProcess/webtransport/cocoa/NetworkTransportSessionCocoa.mm
Log Message:
-----------
Avoid moving the same value twice in WebTransport configureTLS
https://bugs.webkit.org/show_bug.cgi?id=302885
rdar://164545506
Reviewed by Alex Christensen.
Instead of moving in the configureTLS lambda that can be called multiple times,
we should capture by copying.
Test: ipc/create-webtransport-parameters.html
Test: ipc/create-webtransport-parameters.html
* LayoutTests/ipc/create-webtransport-parameters-expected.txt: Added.
* LayoutTests/ipc/create-webtransport-parameters.html: Added.
*
Source/WebKit/NetworkProcess/webtransport/cocoa/NetworkTransportSessionCocoa.mm:
(WebKit::createParameters):
Canonical link: https://commits.webkit.org/303346@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications