Re: upgrade to 1-9.15 caused block requests

2018-11-22 Thread Maxim Dounin
Hello! On Thu, Nov 22, 2018 at 07:15:41AM -0500, Ortal wrote: > This is a small example of my code, I changed the code and in the current > version on post/put request trying to read the buffer and print it, on any > other requests just send response (I tried to minimal it as much as I > could) >

Re: upgrade to 1-9.15 caused block requests

2018-11-22 Thread Ortal
This is a small example of my code, I changed the code and in the current version on post/put request trying to read the buffer and print it, on any other requests just send response (I tried to minimal it as much as I could) On the current flow when running a post request with 1MB data the ngx_ht

Re: upgrade to 1-9.15 caused block requests

2018-11-21 Thread Maxim Dounin
Hello! On Wed, Nov 21, 2018 at 01:47:40PM -0500, Ortal wrote: > Hi, > I am developing my own nginx module, I am getting a post requests, parse the > data and send 204. > I worked with nginx version release-1.9.15, and I am trying to upgrade to > version release-1.15.5. > After the upgrade post r

upgrade to 1-9.15 caused block requests

2018-11-21 Thread Ortal
Hi, I am developing my own nginx module, I am getting a post requests, parse the data and send 204. I worked with nginx version release-1.9.15, and I am trying to upgrade to version release-1.15.5. After the upgrade post requests with payload larger then 1M are getting blocked. >From the nginx lo