Re: Errorlog shows GET timeout; Accesslog shows POST

2016-05-23 Thread bclod
Francis, You are totally right! I forgot that that we were using some crap logic for the variables; we are switching this to $request_method (the actual built in variable). Your notes confirm to me what I was thinking all along: that the client is likely closing the connection after 5 seconds. W

Re: Errorlog shows GET timeout; Accesslog shows POST

2016-05-22 Thread Francis Daly
On Fri, May 20, 2016 at 03:45:15PM -0400, bclod wrote: Hi there, > We've implemented a lightweight APIGW on nginx 1.9.9 using openresty > packages to customize the handling/proxying logic. We have dozens clients > that are able to leverage this implementation just fine. I suspect that the detai

Errorlog shows GET timeout; Accesslog shows POST

2016-05-21 Thread bclod
Hello! Background We've implemented a lightweight APIGW on nginx 1.9.9 using openresty packages to customize the handling/proxying logic. We have dozens clients that are able to leverage this implementation just fine. The Issue We have one client that is experiencing some weird issues when try