Hi Eugene, I have a problem with the response from my Nginx which is hosting a client side server. My backend is NodeJs. Randomly i keep getting error 500 which i believe is associated with the transfer encoding as chunked. Can you help me?
On Saturday, 5 December 2009 16:43:49 UTC+3, eugene wrote: > > Thanks heaps. This fixes my nginx AND going direct to node.js problem. > Fixed forever! :-) > > -- Eugene > > On Dec 5, 6:39 pm, ry <[email protected]> wrote: > > On Dec 3, 1:11 pm, Christopher Lenz <[email protected]> wrote: > > > > > On 03.12.2009, at 12:40, Hagen wrote: > > > > > > chunked is a known problem with all mainstream reverse proxies. > fixing > > > > them would be best, giving node the capability to disable chunking > the > > > > most pragmatic option. this option must be transparent to code > running > > > > ontop of node. > > > > > Actually I think this is a bug in the node.js HTTP server. Assuming > those proxies specify the HTTP version as 1.0 in their requests, node > should not be doing chunked encoding, but rather stream out the body chunks > normally and then close the connection. > > > > Yes, it's a bug. Fixed in c5d8238, hopefully. > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/483d0aff-22ce-4021-a72f-659b93b02ac9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
