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

for h2 make sure it follows http messaging from spec #56

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

Commits on Mar 29, 2018

  1. Fix auto-upgrade from SPDY/3 to SPDY/3.1

    The current code auto-upgrades all SPDY/3 clients to SPDY/3.1 when
    operating in **plain** mode with **autoSpdy31** set to true. This seems
    rather restrictive, implying that with autoSpdy31 set to true, the
    server does not support SPDY/3-only clients.
    
    This commit fixes this by only upgrading SPDY/3 clients to SPDY/3.1 when
    the server receives a WINDOW_UPDATE for stream id 0. This ensures
    that SPDY/3 clients can proceed uninhibited when operating in **plain**
    mode, and ensuring that the autoSpdy31 option is only used for
    SPDY/3.1 clients in **plain** mode, allowing for both SPDY/3 and
    SPDY/3.1 clients to co-exist on the same server in **plain** mode.
    anandsuresh committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    8fff849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65561f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Configuration menu
    Copy the full SHA
    0d12394 View commit details
    Browse the repository at this point in the history
  2. switch let to var

    jgautier committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    b663c2f View commit details
    Browse the repository at this point in the history
  3. dont use fat arrow

    jgautier committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    5c33564 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd9cec4 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. address comment from Anand

    jgautier committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    50ac157 View commit details
    Browse the repository at this point in the history