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: support readable hwm in IncomingMessage #30135

Merged
merged 1 commit into from Oct 30, 2019
Merged

Commits on Oct 30, 2019

  1. http: support readable hwm in IncomingMessage

    This commit causes http.IncomingMessage instances to set their
    readableHighWaterMark value the same value used in the underlying
    socket.
    
    PR-URL: nodejs#30135
    Fixes: nodejs#30107
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    cjihrig committed Oct 30, 2019
    Copy the full SHA
    11276af View commit details
    Browse the repository at this point in the history