ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

HTTP method argument gets ignored when adding a new Task #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Task Queue implementation is not honouring the HTTP method set when raising 
the task, and always executing POST operations. For example a task created with

task = taskqueue.Task(url=url, method="PUT", payload=...) 

will actually arrive at my app as a POST.

Original issue reported on code.google.com by tobias.r...@gmail.com on 4 Oct 2010 at 1:04

GoogleCodeExporter commented 9 years ago
Fixed in the trunk.

Thanks to Joaquin Cuenca Abela for providing a patch!

Original comment by tobias.r...@gmail.com on 4 Oct 2010 at 1:08

GoogleCodeExporter commented 9 years ago
Fixed in the 0.2.0 release.

Original comment by tobias.r...@gmail.com on 12 Dec 2010 at 11:32