Browse Source

fix codestyle

pull/1712/head^2 v4.18.2
Kslr 6 years ago
parent
commit
be27720c74
  1. 3
      common/buf/io.go

3
common/buf/io.go

@ -63,7 +63,8 @@ func NewReader(reader io.Reader) Reader {
if err != nil {
newError("failed to get sysconn").Base(err).WriteToLog()
} else {
/* Check if ReadVReader Can be used on this reader first
/*
Check if ReadVReader Can be used on this reader first
Fix https://github.com/v2ray/v2ray-core/issues/1666
*/
if ok, _ := checkReadVConstraint(rawConn); ok {

Loading…
Cancel
Save