Commit 7a70b80
committed
Remove dead code
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 removed1 parent 916b8aa commit 7a70b80
File tree
1 file changed
+0
-2
lines changed- client/src/main/java/org/asynchttpclient/netty/handler
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | 90 | | |
93 | 91 | | |
94 | 92 | | |
| |||
0 commit comments