> On Feb 8, 2016, at 10:36 PM, Steven Goh <[email protected]> wrote: > > Hi, > > I'm currently using ATS 6.1.0 on production, as a forward proxy. > > In front of the forward proxy, there is nghttpx > <https://nghttp2.org/documentation/nghttpx-howto.html> reverse proxy that > translates http2/spdy traffic into http1.1 traffic for ATS. > > The problem with this is that this reverse proxy causes a huge volume of > requests from a localhost IP, which seems to be throttled of some sorts by > ATS, which is leading to 504 timeout errors sporadically. > > How can I remove this client throttling limit on ATS?
Before we dig deeper, please make sure you are upgraded to v6.1.1. v6.1.0 (and I believe v6.0.0) have some serious issues related to connections being shutdown prematurely. Also, why not just let ATS do H2? Cheers, — Leif
