Http PUT usually is used to push a file like object not key/value
pairs.

On Nov 1, 4:24 am, Paul <[EMAIL PROTECTED]> wrote:
> The following are lines 134 and 135 of urlfetch_stub.py:
>
> if method == 'POST' and payload:
>    adjusted_headers['Content-Type'] = 'application/x-www-form-
> urlencoded'
>
> I believe the condition should be:
>
> if (method == 'POST' or method == 'PUT') and payload:
>
> Or am I missing something?  Is there an appropriate place to file
> bugs?
>
> Thanks,
> ~paul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to