Merge branch '5.3.x'

This commit is contained in:
Arjen Poutsma
2022-08-16 11:24:01 +02:00
2 changed files with 23 additions and 1 deletions

View File

@@ -366,7 +366,8 @@ public abstract class DataBufferUtils {
sink.onDispose(() -> closeChannel(channel));
write(source, channel).subscribe(DataBufferUtils::release,
sink::error,
sink::success);
sink::success,
Context.of(sink.contextView()));
}
catch (IOException ex) {
sink.error(ex);