Skip to content

Commit

Permalink
Fix http3 transport close
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Jun 2, 2024
1 parent a5c892e commit f798199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quic/transport_http3.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (t *HTTP3Transport) Start() error {
}

func (t *HTTP3Transport) Reset() {
t.transport.CloseIdleConnections()
_ = t.transport.Close()
}

func (t *HTTP3Transport) Close() error {
Expand Down

0 comments on commit f798199

Please sign in to comment.