-
Notifications
You must be signed in to change notification settings - Fork 411
on_response hook don't receive the same injected dependency as on_request #490
Comments
Seems that for each result, state = injector.run() |
Forgot the last comment. I have no idea what I was talking about. I wanted to say to |
I'd consider this a valid bug yup - they ought to get the same state, if it has already been created. |
Seems that it you already fixed it somewhere between this issue and today. Line 197 in 002b525
|
@pslacerda Great, thanks for confirming. |
Edited on_error -> on_response.
For some reason some objects injected
on_request()
isn't the same injected onon_response()
, but other components likeWSGIEnviron
are. This happened on an exception context.The text was updated successfully, but these errors were encountered: