mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-21 20:56:06 +03:00
Fix SplitHTTP H3 waited for downResponse before uploading
https://github.com/XTLS/Xray-core/issues/3560#issuecomment-2241750579
This commit is contained in:
parent
22535d8643
commit
0f65aa8ed8
@ -94,6 +94,10 @@ func (c *DefaultDialerClient) OpenDownload(ctx context.Context, baseURL string)
|
|||||||
gotDownResponse.Close()
|
gotDownResponse.Close()
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
if c.isH3 {
|
||||||
|
gotConn.Close()
|
||||||
|
}
|
||||||
|
|
||||||
// we want to block Dial until we know the remote address of the server,
|
// we want to block Dial until we know the remote address of the server,
|
||||||
// for logging purposes
|
// for logging purposes
|
||||||
<-gotConn.Wait()
|
<-gotConn.Wait()
|
||||||
|
Loading…
Reference in New Issue
Block a user