Hi Folks,

I'm relatively new to web.py, and am having a problem getting HTTP
POST requests to respond in certain cases.  I put this question up on
Stack Overflow, so probably the simplest thing to do is just to pass
you the link:

http://stackoverflow.com/questions/4617382/curl-web-py-transfer-closed-with-outstanding-read-data-remaining

Basically, if I post content to my http handler, the response string
is not returned to the caller, and curl gives me this "transfer closed
with outstanding read data remaining" error.  I've also found that the
same problem arises using HTTP PUT, but not with GET or DELETE.

Any tips on how to fix this, or what I might be doing wrong would be
gratefully received.

All the best,

Richard

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en.

Reply via email to