-
Notifications
You must be signed in to change notification settings - Fork 399
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
Add support for Context #139
Comments
👀 #82 |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale What's the status of this project? |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale Is this whole project stale? Is there an active fork? |
/lifecycle frozen |
/close |
@stlaz: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
With Go 1.7, each
http.Request
now contains ahttp.Request.Context
. With Go 1.8, database drivers now takeContext
, allowing to stop backend requests when inbound requests get cancelled.It would be great to have support for this :)
The text was updated successfully, but these errors were encountered: