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

Fix usage of undocumented _implicitHeader #128

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

Commits on Sep 26, 2018

  1. Add failing tests for http2

    maritz committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    769f52b View commit details
    Browse the repository at this point in the history
  2. Add support for http2

    The change just removes the usage of undocumented http API and instead uses the proper writeHead method
    maritz committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    6e1ae36 View commit details
    Browse the repository at this point in the history
  3. Remove arrow function in tests

    maritz committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    f4e4dfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b00e4f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    655bbe9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb2e280 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d45e7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce237f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    75794dd View commit details
    Browse the repository at this point in the history
  10. Fix closing for v8.x and v9.x

    maritz committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    521863c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. fix tests not draining data for http2 requests, resulting in timeouts…

    … in node v10.4 onwards
    maritz committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    19a6ac5 View commit details
    Browse the repository at this point in the history