async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

Always remove subscriber from pipeline when completing a reactive stream

Open hamnis opened this issue 4 years ago • 2 comments

  • Only send LastHttpContent if channel is active
  • Avoid async scheduling if possible

hamnis avatar Apr 09 '21 09:04 hamnis

might be related to #1660

hamnis avatar Apr 09 '21 11:04 hamnis

this was not enough to fix the issue, seems like something is broken in either the reactive streams handling or the use in http4s.

hamnis avatar Apr 13 '21 08:04 hamnis