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: concat body in res.end #27

Merged
merged 1 commit into from
Jan 26, 2022
Merged

Commits on Jan 25, 2022

  1. fix: concat body in res.end

    fixes: antongolub#26
    
    - added a test to demonstrate how write and end are used together that should fail with the current code
    - use the already bound write method to ensure that body is concatenated correctly
    - this seemed like the quickest way to do this, as callback isn't used
    ErisDS committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    ec47f38 View commit details
    Browse the repository at this point in the history