Having issues with the reverse proxy sample #2453
-
I'm trying to use the reverse proxy sample verbatim minus changing the urls:
When I hit the url: http://localhost:8000/index.html It sometimes makes one successful request. Other times it just sits there. It's almost like it isn't closing a connection. If I try to proxy the mongoose.ws website, it does get pretty far, but then eventually locks up:
Any ideas what could be up with this? The endpoints I am trying to proxy, are extremely small. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
TL;DR |
Beta Was this translation helpful? Give feedback.
TL;DR
Sorry, I don't have the time to follow your hexdump.
Please put a network sniffer (Wireshark) on each side of the connection and analyze the traffic.
If you have an actual issue, please open an issue, follow the issue template, and attach the capture files, be specific.