Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http: add debug log for ERR_UNESCAPED_CHARACTERS #45420

Merged
merged 1 commit into from Nov 14, 2022
Merged

http: add debug log for ERR_UNESCAPED_CHARACTERS #45420

merged 1 commit into from Nov 14, 2022

Commits on Nov 11, 2022

  1. http: add debug log for ERR_UNESCAPED_CHARACTERS

    When encountering ERR_UNESCAPED_CHARACTERS on large applications it can
    be unclear which request has caused this error. Even when setting
    NODE_DEBUG=http there is no information about this error since it's
    thrown before any debug logs. This patch adds a debug log that contains
    the invalid path.
    aidant committed Nov 11, 2022
    Copy the full SHA
    fd69cd1 View commit details
    Browse the repository at this point in the history