comparison xml/en/docs/faq/chunked_encoding_from_backend.xml @ 200:19c060caf965

- Figured out how to add new faq entries to makefile - Aligned sys_errlist style with the other entries - Minor typos corrected in the other entries
author Andrey Alexeev <andrew@nginx.com>
date Wed, 23 Nov 2011 17:19:40 +0000
parents ec4626d04879
children a413dffb0557
comparison
equal deleted inserted replaced
199:8796246b31e1 200:19c060caf965
10 <para> 10 <para>
11 <initial>Q:</initial> 11 <initial>Q:</initial>
12 My backend server appears to send HTTP/1.0 responses using 12 My backend server appears to send HTTP/1.0 responses using
13 chunked encoding but nginx doesn't handle it correctly. 13 chunked encoding but nginx doesn't handle it correctly.
14 For instance, I'm using nginx as a frontend to my node.js 14 For instance, I'm using nginx as a frontend to my node.js
15 application and instead of pure JSON from backend nginx 15 application and instead of pure JSON from backend, nginx
16 returns something framed in decimal numbers like 16 returns something framed in decimal numbers like
17 17
18 <programlisting> 18 <programlisting>
19 47 19 47
20 {"error":"query error","message":"Parameter(s) missing: user,password"} 20 {"error":"query error","message":"Parameter(s) missing: user,password"}