Re: [akka-user] Nginx error when proxying to Akka Http and large response sizes

2016-01-20 Thread Akka Team
Hi Chris, This looks like a weird issue to me. The linked issue in aleph might or might not really matter here, they seemed to have ignored backpressure (Channel Future from netty If I understood correctly). Akka should handle these cases correctly, even if you send enourmous ByteStrings to its

Re: [akka-user] Nginx error when proxying to Akka Http and large response sizes

2016-01-20 Thread Chris Baxter
Issue created, including a code sample to reproduce the issue: https://github.com/akka/akka/issues/19542 On Wednesday, January 20, 2016 at 6:38:50 AM UTC-5, Akka Team wrote: > > Hi Chris, > > This looks like a weird issue to me. The linked issue in aleph might or > might not really matter here,

[akka-user] Nginx error when proxying to Akka Http and large response sizes

2016-01-15 Thread Chris Baxter
We just finished our conversion of all of our rest endpoints from Unfiltered to Akka Http. In doing so, we noticed a strange error when we have our nginx (version 1.6) proxy sitting in front of Akka Http. If the response is a bit large, over say 30K, nginx fails with the following error:

[akka-user] Nginx error when proxying to Akka Http and large response sizes

2016-01-15 Thread Chris Baxter
We just finished our conversion of all of our rest endpoints from Unfiltered to Akka Http. In doing so, we noticed a strange error when we have our nginx (version 1.6) proxy sitting in front of Akka Http. If the response is a bit large, over say 30K, nginx fails with the following error: