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

Skip to content

Commit 93e071f

Browse files
committed
Fix for an Issue #251
1 parent 302348b commit 93e071f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,7 @@ def findMultipartPostBoundary(post):
19731973
return retVal
19741974

19751975
def urldecode(value, encoding=None, unsafe="%%&=;%s" % CUSTOM_INJECTION_MARK_CHAR, convall=False):
1976-
result = None
1976+
result = value
19771977

19781978
if value:
19791979
try:

0 commit comments

Comments
 (0)