Skip to content

Commit fc6cadb

Browse files
committed
SetQuicHeaders -> SetQUICHeaders
1 parent 87bca11 commit fc6cadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ func runHTTPServers(n *centrifuge.Node, ruleContainer *rule.Container, apiExecut
15791579

15801580
if useHTTP3 {
15811581
server.Handler = http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
1582-
_ = wtServer.H3.SetQuicHeaders(w.Header())
1582+
_ = wtServer.H3.SetQUICHeaders(w.Header())
15831583
mux.ServeHTTP(w, r)
15841584
})
15851585
}

0 commit comments

Comments
 (0)