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
HttpResponseHeaders brings an extra allocation and complexity for the sheer sake of holding the information that those headers are trailing ones. Trailing headers are actually a rare thing, we could just add an extra method on AsyncHandler with a default implementation that would noop.
The text was updated successfully, but these errors were encountered:
HttpResponseHeaders
brings an extra allocation and complexity for the sheer sake of holding the information that those headers are trailing ones. Trailing headers are actually a rare thing, we could just add an extra method onAsyncHandler
with a default implementation that would noop.The text was updated successfully, but these errors were encountered: