netty5/codec-http/src
Violeta Georgieva 1a28c26b4b Fix ServerCookieDecoder javadoc (#11372)
Motivation:
When decoding the cookies on the server, the "Cookie" HTTP request header value should be considered.
The "Set-Cookie" HTTP response header is used to send cookies from the server to the user agent.

Modification:
- Specify in javadoc that the "Cookie" HTTP request header value should be considered and
not the "Set-Cookie" HTTP response header value.

Result:
Correct ServerCookieDecoder javadoc
2021-06-07 16:37:15 -07:00
..
main Fix ServerCookieDecoder javadoc (#11372) 2021-06-07 16:37:15 -07:00
test Fix issue if encoding is enabled but not used (#11358) 2021-06-07 08:52:57 +02:00