Changed the way we handle HTTP headers internally so that they appear
commitcb49597dc2786b206eebed0c9e2afc47cf909aa2
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sat, 20 Oct 2007 05:58:48 +0000 (20 05:58 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sat, 20 Oct 2007 05:58:48 +0000 (20 05:58 +0000)
treec208434cb9fbc49cba6df38cc6dc5e8482ae88ab
parent7cd03a315f71ec50c0f612ab42d67ea71a697f08
Changed the way we handle HTTP headers internally so that they appear
case-insensitive, but the original case is preserved for output. This increases the chances of working with non-compliant clients without changing the external interface. Fixed #2970.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6546 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/http/__init__.py