message-size-increase #3

Open
sashakoshka wants to merge 38 commits from message-size-increase into main
Showing only changes of commit cbaff8b593 - Show all commits

View File

@ -236,6 +236,7 @@ func (this *readerA) pull() (uint16, error) {
if !message.chunked {
this.eof = true
}
return message.method, nil
}
}
}