Export to GitHub

couchdb-python - issue #225

Consecutives POST requests concatenates request bodies on App Engine


Posted on May 23, 2013 by Grumpy Dog

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=ad304b3b2494b66d26d4c2c30825753699b3c4b2

Comment #1

Posted on Jul 15, 2014 by Quick Rhino

This issue has been migrated to GitHub. Please continue discussion here:

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

Status: New

Labels:
Type-Defect Priority-Medium