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

async_hooks,http: set HTTPParser trigger to socket #18003

Closed
wants to merge 3 commits into from
Closed

async_hooks,http: set HTTPParser trigger to socket #18003

wants to merge 3 commits into from

Commits on Jan 10, 2018

  1. async_hooks,http: set HTTPParser trigger to socket

    This allows more easy tracking of where HTTP requests come from. Before
    this change the HTTPParser would have the HTTPServer as the
    triggerAsyncId.
    
    The HTTPParser will still have the executionAsyncId set to the HTTP
    Server so that information is still directly available. Indirectly, the
    TCP socket itself also has its triggerAsyncId set to the TCP Server.
    AndreasMadsen committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    8e5f1a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb18aa4 View commit details
    Browse the repository at this point in the history
  3. [squash] rebase fix

    AndreasMadsen committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    38cc5b2 View commit details
    Browse the repository at this point in the history