netty5/codec-http
zcourts bd6d0f3fd5 ensure getRawQuery is not null before appending
Motivation:

without this check then given a URI with path /path the resulting URL will be /path?null=

Modifications:

check that getRawQuery doesn't return null and only append if not

Result:

urls of the form /path will not have a null?= appended
2014-12-16 06:53:29 +01:00
..
src ensure getRawQuery is not null before appending 2014-12-16 06:53:29 +01:00
pom.xml Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00