Motivation: NPE in `ClientCookieDecoder` if cookie starts with comma. Modifications: Check `cookieBuilder` for `null` in the return. Result: No fails NPE on invalid cookies.
Motivation: NPE in `ClientCookieDecoder` if cookie starts with comma. Modifications: Check `cookieBuilder` for `null` in the return. Result: No fails NPE on invalid cookies.