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
I don't see any loop in your logs, the context_id is clearly different across those log entries.
The problem with your code is that the key-value store is global, not local to a request, so "changed" persists across requests, which probably breaks your logic.
I have a very similar issue with the (unchanged) http_auth_random example - sending requests to localhost:10000/headers will always return "Access forbidden.". When I examine the logs I can see that multiple passes are made through on_http_request_headers until it hits send_http_response. The below were for a single request from the client:
Fengxq2014
changed the title
When I changed request body,he program enters an endless loop
When I changed request body,the program enters an endless loop
Jun 24, 2024
The text was updated successfully, but these errors were encountered: