Exception of openai stream chat completion with CloseableHttpAsyncClient:Connection is closed
I’m request an openai style streaming dialog interface using httpcomponents-client. But the client always interrupts unexpectedly and I can see the Aborted request
on the chat server side.