* pylons 0.9.7
* python2.5
* debian Etch 5.0
The application works fine but it seems to return truncated messages
for most web browsers, e.g. firefox, safari, chrome. The salient bit
of code is just,
return "http://www.google.com/search?test"
as part of an 'as-trivial-as-possible' test for a default
controller.
The result is that in firefox or safari the browser shows,
although the pylons log claims that it sent back the full response
string.
In the case of wget however, it returns the full string as
expected.
This is starting to drive me insane and I cannot figure out what is
going wrong. My best guess is that the content-length header is not
being set somewhere, but I'm not sure where or what I can possibly do
about it.
This seems like a pretty heinous error, is there really no feedback on
it? Is there any additional information I could supply?
Again this problem doesn't occur with wget, but occurs with most
browsers.
return "http://www.google.com/search?test"
The result is that in firefox or safari the browser shows,
http://m.google.com/se