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

http: send implicit headers on HEAD with no body #48108

Merged
merged 2 commits into from
May 26, 2023

Commits on May 21, 2023

  1. http: send implicit headers on HEAD with no body

    If we respond to a HEAD request with a body, we ignore all writes.
    However, we must still include all implicit headers.
    
    Fixes a regressions introduced in
    nodejs#47732.
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed May 21, 2023
    Configuration menu
    Copy the full SHA
    bb09c61 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Update test/parallel/test-http-head-response-has-no-body-end-implicit…

    …-headers.js
    
    Co-authored-by: cjihrig <cjihrig@gmail.com>
    mcollina and cjihrig authored May 22, 2023
    Configuration menu
    Copy the full SHA
    ee6846c View commit details
    Browse the repository at this point in the history