cowlib icon indicating copy to clipboard operation
cowlib copied to clipboard

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

Open essen opened this issue 4 years ago • 0 comments

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.

essen avatar Jul 24 '20 15:07 essen