message-size-increase #3

Merged
sashakoshka merged 227 commits from message-size-increase into main 2025-09-07 19:27:38 -06:00
Showing only changes of commit cbaff8b593 - Show all commits

View File

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