Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 11, 2024
1 parent 17cecc0 commit ef5f91e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/asciidoc/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This section covers the following content:
include::proxy.adoc[tag=proxy-connect-method]

[[faq.logging-prefix]]
== What is it meaning of the information that is prepended to every log record?
== What is the meaning of the information that is prepended to every log record?
Reactor Netty adds information for the connection at the beginning of every log record (when this is possible).
There is a slight difference in the details for the connection when you use `TCP`, `UDP`, `HTTP/1.1` or `HTTP/2`.

Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/http-client-conn-provider.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and further attempts are declined with an error.
[source,java,indent=0]
../../../reactor-netty-core/src/main/java/reactor/netty/ReactorNetty.java
----
include::./../../reactor-netty-core/src/main/java/reactor/netty/ReactorNetty.java[lines=117..165]
include::./../../reactor-netty-core/src/main/java/reactor/netty/ReactorNetty.java[lines=123..171]
----
====

Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/tcp-client-conn-provider.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and is intentional because only the user/framework knows if the actual protocol
[source,java,indent=0]
../../../reactor-netty-core/src/main/java/reactor/netty/ReactorNetty.java
----
include::./../../reactor-netty-core/src/main/java/reactor/netty/ReactorNetty.java[lines=117..127]
include::./../../reactor-netty-core/src/main/java/reactor/netty/ReactorNetty.java[lines=123..133]
----
====

Expand Down

0 comments on commit ef5f91e

Please sign in to comment.