Closed longit644 closed 1 year ago
Retrieving values from HTTP headers is a high-cost operation because the key must be canonicalized. To reduce overhead, this PR avoids calling this operation twice.
Retrieving values from HTTP headers is a high-cost operation because the key must be canonicalized. To reduce overhead, this PR avoids calling this operation twice.