netty5/codec-http/src/main/java/io/netty/handler/codec
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
..
http ensure getRawQuery is not null before appending 2014-12-16 06:39:28 +01:00
rtsp Change the type of HTTP string properties to AsciiString 2014-12-06 18:42:58 +09:00
spdy Headers set/add/contains timeMillis methods 2014-12-06 22:40:45 +09:00