mirror of
https://github.com/ehang-io/nps.git
synced 2025-08-31 17:56:56 +00:00
fix read request
This commit is contained in:
@@ -43,6 +43,9 @@ func (s *Conn) readRequest(buf []byte) (n int, err error) {
|
||||
return
|
||||
}
|
||||
n += rd
|
||||
if n < 4 {
|
||||
continue
|
||||
}
|
||||
if string(buf[n-4:n]) == "\r\n\r\n" {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user