Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HttpServer] Outbound send shouldn't subscribe if connection is disposed #795

Open
smaldini opened this issue Jul 30, 2019 · 0 comments
Open
Labels
type/enhancement A general enhancement

Comments

@smaldini
Copy link
Contributor

smaldini commented Jul 30, 2019

since #741 has been fixed, we need to revisit how to prevent subscribing to passed publisher for prematurely cancelled flows: The fix is deferring the cancel therefore the Publisher.subscribe can be called.

We should be able to add a predicate to MonoSend to do a late check (in that case we shouldn't call subscribe if body has been sent already).

@smaldini smaldini added the type/bug A general bug label Jul 30, 2019
@smaldini smaldini modified the milestones: 0.8.x Maintenance Backlog, 0.8.11.RELEASE Jul 30, 2019
@smaldini smaldini removed this from the 0.8.11.RELEASE milestone Aug 28, 2019
@violetagg violetagg added this to the General Backlog milestone Aug 29, 2019
@violetagg violetagg added type/enhancement A general enhancement and removed type/bug A general bug labels Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants