You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
I'm using Node.js under nginx load balancer. Everything runs fine but a large query string brings status 502 and I can see on nginx error logs this stuff:
upstream prematurely closed connection while reading response header from upstream no live upstreams while connecting to upstream
On node.js logs there is no error, it's like it's ignoring the request.
Has anyone see anything like this?
Ryan Schmidt
unread,
May 30, 2015, 10:59:20 PM5/30/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
What is "large"?
Does it happen when nginx is not involved?
Does the OS matter?
Can you provide a minimal reproduction recipe?