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 websockets support for vs/vsr upstreams #653

Merged
merged 2 commits into from
Aug 14, 2019

Commits on Aug 14, 2019

  1. Configuration menu
    Copy the full SHA
    3a1b536 View commit details
    Browse the repository at this point in the history
  2. Fix vs/vsr tests for connection headers

    * Was testing for the presence of "proxy_set_header Connection"
    * Now tests for the presence of "set $default_connection_header"
    
    $default_connection_header is a custom variable that is used for
    upgrading to the Websocket protocol when using vs/vsr upstreams
    Dean-Coakley committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    2f61526 View commit details
    Browse the repository at this point in the history