I am trying to "force" app engine to serve Content-Length instead of Transfer-Encoding but I can't figure it out.
I have a Node Express app running on flex engine.
I am trying to "force" app engine to serve Content-Length instead of Transfer-Encoding but I can't figure it out.
I have a Node Express app running on flex engine.
It seems that setting Content-Type
as text/json
has "fixed" the problem - App engine sets the Content-Length
header property.