Skip to content

Typo fix #22

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/asciidoc/undertow-handler-guide.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dispatch) in between the first and second thread access.

==== Ending the exchange

As mentioned above, and exchange is considered done once both the request and response channels have been closed and flushed.
As mentioned above, an exchange is considered done once both the request and response channels have been closed and flushed.

There are two ways to end an exchange, either by fully reading the request channel, and calling `shutdownWrites()` on the
response channel and then flushing it, or by calling `HttpServerExchange.endExchange()`. When `endExchange()` is called
Expand Down