Allow readerA.pull to return an actual result
This commit is contained in:
parent
46c6361602
commit
cbaff8b593
@ -236,6 +236,7 @@ func (this *readerA) pull() (uint16, error) {
|
||||
if !message.chunked {
|
||||
this.eof = true
|
||||
}
|
||||
return message.method, nil
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user