Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Apr 3, 2024
1 parent 6fe772e commit 7569ded
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/modules/ROOT/pages/udp-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ For more information about Netty channel options, see the following links:
* {nettyjavadoc}/io/netty/channel/kqueue/KQueueChannelOption.html[KQueue ChannelOption]
* https://docs.oracle.com/javase/8/docs/technotes/guides/net/socketOpt.html[Socket Options]



[[server-udp-connection-configurations-wire-logger]]
include::partial$wire-logger.adoc[]

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/partials/http-client-conn-provider.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ include::{examples-dir}/pool/Application.java[lines=18..49]
- If you use the default `ConnectionProvider` provided by Reactor Netty, invoke
{javadoc}/reactor/netty/http/HttpResources.html[`HttpResources`]`#disposeLoopsAndConnections`/`#disposeLoopsAndConnectionsLater` method.

NOTE: Disposing `Httpresources` means that every client that is using it, will not be able to use it anymore!
NOTE: Disposing `HttpResources` means that every client that is using it, will not be able to use it anymore!

- If you use custom `ConnectionProvider`, invoke {javadoc}/reactor/netty/resources/ConnectionProvider.html[`ConnectionProvider`]`#dispose`/`#disposeLater`/`#disposeWhen` method.

Expand Down

0 comments on commit 7569ded

Please sign in to comment.