Re: keyword QUIT

2006-05-10 Thread Victor Duchovni
On Wed, May 10, 2006 at 12:59:09PM +0400, Stefan Walter wrote: > Dear OpenSSL Users, > > how can i deactivate in OpenSSL to handle the keyword "quit"? > > i dont want to stop my server connection if a client send the string "quit". > > if i receive quit then the server give an output "recv: Suc

Re: keyword QUIT

2006-05-10 Thread Stefan Walter
On Wed, May 10, 2006 at 12:59:09PM +0400, Stefan Walter wrote: Dear OpenSSL Users, how can i deactivate in OpenSSL to handle the keyword "quit"? i dont want to stop my server connection if a client send the string "quit". if i receive quit then the server give an output "recv: Success"and e

Re: keyword QUIT

2006-05-10 Thread Victor Duchovni
On Wed, May 10, 2006 at 06:23:34PM +0400, Stefan Walter wrote: > >On Wed, May 10, 2006 at 12:59:09PM +0400, Stefan Walter wrote: > > > >>Dear OpenSSL Users, > >> > >>how can i deactivate in OpenSSL to handle the keyword "quit"? > >> > >>i dont want to stop my server connection if a client send the

RE: keyword QUIT

2006-05-10 Thread David Schwartz
> i dont use s_client(1). i wrote my own server, but if i send to > this server > QUIT then the server exit by themself. I'm not sure how we can find a problem in code that you wrote yourself and don't tell us very much about. How exactly are you sending QUIT to the server? DS

Re: keyword QUIT

2006-05-10 Thread Stefan Walter
i dont use s_client(1). i wrote my own server, but if i send to this server QUIT then the server exit by themself. I'm not sure how we can find a problem in code that you wrote yourself and don't tell us very much about. How exactly are you sending QUIT to the server? I am sending ist by usi

Re: keyword QUIT

2006-05-11 Thread Joseph Oreste Bruni
On May 10, 2006, at 11:05 PM, Stefan Walter wrote: i dont use s_client(1). i wrote my own server, but if i send to this server QUIT then the server exit by themself. I'm not sure how we can find a problem in code that you wrote yourself and don't tell us very much about. How exactly are y

Re: keyword QUIT

2006-05-11 Thread Marek Marcola
Hello, > On May 10, 2006, at 11:05 PM, Stefan Walter wrote: > > >> > >>> i dont use s_client(1). i wrote my own server, but if i send to > >>> this server > >>> QUIT then the server exit by themself. > >> > >> I'm not sure how we can find a problem in code that you wrote > >> yourself and > >>