Closed 1d3df9903ad closed 11 years ago
>>> None + ''
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
>>> '' + None
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: cannot concatenate 'str' and 'NoneType' objects
>>>
So the body needs to be None. The thing is that I thought I fixed that in https://github.com/andresriancho/w3af/commit/a92546054cbadf4eec77909bd2a41952afa782c9#core/data/url/HTTPResponse.py .
Related with #250
User description
No user description was provided for this bug report given that it was related to handled exceptions in scan with id 764bec324a
Version Information
Traceback
Enabled Plugins