fix(errors): Reuse '100 Continue' string
Alias HTTP_CONTINUE to HTTP_100 rather than setting it to separate string.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user