HttpClient: Ensure that all request body publishers support multiple subscriptions

XMLWordPrintable

      `HttpClient` can re-subscribe and re-feed the request body in certain scenarios. Plus, [the Reactive Streams specification] explicitly states this as a rule: "Publisher.subscribe MAY be called as many times as wanted". This is sometimes informally referred as "replayable publishers" too. We need to ensure this property holds for all request body publishers.

      [the Reactive Streams specification]: https://github.com/reactive-streams/reactive-streams-jvm

            Assignee:
            Volkan Yazici
            Reporter:
            Volkan Yazici
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: