Skip to content

Websocket fixes for partial frames and buffer updates.#9890

Closed
icing wants to merge 2 commits intocurl:masterfrom
icing:ws-buf2
Closed

Websocket fixes for partial frames and buffer updates.#9890
icing wants to merge 2 commits intocurl:masterfrom
icing:ws-buf2

Conversation

@icing
Copy link
Contributor

@icing icing commented Nov 11, 2022

  • buffers updated correctly when handling partial frames
  • callbacks no longer invoked for incomplete payload data of 0 length
  • curl_ws_recv no longer returns with 0 length partial payload

- buffers updated correctly when handling partial frames
- callbacks no longer invoked for incomplete payload data of 0 length
- curl_ws_recv no longer returns with 0 length partial payload
- renamed wsp->stillbuffer to wsp->stillblen
@bagder bagder closed this in 13d5502 Nov 11, 2022
@bagder
Copy link
Member

bagder commented Nov 11, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants