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
Hi,
I'm trying to implement a reverse proxy on top of the forward and roundrobin packages.
It works, but not as expected. When I bench the service with wrk, it starts to slow down the requests' processing after a few seconds, and starts to display error messages:
@arkan, have you found a workaround? I'm getting the same issue:
the server starts to slow down the requests after some time, and shows Error forwarding to http://172.17.0.3:80, err: dial tcp 172.17.0.3:80: i/o timeout.
Hi,
I'm trying to implement a reverse proxy on top of the
forward
androundrobin
packages.It works, but not as expected. When I bench the service with wrk, it starts to slow down the requests' processing after a few seconds, and starts to display error messages:
ERR: 2015/09/01 17:26:24.843441 Error forwarding to http://127.0.0.1:8082, err: dial tcp 127.0.0.1:8082: can't assign requested address
I created a full example here which reproduces the issue: https://gist.github.com/Arkan/3f344293fd79560a96c4
Do you have any idea?
Thanks
The text was updated successfully, but these errors were encountered: