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

Commits on Oct 28, 2023

  1. websocket: add option to disable auto-pong reply

    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
    brimonk committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    eeb9e74 View commit details
    Browse the repository at this point in the history
  2. websocket: added 2307 to be ignored by hyper

    Ignoring 2307 just like the other websocket tests.
    brimonk committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    f8df2ea View commit details
    Browse the repository at this point in the history