Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965fa04 commit c6d29e0Copy full SHA for c6d29e0
1 file changed
lib/core/option.py
@@ -309,6 +309,8 @@ def _parseBurpLog(content):
309
elif key not in (HTTPHEADER.PROXY_CONNECTION, HTTPHEADER.CONNECTION):
310
conf.httpHeaders.append((getUnicode(key), getUnicode(value)))
311
312
+ data = data.rstrip("\r\n") if data else data
313
+
314
if getPostReq and (params or cookie):
315
if not port and isinstance(scheme, basestring) and scheme.lower() == "https":
316
port = "443"
0 commit comments