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.
The available examples in the list for setting content-length in the
base controller do not work with this version of pylons, which throws
an error related to py_object missing.

On Mar 6, 11:03 pm, joesgroups <[email protected]> wrote:
> Hi,
>   I am running a very simple application with,
>
> * 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,
>
> http://m.google.com/se
>
>     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.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to