Re: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-20 Thread André Malo
* Jimmy Lee wrote: 1. The client can't be modified. 2. The client doesn't send Expect. 3. The client claims to use HTTP1.1 (but ironically doesn't support 100 contine!) Will apache still send random 100 continues? No, it won't. nd

RE: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-20 Thread Jimmy Lee
If that's really true, that saves me lots of headaches. Are you sure? Thanks! -Original Message- From: André Malo [mailto:[EMAIL PROTECTED] Sent: Monday, 20 August 2007 5:25 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] suppressing HTTP 100 continue * Jimmy Lee wrote

Re: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-20 Thread André Malo
* Jimmy Lee wrote: If that's really true, that saves me lots of headaches. Are you sure? You can check for yourself :-) http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/modules/http/http_filters.c (search for expecting_100). expecting_100 is set on Expect: 100-continue request

RE: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-19 Thread Jimmy Lee
', I want to know if there's any way to suppress it at all. -Original Message- From: André Malo [mailto:[EMAIL PROTECTED] Sent: Friday, 17 August 2007 5:59 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] suppressing HTTP 100 continue * Jimmy Lee wrote: I'm working with some

Re: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-19 Thread Tom Donovan
Jimmy Lee wrote: 1. The client can't be modified. 2. The client doesn't send Expect. 3. The client claims to use HTTP1.1 (but ironically doesn't support 100 contine!) Will apache still send random 100 continues? IIS does that. The RFC 2616 * Jimmy Lee wrote: I'm working with some devices

RE: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-19 Thread Jimmy Lee
Hmmm, I'll try that and test it with the client. Thanks Tom! -Original Message- From: Tom Donovan [mailto:[EMAIL PROTECTED] Sent: Monday, 20 August 2007 11:16 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] suppressing HTTP 100 continue Jimmy Lee wrote: 1. The client

[EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-17 Thread Jimmy Lee
Hi, I'm working with some devices that can't handle 100 continues. Is there a way to apply filters to apache to stop it from sending HTTP 100? Or is the only way to hack the base code? Thanks, Jimmy

Re: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-17 Thread André Malo
* Jimmy Lee wrote: I'm working with some devices that can't handle 100 continues. Is there a way to apply filters to apache to stop it from sending HTTP 100? Or is the only way to hack the base code? RFC 2616 (8.2.3): An origin server SHOULD NOT send a 100 (Continue) response if