pjfanning opened a new pull request, #826:
URL: https://github.com/apache/pekko-http/pull/826

   * not for merge - just an experiment
   * Needs a change in 2.0.0 ByteString (new `indexOf(char, start, end)`)
   * does the illegal char check slightly later but rolls it in with the code 
to create the headerName String so it shouldn't reduce happy path perf - but 
the illegal char will be reported slightly later in the worst case
   * the ByteString indexOf should perform better than the existing code in the 
happy path


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to