## What's Changed ### Improvements * Freezing static tables (used for header huffman coding) correctly. This makes them shareable, which makes `http-2` usable across ractors. * Moved buffer helpers from String refinements into mixins. Refinements impose a relevant performance penalty, unfortunately, despite its cleaner API. **Full Changelog**: https://github.com/igrigorik/http-2/compare/v1.0.1...v1.0.2