socketry / protocol-http1

MIT License
6 stars 14 forks source link

Avoid unused variable warning in chunked.rb #24

Closed olleolleolle closed 1 year ago

olleolleolle commented 1 year ago

This would have emitted warning: assigned but unused variable - extensions.

Types of Changes

Contribution

olleolleolle commented 1 year ago

See #22 - which fixes this, too!