DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30652>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30652 Allow configuration of SO_LINGER Summary: Allow configuration of SO_LINGER Product: Commons Version: 2.0 Final Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: HttpClient AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] There is currently no way to configure the SO_LINGER option on a socket. Please change the HttpClient class to allow the configuration of the SO_LINGER option on a socket, similar to the way the SO_TIMEOUT can be configured. Suggested extension to the interface of the HttpClient class: - Add method setSoLinger() to set the current setting for SO_LINGER. The method could accept one argument. A negative value could indicate that the SO_LINGER should be disabled. - Add method getSoLinger() that returns the current setting for SO_LINGER. A negative value would indicate that the SO_LINGER option is disabled. See: http://java.sun.com/j2se/1.4.2/docs/api/java/net/Socket.html#setSoLinger(boolean,%20int) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]