-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
http: remove obsolete function escapeHeaderValue #24173
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
Conversation
- there are test cases which validate the useful path of the function never runs - the functionality of it is obsoleted by checkInvalidHeaderChar
|
CI will be https://ci.nodejs.org/job/node-test-pull-request/18459 once the CI is able to catch up on it's existing jobs. |
|
failure is a border case (same module, but only affecting freebsd); so running CI once again on the benefit of doubt: |
|
landed as 117fef4 , thanks! |
There are test cases which validate the useful path of the function never runs the functionality of it is obsoleted by checkInvalidHeaderChar PR-URL: #24173 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
There are test cases which validate the useful path of the function never runs the functionality of it is obsoleted by checkInvalidHeaderChar PR-URL: #24173 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
There are test cases which validate the useful path of the function never runs the functionality of it is obsoleted by checkInvalidHeaderChar PR-URL: nodejs#24173 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
There are test cases which validate the useful path of the function never runs the functionality of it is obsoleted by checkInvalidHeaderChar PR-URL: #24173 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
path of the function never runs
checkInvalidHeaderCharinaddTrailersandstoreHeaderChecklist
make -j4 test(UNIX), orvcbuild test(Windows) passes