On Fri, Sep 06, 2002 at 12:25:43PM +0200, Jacek Prucia wrote:
> I think it would be nice for flood to follow HTTP RFC, just to be 'HTTP
> compilant client'. Apache HTTPD server follows HTTP RFC, and flood
> schouldn't be threated as 'worse' kind of software, that doesn't have to
> do that. So, how
On Fri, Sep 06, 2002 at 09:35:56AM -, [EMAIL PROTECTED] wrote:
> +if (r->parsed_uri->hostname[0] == '\0') {
> +apr_file_printf (local_stderr, "Misformed URL '%s' -- can't find
> valid hostname.\n", r->uri);
> +exit (APR_EGENERAL);
> +}
Watch out for long lines
On Fri, Sep 06, 2002 at 10:16:10AM -, [EMAIL PROTECTED] wrote:
> @@ -244,7 +247,9 @@
>apr_status_t round_robin_create_req(profile_t *profile, request_t *r)
>{
>round_robin_profile_t *p;
> +int crdlen;
>char *cookies;
> +char *enc_credtls, *credtls, *authz_h
On Thu, 5 Sep 2002 10:04:59 -0700
Aaron Bannert <[EMAIL PROTECTED]> wrote:
> On Wed, Sep 04, 2002 at 10:43:51AM -0700, Justin Erenkrantz wrote:
> > > ...and react to WWW-Authenticate header
[...]
> I missed this part of the discussion the other day. I think it would
> be useful to allow for certai
On Thu, 5 Sep 2002 09:23:37 -0700
Justin Erenkrantz <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 05, 2002 at 05:48:51PM +0200, Jacek Prucia wrote:
> > Yep. I was thinking about treating all subsequent requests kinda
> > like separate URL list. Just like a stack.[...]
> Yeah, a stack is probably the ri
On Thu, 5 Sep 2002 08:30:51 -0700
Aaron Bannert <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 05, 2002 at 05:29:26PM +0200, Jacek Prucia wrote:
> > - fix install target so we can install flood amd examples off
> > $SRCDIR- fix few more bugs from STATUS (I'm on it)
> > - move tag on changed files and ro