netty5/codec-http/src
liyixin 5c19c3e6ce Optimize the QueryStringEncoder performance (#9568)
Motivation:

Optimize the QueryStringEncoder for lower memory overhead and higher encode speed.

Modification:

Encode the space to + directly, and reuse the uriStringBuilder rather then create a new one.

Result:

Improved performance
2019-09-20 21:11:07 +02:00
..
main Optimize the QueryStringEncoder performance (#9568) 2019-09-20 21:11:07 +02:00
test Correctly handle whitespaces in HTTP header names as defined by RFC7230#section-3.2.4 (#9585) 2019-09-20 21:03:16 +02:00