connectivity: Make http(s) probe connections non-persistent.
By default, keepalive for the http connections is true and hence the http(s) probe connections continue to remain after the probe response is received, waiting for garbage collector to run and cleanup. This may potentially lead to some issues such as socket leak on repeated wifi connect/disconnect, connections persisting even after DDS switch. CRs-Fixed: 2397237 Change-Id: I003d5cd2429e2a139f58bb12cad09af657ef62a2
Loading
Please sign in to comment