netty5/codec-http
zcourts a7a1b8e561 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:39:28 +01:00
..
src ensure getRawQuery is not null before appending 2014-12-16 06:39:28 +01:00
pom.xml Add proxy support for client socket connections 2014-10-14 12:40:33 +09:00