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, timers: remove domain specific code #18477

Closed
wants to merge 2 commits into from

Commits on Jan 31, 2018

  1. http: remove domain specific code

    Due to some changes to async tracking of http and also
    in how domains are handled, it's no logner necessary
    to manually copy domain from req to res in http code.
    apapirovski committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    d442a9c View commit details
    Browse the repository at this point in the history
  2. timers: remove domain specific code

    It is no longer necessary to explicitly set the handle
    to inherit the Timeout domain.
    apapirovski committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    8cfa05d View commit details
    Browse the repository at this point in the history