-
Notifications
You must be signed in to change notification settings - Fork 163
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
Cannot answer request on event 'onRequestEnd' #187
Comments
To complete my issue, I know have the body of the request but the connection to the server is established during Any idea? |
Hi, did you solve the problem 🤔 I'll very appreciate if you share with me any idea @DblK |
@kics223w1 yes I did solve my issue, making my own library yamp. |
@DblK Nice, I also solved the problem. I'll submit pull request which provide example how to do that soon. |
|
Hi,
I try to match some query to do some specific answer. Until now, I was using the event
onRequest
which was working fine until I wanted to handle body request.After mapping
onRequestData
&onRequestEnd
I finally have all information need: rawBody.However, I cannot respond to the client. It seems somewhere in the library, a response is sent to the client. Moreover, the proxy has already made the query to the server.
I which the connection to occur only after all
onRequestEnd
.Could you pinpoint where it is and how to avoid it? Or maybe to have all body request in
onRequest
event?Thank you
The text was updated successfully, but these errors were encountered: