Closed GoogleCodeExporter closed 8 years ago
I shoudl have shown this output, showing the two documents created:
[1] + 6559 suspended ipython
mohamed ubuntu-vm:~ [4407%1:20]% curl -X GET http://127.0.0.1:5984/python-
tests/_all_docs
{"total_rows":2,"offset":0,"rows":[
{"id":"8e190c2eb4009785c4724e1eb13dcd66","key":"8e190c2eb4009785c4724e1eb13dcd66
","va
lue":{"rev":"1-15f5381d15b8a7f2df90a477fe37a301"}},
{"id":"ed53522ff11e633c50c742d24dc54acc","key":"ed53522ff11e633c50c742d24dc54acc
","va
lue":{"rev":"1-15f5381d15b8a7f2df90a477fe37a301"}}
]}
Original comment by lrhazi
on 15 Sep 2009 at 9:45
This is due to a bug in httplib2 that causes a request to be incorrectly
retried.
Short-term solution is to apply the patch attached to the httplib2 issue
report,
http://code.google.com/p/httplib2/issues/detail?id=67.
Original comment by matt.goo...@gmail.com
on 15 Sep 2009 at 9:56
Original issue reported on code.google.com by
lrhazi
on 15 Sep 2009 at 9:41