-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate NettyInbound/NettyOutbound to Buffer #2299
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check copyright year of the following modified files:
reactor-netty-examples/src/main/java/reactor/netty/examples/documentation/http/client/send/Application.java
reactor-netty-examples/src/main/java/reactor/netty/examples/documentation/http/client/warmup/Application.java
reactor-netty-examples/src/main/java/reactor/netty/examples/documentation/http/server/routing/Application.java
reactor-netty-examples/src/main/java/reactor/netty/examples/documentation/http/server/sse/Application.java
reactor-netty-core/src/main/java/reactor/netty/channel/ChannelOperationsHandler.java
Show resolved
Hide resolved
fixed |
Remove NettyOutbound API with Send<Buffer>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@pderop @simonbasle Thanks |
Related to #1873