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
Send requests and responses to NGINX that use CRLF as the line ending, rather than bare LF. If handling of bare LF needs to be considered, move that to separate tests.
Alternatives Considered
Continue the current behavior where some tests use CRLF (correct) and others use bare LF (wrong).
Additional Context
I patched NGINX to reject bare LF and a lot of unrelated tests failed.
The text was updated successfully, but these errors were encountered:
Feature Overview
Send requests and responses to NGINX that use CRLF as the line ending, rather than bare LF. If handling of bare LF needs to be considered, move that to separate tests.
Alternatives Considered
Continue the current behavior where some tests use CRLF (correct) and others use bare LF (wrong).
Additional Context
I patched NGINX to reject bare LF and a lot of unrelated tests failed.
The text was updated successfully, but these errors were encountered: