Polish
See gh-26538
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user