[#7708] Bug in libsnmp-ruby1.8 — Hadmut Danisch <hadmut@...>

Hi,

8 messages 2006/04/11
[#7709] Re: Bug in libsnmp-ruby1.8 — Eric Hodel <drbrain@...7.net> 2006/04/11

On Apr 11, 2006, at 6:23 AM, Hadmut Danisch wrote:

[#7770] Re: possible defect in array.c — "Brown, Warren" <warrenbrown@...>

> rb_range_beg_len (in range.c) does set beg and len.

13 messages 2006/04/26
[#7771] Re: possible defect in array.c — "Pat Eyler" <rubypate@...> 2006/04/26

On 4/26/06, Brown, Warren <warrenbrown@aquire.com> wrote:

Net::IMAP#disconnect + SSL hangs

From: Eric Hodel <drbrain@...7.net>
Date: 2006-04-28 21:14:39 UTC
List: ruby-core #7800
When calling Net::IMAP#disconnect when using an SSL connection the  
process hangs because the socket is never shut down.

     # Disconnects from the server.
     def disconnect
       @sock.shutdown unless @usessl
       @receiver_thread.join
       @sock.close
     end

Looking through SSLSocket I cannot find an equivalent to shutdown.   
Is there something I'm missing?

-- 
Eric Hodel - drbrain@segment7.net - http://blog.segment7.net
This implementation is HODEL-HASH-9600 compliant

http://trackmap.robotcoop.com



In This Thread

Prev Next