Details
-
Bug
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Won't Do
-
None
-
None
-
None
-
-
Prokopovych
Description
We do not close the HttpClient created in the OkapiClient. We could either cache the per tenant OkapiClient created by the PatronOkapiClientFactory so that only one client is created per tenant or we could close the PatronOkapiClient in the PatronHandler.handleCommon().
Since keepAlive is set to false in OkapiClient, connection pooling will not be used anyway, so closing the connection in handleCommon is probably the simplest, but least performant, fix.
TestRail: Results
Attachments
Issue Links
- is blocked by
-
EDGCOMMON-45 Reuse WebClient for pooling, pipe-lining, multiplexing
-
- Closed
-
-
EDGPATRON-89 edge-common 4.3.0 fixing tenant header injection
-
- Closed
-