See gh-26538
This commit is contained in:
izeye
2021-02-11 12:39:28 +09:00
committed by Stephane Nicoll
parent c36b80bd75
commit 9a4164c4a8
4 changed files with 6 additions and 6 deletions

View File

@@ -187,7 +187,7 @@ public abstract class AbstractListenerWriteFlushProcessor<T> implements Processo
/**
* Invoked when an error happens while flushing.
* <p>The default implementation cancels the upstream write publisher and
* <p>The default implementation cancels the upstream write publisher and
* sends an onError downstream as the result of request handling.
*/
protected void flushingFailed(Throwable t) {

View File

@@ -52,7 +52,7 @@ public interface ServerHttpRequest extends HttpRequest, ReactiveHttpInputMessage
* not including the {@link #getQueryParams() query}.
* <p>The returned path is sub-divided into a
* {@link RequestPath#contextPath()} portion and the remaining
* {@link RequestPath#pathWithinApplication() pathwithinApplication} portion.
* {@link RequestPath#pathWithinApplication() pathWithinApplication} portion.
* The latter can be passed into methods of
* {@link org.springframework.web.util.pattern.PathPattern} for path
* matching purposes.