Bug fix (304 not modified as original response)

This commit is contained in:
Miroslav Stampar
2020-09-11 14:32:25 +02:00
parent a1342e04a5
commit f6857d4ee4
3 changed files with 3 additions and 2 deletions

View File

@@ -239,6 +239,7 @@ class HTTP_HEADER(object):
EXPIRES = "Expires"
HOST = "Host"
IF_MODIFIED_SINCE = "If-Modified-Since"
IF_NONE_MATCH = "If-None-Match"
LAST_MODIFIED = "Last-Modified"
LOCATION = "Location"
PRAGMA = "Pragma"