Re: SSL Performance Problem

2003-04-03 Thread Simon Roberts
Original Message - From: "Oleg Kalnichevski" <[EMAIL PROTECTED]> To: "Commons HttpClient Project" <[EMAIL PROTECTED]> Sent: Friday, April 04, 2003 6:22 AM Subject: RE: SSL Performance Problem > Andre, > I know for sure Jetty server always sends 100 status cod

RE: SSL Performance Problem

2003-04-03 Thread Oleg Kalnichevski
Andre, I know for sure Jetty server always sends 100 status code when processing POST HTTP/1.1 regardless of 'expect: 100-continue' header being present or not. So, it was my guess you were using Jetty Oleg On Thu, 2003-04-03 at 20:09, André Augusto de Oliveira Aragão wrote: > Oleg, > > I'm not

RE: SSL Performance Problem

2003-04-03 Thread André Augusto de Oliveira Aragão
3 17:24 To: 'Commons HttpClient Project' Subject: RE: SSL Performance Problem HI! I got the latest nightly build. The times are no more constant, and the performance is now ok. There is a new message in the log: org.apache.commons.httpclient.HttpMethod - Discarding unexpected response:

Re: SSL Performance Problem

2003-04-03 Thread Michael Becke
pClient Project' Subject: RE: SSL Performance Problem HI! I got the latest nightly build. The times are no more constant, and the performance is now ok. There is a new message in the log: org.apache.commons.httpclient.HttpMethod - Discarding unexpected response: HTTP/1.1 100 Continue Why is it disca

RE: SSL Performance Problem

2003-04-03 Thread Kalnichevski, Oleg
mons HttpClient Project' Subject: RE: SSL Performance Problem HI! I got the latest nightly build. The times are no more constant, and the performance is now ok. There is a new message in the log: org.apache.commons.httpclient.HttpMethod - Discarding unexpected response: HTTP/1.1 100 Continue

RE: SSL Performance Problem

2003-04-03 Thread André Augusto de Oliveira Aragão
the httpclient is sending the header Expect 100: continue with my post data? Best regards, Andre -Original Message- From: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 3 de abril de 2003 12:14 To: Commons HttpClient Project Subject: RE: SSL Performance Problem Andre

RE: SSL Performance Problem

2003-04-03 Thread Kalnichevski, Oleg
Sent: Donnerstag, 3. April 2003 16:55 To: 'Commons HttpClient Project' Cc: '[EMAIL PROTECTED]' Subject: RE: SSL Performance Problem Thanks Michael, I´m trying to send it again, this time as zip file. About the poor performance, I'm measuring time only after receiving t

RE: SSL Performance Problem

2003-04-03 Thread André Augusto de Oliveira Aragão
3 11:39 To: Commons HttpClient Project Subject: Re: SSL Performance Problem Hello André, Unfortunately it seems that the attachments were stipped from your message. Jeff, Oleg do you have any idea how we can get this fixed? I'm guessing the poor performance with SSL is due to the "E

RE: SSL Performance Problem

2003-04-03 Thread Kalnichevski, Oleg
about it. I just would like to have Jandalf return first. He might have more insights about it Oleg -Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 3. April 2003 16:39 To: Commons HttpClient Project Subject: Re: SSL Performance Problem Unfortunately it

Re: SSL Performance Problem

2003-04-03 Thread Michael Becke
Hello André, Unfortunately it seems that the attachments were stipped from your message. Jeff, Oleg do you have any idea how we can get this fixed? I'm guessing the poor performance with SSL is due to the "Expect: 100-continue" header. Try calling setUseExpectHeader(false) on the post method

RE: SSL Performance Problem

2003-04-03 Thread Kalnichevski, Oleg
ded to disable it per default. The user can still enable/disable 'Expect: 10-continue' handshake for any given entity enclosing method. Cheers Oleg -Original Message- From: André Augusto de Oliveira Aragão [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 3. April 2003 15:59 To: &

SSL Performance Problem

2003-04-03 Thread André Augusto de Oliveira Aragão
HI! I think httpclient is having a strange behavior. I´m developing a software that, among other things, must make performance measurements on web sites. I have a site called https://callcenter.tco.net.br. This site uses, as you can see SSL. And I also have this site in a non ssl version - http:/