Re: Sending empty response from http_upstream

2023-01-14 Thread Jeff Heisz
Ah, ok. I'm not sure where I got that line to mark header_only from, probably looking at some other code. Once I commented that out, I discovered where the content length was coming from, I had an error page for the 302 response that I hadn't realized I'd put in there and of course it makes sense

Re: Sending empty response from http_upstream

2023-01-14 Thread Maxim Dounin
Hello! On Fri, Jan 13, 2023 at 11:19:14PM -0500, Jeff Heisz wrote: > Hello! > > I've been trying to debug an issue with a custom nginx module, which > is working 'properly' with desktop browsers but failing on Apple > browsers with an 'invalid response' error message. > > I don't know exactly w

Sending empty response from http_upstream

2023-01-13 Thread Jeff Heisz
Hello! I've been trying to debug an issue with a custom nginx module, which is working 'properly' with desktop browsers but failing on Apple browsers with an 'invalid response' error message. I don't know exactly what it doesn't like (so much fun debugging on i-devices) but I am seeing one speci