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
Motivation:
We used to have a double lookup for Connection header, based on case.
But HttpHeaders lookup is case insensitive and I forgot to remove this
code that now performs the lookup twice.
Modification:
Remove dead code
Result:
Dead code removed
0 commit comments