Minor patch related to the #5740

This commit is contained in:
Miroslav Stampar
2024-06-28 23:10:58 +02:00
parent d37db2e7e8
commit 3192da0acd
3 changed files with 7 additions and 4 deletions

View File

@@ -5276,6 +5276,9 @@ def parseRequestFile(reqFile, checkParams=True):
Parses WebScarab logs (POST method not supported)
"""
if WEBSCARAB_SPLITTER not in content:
return
reqResList = content.split(WEBSCARAB_SPLITTER)
for request in reqResList: