Fixed an issue where the default OPTIONS response was

not exposing all valid methods in the `Allow` header.

This fixes #97
This commit is contained in:
Armin Ronacher 2010-07-28 01:25:08 +02:00
parent ecd9d1b3d9
commit 4927ce2590
3 changed files with 33 additions and 4 deletions

View file

@ -8,6 +8,9 @@ Version 0.6.1
Bugfix release, release date to be announced.
- Fixed an issue where the default `OPTIONS` response was
not exposing all valid methods in the `Allow` header.
Version 0.6
-----------