Hi, All
I've been testing out the proxy server in the vert.x github examples, on vert.x 2.1.1.
On the surface it seems to work ok. However, if I use it to proxy a website, and then go to the site in my browser, I see quite a few connections made by the browser just hanging and not returning any response.
If I make these requests individually, they all return successfully.
I'm generating lots of load, just requesting a web page which has a number of images, javascript files etc.
Am I missing something obvious here?