hyperium / h3

MIT License
575 stars 75 forks source link

bugfix: Actually encode extensions in header #204

Closed dongcarl closed 1 year ago

dongcarl commented 1 year ago

This was previously attemped in 0dffc9008f65dc0aea272623a5f17c38df37f737, but I didn't expect that all of the request's extensions have been ignored when passed to Header::request, this fixed it.

A previous attempt (not mine) is found here: #159