malloy icon indicating copy to clipboard operation
malloy copied to clipboard

HTTP Client: Allow connection re-use

Open Tectu opened this issue 2 years ago • 0 comments

The HTTP server already implements connection keep-alive. The client has most pieces in place for this as well. However, the controller will create a new connection on every request. We should implement the necessary logic to re-use an existing connection when desired.

Tectu avatar Jun 01 '23 12:06 Tectu