You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-web/src/main/java/org/springframework/http/server/reactive/AbstractListenerWriteFlushProcessor.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ public <T> void writeComplete(AbstractListenerWriteFlushProcessor<T> processor)
329
329
public <T> voidonComplete(AbstractListenerWriteFlushProcessor<T> processor) {
330
330
processor.sourceCompleted = true;
331
331
// A competing write might have completed very quickly
332
-
if (processor.state.get().equals(State.REQUESTED)) {
0 commit comments