Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9641e3

Browse files
committed
This last commit was in haste :)
1 parent 6a87dd9 commit e9641e3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/core/option.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,7 @@ def _parseBurpLog(content):
292292
# Cookie and Host headers
293293
if key.upper() == HTTPHEADER.COOKIE.upper():
294294
cookie = value
295-
elif False:
296-
#elif key.upper() == HTTPHEADER.HOST.upper():
295+
elif key.upper() == HTTPHEADER.HOST.upper():
297296
if '://' in value:
298297
scheme, value = value.split('://')[:2]
299298
splitValue = value.split(":")

0 commit comments

Comments
 (0)