Re: cookie parsing bug fix

2008-11-26 Thread Alexander Burger
Hi Tomas,

 leaves single space in front of all cookie names except the first one.
 ...
 (cons (htArg (clip (car L))) (htArg (cadr L))) )

Thanks! I didn't notice that, as I don't use cookies in applications,
and obiously never tested with more than one :-)

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:[EMAIL PROTECTED]


Re: http server hangs on post without enctype=multipart/form-data

2008-11-26 Thread Tomas Hlavaty
Hi Alex,

 My suspicion is that it has something to do with Keep-Alive, and one

just a thought: even if the client sends keep-alive, the server can
respond close and close the connection.  Is there any particular
reason you do not want to close the connection after you served the
request? Would you get those problem if you always closed the connection?

Cheers,

Tomas
-- 
UNSUBSCRIBE: mailto:[EMAIL PROTECTED]


Re: http server hangs on post without enctype=multipart/form-data

2008-11-26 Thread Tomas Hlavaty
Hi Alex,

 Sometimes POST seems to lose data, or contain data out of
 context. No idea yet, but I observe this once every few weeks, and
 I'm tracing the activities now.

I haven't noticed this yet but I'll let you know if I do;-)

Cheers,

Tomas
-- 
UNSUBSCRIBE: mailto:[EMAIL PROTECTED]


Re: http server hangs on post without enctype=multipart/form-data

2008-11-26 Thread Alexander Burger
Hi Tomas,

 it works for me now with ht:Read.

Fine! :-)


 Would it be possible to put comment into CHANGES file?

Usually I mention there only kernel changes (though until 2006 I
regarded some GUI parts also as belonging to the kernel).

At the moment I'm still searching for a Heisenbug, occasionally occuring
at some customer's sites. Sometimes POST seems to lose data, or contain
data out of context. No idea yet, but I observe this once every few
weeks, and I'm tracing the activities now.

I hope I'll find it soon, so I could write 'HTTP protocol bugs in
lib/http.l' after that?


 Do you use any version control system?

None, except for frequent snapshots.

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:[EMAIL PROTECTED]


Re: http server hangs on post without enctype=multipart/form-data

2008-11-26 Thread Tomas Hlavaty
Hi Alex,

it works for me now with ht:Read.

Would it be possible to put comment into CHANGES file?

Do you use any version control system?

Thanks,

Tomas
-- 
UNSUBSCRIBE: mailto:[EMAIL PROTECTED]