compression icon indicating copy to clipboard operation
compression copied to clipboard

support http2

Open bjohansebas opened this issue 1 year ago • 3 comments

This is the beginning of a draft to support HTTP2 in compression. The approach for testing is based on how it was done in finalhandler (https://github.com/pillarjs/finalhandler/pull/53). There is still work to be done and time needed to achieve this. I just wanted to start this to pick it up in the future, or if someone is motivated, they can use this as a foundation to continue and complete it.

fixes: #122

bjohansebas avatar Dec 08 '24 03:12 bjohansebas

I see the only change should be to verify that the Transfer-Encoding header is not sent.

bjohansebas avatar Dec 11 '24 19:12 bjohansebas

Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected]7.0.0 Transitive: environment, eval, filesystem +39 1.93 MB titanism

View full report↗︎

socket-security[bot] avatar Apr 08 '25 14:04 socket-security[bot]

Some of the logic inside this section might be changing, I'm still not sure how it would work without Node.js's compatibility layer.

bjohansebas avatar May 19 '25 02:05 bjohansebas