bneradt opened a new pull request #8455:
URL: https://github.com/apache/trafficserver/pull/8455


   This is another attempt to fix what was initially addressed in #8096 but
   got backed out via #8305. That more extensive patch was considered too
   invasive and potentially risky.  This more targeted patch will fix
   clients that only send the \n endings but it will force the \r\n line
   ending on output.
   
   This was mostly in place except for header lines that get
   m_n_v_raw_printable set, which seems to be most header lines. The
   addition checks to see if the header line ends in \r\n. If it does not
   the m_n_v_raw_printable flag gets cleared and the logic that explicitly
   adds the line endings while be invoked on output.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to