mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 22:36:20 +00:00
Right now it is possible for the `HttpPipeliningHandler` to queue pipelined responses. On channel close, we do not clear and release these responses. This commit releases the responses and completes the promise.