You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RFC 8470 defines an Early-Data header, but the http::header module doesn't have a corresponding EARLY_DATA constant that makes it convenient to use. Could such a thing be added, please?
The text was updated successfully, but these errors were encountered:
Yeah, it's not like it's a blocker or anything. But this is a standard header and it is still a bit of ugliness to work around - especially since, on this side of the abstraction barrier, I can't declare it const, and there's a hazard in misspelling the name and only finding out at runtime instead of having it detected at compile time.
dasJ
added a commit
to dasJ/http
that referenced
this issue
May 5, 2023
RFC 8470 defines an
Early-Data
header, but thehttp::header
module doesn't have a correspondingEARLY_DATA
constant that makes it convenient to use. Could such a thing be added, please?The text was updated successfully, but these errors were encountered: