-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop own Cookie in favor of Netty's one, close #1297
Motivation: AHC’s fast Cookie parser has been contributed to Netty. Let’s drop our own implementation so: * I don’t have to maintain both implementations * people using Netty as HTTP server don’t have so many implementations to deal with. Modifications: *Drop AHC’s Cookie, CookieDecoder and CookieEncoder Result: Less code to maintain, one single implementation around for Netty + AHC users
- Loading branch information
Showing
21 changed files
with
75 additions
and
1,205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
105 changes: 0 additions & 105 deletions
105
client/src/main/java/org/asynchttpclient/cookie/Cookie.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.