nathanaschbacher / nodiak

Nodiak is a Node.js client for the Riak Distributed Database
MIT License
43 stars 16 forks source link

When using a reverse proxy, to fix the problem that chunk would coalesce... #30

Open madogai opened 9 years ago

madogai commented 9 years ago

I'm using a reverse proxy nginx. As a result of using all methods during development, because it would get more chunks at the same time, it encounters a problem that it will fail to JSON parsing. I have to fix this problem.