Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

http2: edge case errors, consistency, nits #167

Closed
wants to merge 7 commits into from

Commits on Jul 10, 2017

  1. Configuration menu
    Copy the full SHA
    278f42d View commit details
    Browse the repository at this point in the history
  2. http2: ServerHttp2Stream.headersSent property, proxied by Http2Server…

    …Response
    
    This avoids brittle abstraction-leaking to guess whether or not ServerHttp2Stream.respond() may still be called on HEAD requests where the stream is ended before headers are sent.
    sebdeckers committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    f3e65eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b181b8b View commit details
    Browse the repository at this point in the history
  4. http2: var to const/let

    sebdeckers committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    ce3fc2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    959cab5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ab2a11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64376eb View commit details
    Browse the repository at this point in the history