mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 12:27:36 +03:00
Update dependencies
This commit is contained in:
parent
9df96ac7f1
commit
5c20d0b4d5
6 changed files with 19 additions and 19 deletions
|
@ -32,10 +32,10 @@ type TLSObfs struct {
|
|||
func (to *TLSObfs) read(b []byte, discardN int) (int, error) {
|
||||
buf := B.Get(discardN)
|
||||
_, err := io.ReadFull(to.Conn, buf)
|
||||
B.Put(buf)
|
||||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
B.Put(buf)
|
||||
|
||||
sizeBuf := make([]byte, 2)
|
||||
_, err = io.ReadFull(to.Conn, sizeBuf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue