You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning messages go to stdout instead of stderr, which makes piping output (for example json) harder. This happens with the following warning (I expect it does with the rest too):
Warning: Pycurl is not compiled against Openssl. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information.
The text was updated successfully, but these errors were encountered:
PaperTsar
changed the title
Warning messages go to stdin instead of stderr
Warning messages go to stdout instead of stderr
Oct 28, 2019
I tried to reproduce this bug by completely uninstalling pycurl and the error was sent to stderr as it supposed to be. The error was written using warnings.warn() which is used in the other pycurl warnings so it should give the same result.
Warning messages go to stdout instead of stderr, which makes piping output (for example json) harder. This happens with the following warning (I expect it does with the rest too):
The text was updated successfully, but these errors were encountered: