Ewald,
Please kindly share your sample codes for both approaches.
Thanks a lot.
Dennis
Ewald wrote:
On 31 May 2013, at 13:31, Dennis wrote:
Is there something I can do to trap this external SIGPIPE?
You might try catching the signal using fpSignal
(http://www.freepascal.org/docs-html/rtl
On 31 May 2013, at 13:31, Dennis wrote:
>
> Is there something I can do to trap this external SIGPIPE?
You might try catching the signal using fpSignal
(http://www.freepascal.org/docs-html/rtl/baseunix/fpsignal.html and
http://unixhelp.ed.ac.uk/CGI/man-cgi?signal+2) . I can send some example
On 5/31/2013 07:31, Dennis wrote:
I am using LNet 's SSL sockets on ubuntu.
When I use a self signed certificate and the browser gets a warning, it seems
the browser immediately send a close-notify or shutdown ssl signal to the server
and then without waiting close the connection.
sadly, this i
I am using LNet 's SSL sockets on ubuntu.
When I use a self signed certificate and the browser gets a warning, it
seems the browser immediately send a close-notify or shutdown ssl signal
to the server and then without waiting close the connection.
On my server side (written with Lnet SSL), it