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
Issue #1226 defines a HTTP requests that is not using CRLF (\r\n) to separate headers. In handler_proxy.c:483 we are explicitly looking for CHR_CR, which is not found returning a bad gateway. Should the error code be set differently to show that request was poorly formed?
The text was updated successfully, but these errors were encountered:
Issue #1226 defines a HTTP requests that is not using CRLF (\r\n) to separate headers. In handler_proxy.c:483 we are explicitly looking for CHR_CR, which is not found returning a bad gateway. Should the error code be set differently to show that request was poorly formed?
The text was updated successfully, but these errors were encountered: