drewzboto / grunt-connect-proxy

Grunt Connect support for proxying API calls during development
MIT License
424 stars 122 forks source link

Too much delay in connections throw the proxy #84

Closed Serginho closed 9 years ago

Serginho commented 9 years ago

I'm using the proxy in a angular project with a local server and there is an important delay when the proxy is up.

Comparative requests: Request --- Proxy --- Server request1 --- 15.3s --- 602ms request2 --- 5.8s --- 387ms

Why does the proxy have that delay?I think it's too much delay.

Serginho commented 9 years ago

I fixed it partially, If you choose a port different to 80, the proxy works better and more quick.