jur9526 / couchdb-python

Automatically exported from code.google.com/p/couchdb-python
Other
0 stars 0 forks source link

Consecutives POST requests concatenates request bodies on App Engine #225

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Google App Engine Env
2. list(..., keys = []) or view(... keys = []) (or anything producing a POST 
request) 

App Engine do not clear its request._body variable after each requests so 
bodies are concatenated calls after calls

check out 
https://code.google.com/r/alexandre-couchdb-python-app-engine/source/detail?r=ad
304b3b2494b66d26d4c2c30825753699b3c4b2 

Original issue reported on code.google.com by alexan...@codjovi.fr on 23 May 2013 at 8:20

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub. Please continue discussion here:

https://github.com/djc/couchdb-python/issues/225

Original comment by djc.ochtman on 15 Jul 2014 at 7:22