proxy connections left dangling ------------------------------- Key: ASYNCWEB-10 URL: https://issues.apache.org/jira/browse/ASYNCWEB-10 Project: Asyncweb Issue Type: Bug Components: Client Reporter: Sangjin Lee Assignee: Sangjin Lee
Asyncweb client ignores the connection reuse settings if proxy is enabled, and attempts to open a new connection for each request. However, the connections are not explicitly closed after the connection is used. Thus, the number of dangling connections increases pretty quickly as the load increases. We should close the connections via the connection close header if we are not to reuse connections for proxies. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.