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

Add automatic ping on websockets #947

Merged
merged 4 commits into from
Jan 15, 2015
Merged

Commits on Jan 15, 2015

  1. Add automatic ping on websockets

    Signed-off-by: Luca Niccoli <l.niccoli@awtech.it>
    lniccoli committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    c573c34 View commit details
    Browse the repository at this point in the history
  2. Add HTTPServerSettings.webSocketPingInterval

    It will be made accessible to the websocket via HTTPServerRequest
    
    Signed-off-by: Luca Niccoli <l.niccoli@awtech.it>
    lniccoli committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    36858b2 View commit details
    Browse the repository at this point in the history
  3. Add HTTPServerRequest.serverSettings

    Makes a const reference to HTTPServerSettings accessible to HTTP
    delegates.
    
    Signed-off-by: Luca Niccoli <l.niccoli@awtech.it>
    lniccoli committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    88941f5 View commit details
    Browse the repository at this point in the history
  4. Read websocket ping interval from server settings

    Signed-off-by: Luca Niccoli <l.niccoli@awtech.it>
    lniccoli committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    f241c4d View commit details
    Browse the repository at this point in the history