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

load cls before all else #190

Merged
merged 1 commit into from
Dec 1, 2015
Merged

load cls before all else #190

merged 1 commit into from
Dec 1, 2015

Conversation

matthewloring
Copy link
Contributor

This ensures that the code async APIs get patched befored anything in
user-space can get loaded and interfere with tracing. This is a
problem with request in particular as it caches setImmediate.

Fixes: #182
Lands: #187

This ensures that the code async APIs get patched befored anything in
user-space can get loaded and interfere with tracing. This is a
problem with request in particular as it caches setImmediate.

Fixes: #182
Lands: #187
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 1, 2015
@matthewloring
Copy link
Contributor Author

Transitive LGTM from #187

@matthewloring matthewloring merged commit 2793bed into googleapis:master Dec 1, 2015
@matthewloring matthewloring deleted the cls-before-all branch December 1, 2015 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants