Navigation Menu

Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

[Minor] Header labels could be properly cased #33

Closed
MrTrick opened this issue Dec 23, 2009 · 1 comment
Closed

[Minor] Header labels could be properly cased #33

MrTrick opened this issue Dec 23, 2009 · 1 comment

Comments

@MrTrick
Copy link

MrTrick commented Dec 23, 2009

In the response headers, couchdb uses 'Content-Type', and couchdb-lucene uses 'content-type'.
According to the RFC 4.2, header field names are case-insensitive, but it being different from couchdb tripped up the library I'm using.

@rnewson
Copy link
Owner

rnewson commented Dec 23, 2009

This is caused by Python's httplib module, I think.

I've applied a fix and verified that headers are returned in the expected case.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants