We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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