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
Remove mailmap file (#14)
Motivation:
Contributor tracking is now just going to be left to git directly.
Modifications:
Remove mailmap file.
Result:
Less cluttered repo
Don't auto-insert the HPKE header
The HPKE header is outside the length-prefixed framing flow used
in streaming oHTTP. We shouldn't automatically insert it, and
should instead rely on the user to do it.