-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
twitter-server: Move admin http server to netty4
Problem / Solution We want to slowly move to Netty4 and the admin server is a good candidate to port over. Note, a non-jdk zlib codec isn't provided transitively in Netty4. If you override the zlib codec via the flag `-Dio.netty.noJdkZlib{Encoder,Decoder}=true`, you must furnish the `com.jcraft.jzlib` dependency. RB_ID=868328
- Loading branch information
Ruben Oanta
authored and
jenkins
committed
Sep 7, 2016
1 parent
2b69347
commit bb18649
Showing
4 changed files
with
13 additions
and
19 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