You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: