On 01 Jun 2013, at 08:51, Dennis Poon wrote:
> Ewald,
>
> Please kindly share your sample codes for both approaches.
> Thanks a lot
Right, here you go:
*** fpSignal() ***
First you declare a function which is going to handle the signal (SignalHandler
in my example), then you just call
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