HTTPS Example

2003-04-12 Thread techlists
Does anyone have a simple https example they could post? -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Parsing "Last-Modified" HTTP response header

2003-04-12 Thread Michael Becke
Sounds good. I will use all of the formats for both cookies and headers. Mike On Saturday, April 12, 2003, at 06:16 PM, Oleg Kalnichevski wrote: Mike, In this world people routinely ignore RFCs. I think HttpClient has to have a high degree of tolerance to those non-compliant date formats. Besi

Re: Parsing "Last-Modified" HTTP response header

2003-04-12 Thread Oleg Kalnichevski
Mike, In this world people routinely ignore RFCs. I think HttpClient has to have a high degree of tolerance to those non-compliant date formats. Besides, since we allow non-compliant variations in cookies, we should treat other headers consistently. Oleg On Sat, 2003-04-12 at 23:28, Michael Beck

Re: DO NOT REPLY [Bug 18596] - MultiThreadedHttpConnectionManager never reclaims unused connectons

2003-04-12 Thread Oleg Kalnichevski
No objections from me. Oleg On Sat, 2003-04-12 at 19:59, [EMAIL PROTECTED] wrote: > DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG > RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT > . > ANY REPLY MADE TO THIS MESSAGE WILL N

Re: Parsing "Last-Modified" HTTP response header

2003-04-12 Thread Michael Becke
I'm going to go ahead and add this. One question. There seems to be a number of other date formats used by the cookie parser. They mostly look like slight variations on the RFC 1123 and 1035 ones. Should we also be using these for header date values? Mike On Friday, April 11, 2003, at 11:1