netty5/codec-http2
feijermu f3a97f4f7b Remove a unused private method with empty body in HttpConversionUtil.java (#10266)
Motivation:

After searching the whole netty project, I found that the private method `translateHeader(...)` with empty body is never used actually. So I think it could be safely removed.

Modification:

Just remove this unused method.

Result:

Clean up the code.
2020-05-11 15:32:10 +02:00
..
src Remove a unused private method with empty body in HttpConversionUtil.java (#10266) 2020-05-11 15:32:10 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00