From 8fb12e8d82c63d0ff6df969b82a0ae9c7b045161 Mon Sep 17 00:00:00 2001 From: Guoye Zhang Date: Tue, 23 Apr 2024 17:14:44 -0700 Subject: [PATCH] Connect-UDP-Listen to Connect-UDP-Bind --- Sources/HTTPTypes/HTTPFieldName.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/HTTPTypes/HTTPFieldName.swift b/Sources/HTTPTypes/HTTPFieldName.swift index 7b174f2..fd1fed7 100644 --- a/Sources/HTTPTypes/HTTPFieldName.swift +++ b/Sources/HTTPTypes/HTTPFieldName.swift @@ -504,6 +504,6 @@ extension HTTPField.Name { static var proxyQUICForwarding: Self { .init(rawName: "Proxy-QUIC-Forwarding", canonicalName: "proxy-quic-forwarding") } /// Proxy-Config-Epoch static var proxyConfigEpoch: Self { .init(rawName: "Proxy-Config-Epoch", canonicalName: "proxy-config-epoch") } - /// Connect-UDP-Listen - static var connectUDPListen: Self { .init(rawName: "Connect-UDP-Listen", canonicalName: "connect-udp-listen") } + /// Connect-UDP-Bind + static var connectUDPBind: Self { .init(rawName: "Connect-UDP-Bind", canonicalName: "connect-udp-bind") } }