XHTTP client: Make H3 httptrace work on v2rayNG

Introduced in https://github.com/XTLS/Xray-core/pull/4150
This commit is contained in:
RPRX 2024-12-20 07:19:41 +00:00 committed by GitHub
parent 1410b6335b
commit 53b04d560b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 9 additions and 11 deletions

View file

@ -8,7 +8,7 @@ import (
"encoding/binary"
"io"
"github.com/quic-go/quic-go/quicvarint"
"github.com/xtls/quic-go/quicvarint"
"github.com/xtls/xray-core/common"
"github.com/xtls/xray-core/common/buf"
"github.com/xtls/xray-core/common/bytespool"