mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Bug fix (304 not modified as original response)
This commit is contained in:
parent
a1342e04a5
commit
f6857d4ee4
3 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue