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

FAST HTTP YEAH #2355

Closed
wants to merge 4 commits into from
Closed

FAST HTTP YEAH #2355

wants to merge 4 commits into from

Commits on Aug 26, 2015

  1. http_parser: consume StreamBase instance

    Consume StreamBase instance and operate on incoming data directly
    without allocating Buffer instances. Improves performance.
    
    PR-URL: nodejs#2355
    Reviewed-By: Trevor Norris <trev.norris@gmail.com>
    indutny committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    59b91f1 View commit details
    Browse the repository at this point in the history
  2. improvement

    indutny committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    bc82108 View commit details
    Browse the repository at this point in the history
  3. env: introduce KickNextTick

    There might be a need to "kick off" the next tick queue and execute
    events on it. Normally it is done through the `MakeCallback` interface,
    but in case when it is not - we need a way to "kick them off" manually.
    indutny committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    d94f7f4 View commit details
    Browse the repository at this point in the history
  4. http_parser: follow-up fixes

    indutny committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    5cb0a0e View commit details
    Browse the repository at this point in the history