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 760519d commit b5884c7Copy full SHA for b5884c7
1 file changed
lib/core/common.py
@@ -2467,7 +2467,7 @@ def showHttpErrorCodes():
2467
"""
2468
2469
if kb.httpErrorCodes:
2470
- warnMsg = "HTTP error codes detected during testing:\n"
+ warnMsg = "HTTP error codes detected during run:\n"
2471
warnMsg += ", ".join("%d (%s) - %d times" % (code, httplib.responses[code] \
2472
if code in httplib.responses else '?', count) \
2473
for code, count in kb.httpErrorCodes.items())
0 commit comments