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

http2: check for valid headers #33193

Closed
wants to merge 6 commits into from

Commits on May 1, 2020

  1. http2: header field valid checks

    checks validity for request, writeHead, and setHeader methods
    
    refs: nodejs#29829
    rexagod committed May 1, 2020
    Copy the full SHA
    388915a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Copy the full SHA
    d092e96 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Copy the full SHA
    a0575e0 View commit details
    Browse the repository at this point in the history
  2. fixup: lint

    rexagod committed May 10, 2020
    Copy the full SHA
    502c549 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Update lib/internal/http2/core.js

    Co-authored-by: Ruben Bridgewater <ruben@bridgewater.de>
    rexagod and BridgeAR committed May 23, 2020
    Copy the full SHA
    49f5092 View commit details
    Browse the repository at this point in the history
  2. fixup: review suggestions

    rexagod committed May 23, 2020
    Copy the full SHA
    32689ba View commit details
    Browse the repository at this point in the history