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: reduce multiple output arrays into one #26004

Closed
wants to merge 2 commits into from

Commits on Feb 8, 2019

  1. http: reduce multiple output arrays into one

    Now we are using `output`, `outputEncodings` and `outputCallbacks`
    to hold pending data. Reducing them into one array `outputData`
    can slightly improve performance and reduce some redundant codes.
    starkwang committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    bde8a92 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    89a723c View commit details
    Browse the repository at this point in the history