Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
kslr committed May 18, 2019
1 parent c6f3ab4 commit be27720
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions common/buf/io.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ 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
Fix https://github.com/v2ray/v2ray-core/issues/1666
/*
Check if ReadVReader Can be used on this reader first
Fix https://github.com/v2ray/v2ray-core/issues/1666
*/
if ok, _ := checkReadVConstraint(rawConn); ok {
return NewReadVReader(reader, rawConn)
Expand Down

0 comments on commit be27720

Please sign in to comment.