Re: [twsocket] HttpServer AnswerString problem

2006-03-28 Thread Paul
Found the problem. I have to nil the HttpConnection in the destructor. Paul - Original Message - From: "Paul" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, March 28, 2006 7:24 PM Subject: Re: [twsocket] HttpServer AnswerString problem > I

Re: [twsocket] HttpServer AnswerString problem

2006-03-28 Thread Paul
I've some more testing. It works fine when the connection disappeared, but not when a client has Aborted his request. What's the difference ? Paul - Original Message - From: "Paul" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 28, 2006 6:24 PM Subj

[twsocket] HttpServer AnswerString problem

2006-03-28 Thread Paul
Hi, I have made a new HttpConnection that add some extra info and overrides the AnswerString procedure. The new AnswerString is put in a try except block to trap connection errors. This 'new' Answerstring is triggered, so the assignment to this AnswerString works ok. The clients are not answerr