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
When writing with HttpServerResponse.send(publisher).then(), if the writing Publisher completes with an error, the error should be observed from the subscriber side.
Actual behavior
The subscriber receives onComplete instead of onError.
Steps to reproduce
I observed this while experimenting with the sample for this issue. The writing to the response is in the ReactorServerHttpResponse. Only onComplete flows out of that.