Google App Engine-强制使用Content-Length

问题描述

我试图“强制”应用引擎提供Content-Length而不是transfer-encoding,但我无法弄清楚。

我有一个在Flex引擎上运行的Node Express应用。

解决方法

Content-Type设置为text/json似乎已“解决”了问题-App引擎设置了Content-Length标头属性。