Merge branch '5.3.x'

This commit is contained in:
Arjen Poutsma 2022-04-12 16:52:49 +02:00
commit 6e9a662290
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public class TomcatHttpHandlerAdapter extends ServletHttpHandlerAdapter {
return EOF_BUFFER;
}
else {
return null;
return AbstractListenerReadPublisher.EMPTY_BUFFER;
}
}
finally {