On Wed, 12 Jul 2023 at 11:25, Mike Duglas via curl-library
<curl-library@lists.haxx.se> wrote:
>
> Hi,
>
> bytesleft == 0 means no more data in this frame.
> bytesleft == 0 and CURLWS_CONT bit is not set means the end of the message.
>
> --
> Mike

Thanks for the reply.

Unfortunately that does not seem to be the case for me. I fragment my
message into eight frames and the first frame does not have the
CURLWS_CONT bit set, the following seven frames do. This is what I
would expect if CURLWS_CONT has the same meaning as the continuation
frame opcode.
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to