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

Unidirectional and bidirectional streams #885

Merged
merged 12 commits into from
Oct 30, 2017
Merged

Unidirectional and bidirectional streams #885

merged 12 commits into from
Oct 30, 2017

Commits on Oct 12, 2017

  1. Configuration menu
    Copy the full SHA
    820dd81 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Address nits

    RyanTheOptimist committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    5061a15 View commit details
    Browse the repository at this point in the history
  2. invert

    RyanTheOptimist committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    a9b13de View commit details
    Browse the repository at this point in the history
  3. clarify

    RyanTheOptimist committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    4137259 View commit details
    Browse the repository at this point in the history
  4. more

    RyanTheOptimist committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    0740371 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afabe8a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    8fe4367 View commit details
    Browse the repository at this point in the history
  2. Unidirection and bidirectional streams

    This is #872 with some additional exposition and one significant change.
    
    Client-initiated streams are now EVEN.
    
    Server initiated streams are now ODD.
    
    This is a pretty noticeable change, because it inverts the current sign, and
    might cause some disruption in implementations.  However, it makes stream 0
    work within the framework better.  It wasn't clear what Ryan's intent was with
    respect to numbering, but I wouldn't have noticed this until I noticed a
    conflict between prose and the table.
    
    Closes #643, #656, #720, #872, #175.
    
    This does not close the other issues that were addressed by #643, because this
    doesn't include any changes in the HTTP draft.  I'll create a follow-up PR for
    that.
    martinthomson committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    82f6b87 View commit details
    Browse the repository at this point in the history
  3. Fixup

    martinthomson committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    f5b735a View commit details
    Browse the repository at this point in the history
  4. Add article

    martinthomson committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    442dc99 View commit details
    Browse the repository at this point in the history
  5. Detail

    martinthomson committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    3541a42 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Remove duplication

    martinthomson committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    665dc8b View commit details
    Browse the repository at this point in the history