Comment 4 for bug 597546

Revision history for this message
Panagiotis Skintzos (ph7) wrote :

This is a bug in python couchdb client, db.compact raises error
http://code.google.com/p/couchdb-python/issues/detail?id=141

It seems that the client should always send 'Content-Type': 'application/json' header
I attach a patch that fixes it