You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Sangjin Lee (JIRA)" <ji...@apache.org> on 2008/04/10 20:06:05 UTC

[jira] Resolved: (ASYNCWEB-10) proxy connections left dangling

     [ https://issues.apache.org/jira/browse/ASYNCWEB-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sangjin Lee resolved ASYNCWEB-10.
---------------------------------

    Resolution: Fixed

Committed 646907.

Added an explicit Connection: close to close connections promptly once we're done.

> 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.