You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method defer_http_response clearly states that it can only be used in the http handler. What do I do if my validate_handler calls will block for a while? Can I defer the response there too?