ninenines / cowlib

Support library for manipulating Web protocols.
ISC License
279 stars 173 forks source link

Allow setting a default max_size for the encoder in Cowboy/Gun #102

Open essen opened 4 years ago

essen commented 4 years ago

Instead of calling cow_hpack:init/0 they'd call the /1 variant. The default MUST be lower than the protocol default otherwise things may not work.

This doesn't apply to the decoder since we must conform to the SETTINGS value to decode properly.