forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing unused Http2PrefaceHandler.
Motivation: All of the functionality has been merged into AbstractHttp2ConnectionHandler. Modifications: Removed the Http2PrefaceHandler/Test and all uses. Result: Code cleaned up a bit.
- Loading branch information
Showing
3 changed files
with
0 additions
and
201 deletions.
There are no files selected for viewing
121 changes: 0 additions & 121 deletions
121
codec-http2/src/main/java/io/netty/handler/codec/http2/Http2PrefaceHandler.java
This file was deleted.
Oops, something went wrong.
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
78 changes: 0 additions & 78 deletions
78
codec-http2/src/test/java/io/netty/handler/codec/http2/Http2PrefaceHandlerTest.java
This file was deleted.
Oops, something went wrong.