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

src: use offset calc. instead of req->data in node_file #21839

Closed
wants to merge 1 commit into from

Commits on Jul 16, 2018

  1. src: use offset calc. instead of req->data in node_file

    A small refactor – this removes one layer of pointer indirection.
    (The performance gain is likely negligible, the main point here
    being that this encapsulates libuv request management a bit more.)
    addaleax committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    ed1caac View commit details
    Browse the repository at this point in the history