forked fromAsyncHttpClient/async-http-client
- Notifications
You must be signed in to change notification settings - Fork0
Commit7a70b80
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 thiscode that now performs the lookup twice.Modification:Remove dead codeResult:Dead code removed1 parent916b8aa commit7a70b80
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
Comments
(0)