mkurz commented on PR #1114:
URL: https://github.com/apache/pekko-http/pull/1114#issuecomment-4852447520
All fixed.
For full disclosure: I was working on this for like 1,5 days intensively
with heavy use of codex (gpt-5.5), doing lots of rubberducking, analysing how
netty or projects like tomcat implements things and going over the RFC. Did
many dozens iterations, back and forth (trying different approaches). Zero code
copied, some manual adjustments. Since the netty implementation is different -
by having different architecture in general - and Akka HTTP does not even have
support for compressed websocket, this code here is unique ("my own work").
Also, made sure that this will play nicely together with Play - where I
locally build support for websocket compression as well based on this
implementation. Will submit the Play PR soon so you see what I mean.
--
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]