Skip to content

Commit

Permalink
Merge pull request #500 from kgriffs/status_codes
Browse files Browse the repository at this point in the history
fix(errors): Reuse '100 Continue' string
  • Loading branch information
jmvrbanac committed Apr 14, 2015
2 parents d2654cb + 96c6dbf commit 66e70fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falcon/status_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


HTTP_100 = '100 Continue'
HTTP_CONTINUE = '100 Continue'
HTTP_CONTINUE = HTTP_100
HTTP_101 = '101 Switching Protocols'
HTTP_SWITCHING_PROTOCOLS = HTTP_101

Expand Down

0 comments on commit 66e70fa

Please sign in to comment.