netty5/codec-http
Aayush Atharva 2b1785458b
Change switch to if (#10880)
Motivation:
switch is used when we have a good amount of cases because switch is faster than if-else. However, we're using only 1 case in switch which can affect performance.

Modification:
Changed switch to if.

Result:
Good code.
2020-12-22 19:25:33 +01:00
..
src Change switch to if (#10880) 2020-12-22 19:25:33 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2020-12-17 06:11:39 +00:00