Skip to content

Commit

Permalink
Fix: do not leave empty connetion
Browse files Browse the repository at this point in the history
https://t.me/projectXray/3782602

Co-authored-by: Fangliding <Fangliding.fshxy@outlook.com>
Co-authored-by: xqzr <34030394+xqzr@users.noreply.github.com>
Co-authored-by: ll11l1lIllIl1lll <88377095+ll11l1lIllIl1lll@users.noreply.github.com>
  • Loading branch information
4 people committed Jul 20, 2024
1 parent 8deb953 commit 0047616
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions transport/internet/splithttp/dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ func getHTTPClient(ctx context.Context, dest net.Destination, streamSettings *in
if isH3 {
dest.Network = net.Network_UDP
quicConfig := &quic.Config{
HandshakeIdleTimeout: 10 * time.Second,
MaxIdleTimeout: 90 * time.Second,
KeepAlivePeriod: 3 * time.Second,
Allow0RTT: true,
}
roundTripper := &http3.RoundTripper{
Expand Down

0 comments on commit 0047616

Please # to comment.