Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

websocket: add option to disable auto-pong reply #12220

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

brimonk
Copy link

@brimonk brimonk commented Oct 28, 2023

This adds another bitflag on CURLOPT_WS_OPTIONS (CURLWS_NOAUTOPONG (2))
that disables the default and automatic PONG reply in the WebSocket
layer.

Ideally, this will complete the "Provide option to disable PING-PONG automation"
item on the "Future Work" section of this.

Authored-by: brimonk on github

This adds another bitflag on CURLOPT_WS_OPTIONS (CURLWS_NOAUTOPONG) that
disables the default and automatic PONG reply in the WebSocket layer.

Authored-by: brimonk on github
Ignoring 2307 just like the other websocket tests.
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.

None yet

1 participant