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: fix no response event on continue request #41739

Merged
merged 4 commits into from
Feb 3, 2022

Commits on Jan 30, 2022

  1. http2: fix no response event on continue request

    When sending a continue request, server response with null,
    it does not fires the response event type
    
    Fixes: nodejs#38258
    ofir committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    5289fc6 View commit details
    Browse the repository at this point in the history
  2. fix liniting issues

    ofir committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    e147b0e View commit details
    Browse the repository at this point in the history
  3. correct the fix

    ofir committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    8609ae4 View commit details
    Browse the repository at this point in the history
  4. simplify condition

    ofir committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    91db9b4 View commit details
    Browse the repository at this point in the history