Proper fix for an Issue #757

This commit is contained in:
Miroslav Stampar
2014-08-26 23:36:04 +02:00
parent 2a268199d4
commit fd36250026
2 changed files with 5 additions and 3 deletions

View File

@@ -173,6 +173,7 @@ class HTTP_HEADER:
SERVER = "Server"
USER_AGENT = "User-Agent"
TRANSFER_ENCODING = "Transfer-Encoding"
URI = "URI"
VIA = "Via"
class EXPECTED: