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
... but I'm unable to follow the code to where its used (or why its there). recognize seems to do the same as well.
In both cases, when a block is passed, the call ends up returning a HttpRouter::Request instead (which is not a valid rack response).
Any help on this would be appreciated. I'd be willing to help patch this if needed (if this is not intended behavior). Of course, its likely that I'm just missing something.
The text was updated successfully, but these errors were encountered:
... but I'm unable to follow the code to where its used (or why its there).
recognize
seems to do the same as well.In both cases, when a block is passed, the
call
ends up returning aHttpRouter::Request
instead (which is not a valid rack response).Any help on this would be appreciated. I'd be willing to help patch this if needed (if this is not intended behavior). Of course, its likely that I'm just missing something.
The text was updated successfully, but these errors were encountered: