Graham Leggett wrote:
> > used for an existing socket, or a socket that was not 
> closed properly, or one that is still in the process of closing.
>    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > For server applications that need to bind multiple sockets 
> to the same 
> > port number, consider using setsockopt (SO_REUSEADDR).
> 
> Could this be the problem? Maybe proxy is not closing sockets 
> properly.
>

If you turn the loglevel to debug then there is no error messages (although
everything is by the order of magnitude slower), so the closing algorithm is
correct.
The problem is IMHO that you are using a socket (presuming it is free) still
served by the bucket brigade, but I may be wrong. 

MT.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to