erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

Some of requests to API server are getting stalled . #1241

Open devicharan opened 8 years ago

devicharan commented 8 years ago

Hello ,

I see that some of the requests to the api server gets stalled in the browser. For confirming this i have put logs in the proxy.web on the node side which was super fast . There werent many more than 6 requests to send by the browser to httpserver ( chrome limitation on sending max 6 parallel requests to same domain). The requests are getting stalled for 20 seconds.

Update 1 : It gets stalled only in chrome . IE Edge and firefox return immediately.

Thanks, charan