1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-16 18:49:16 -04:00

fix some typo (#1482)

This commit is contained in:
Bo He
2021-12-27 12:33:08 +08:00
committed by GitHub
parent 423d566024
commit b057a37fd6
13 changed files with 18 additions and 18 deletions

View File

@@ -260,7 +260,7 @@ func (s *Server) handlePlainHTTP(ctx context.Context, request *http.Request, wri
return err
}
// Plain HTTP request is not a stream. The request always finishes before response. Hense request has to be closed later.
// Plain HTTP request is not a stream. The request always finishes before response. Hence, request has to be closed later.
defer common.Close(link.Writer)
var result error = errWaitAnother