Unable to access attr_accessor method inside throttled_response #555
Unanswered
anikettstiwari
asked this question in
Questions (Q&A)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The attr_accessor methods are not accessible in the throttled_response.
When I am trying to call request.comment it is giving me nil
When I am saving my comment in the req object req.comment = "my comment". It is not accessible in request object in throttled_response callback.
Rack-attack: 6.5.0
Rack: 2.2.3
Beta Was this translation helpful? Give feedback.
All reactions