POST with no data

2002-09-10 Thread Gary Benson
Hi all, I've been trying to write some tests and have been trying to send POST requests with no body. It seems that Apache::TestRequest::POST only adds a Content-Length when the length of the content is nonzero, so attempts to 'POST "/foo/bar", ""' result in a 411 Length Required from httpd. I'm

Re: flood and cookies

2002-09-10 Thread Justin Erenkrantz
On Tue, Sep 10, 2002 at 07:00:01AM -0700, Williams, Chris D. wrote: > I remember looking at the cookie stuff a while ago(6 months or more) and one > thing I noticed is that it doesn't clear the cookie list when it starts > urllist again. This might have changed but one thing to look at. I was > u

Re: [PATCH] flood: install target

2002-09-10 Thread Justin Erenkrantz
On Tue, Sep 10, 2002 at 07:04:08PM +0200, Jacek Prucia wrote: > > Here's my take at flood install target. Since I'm total automake newbie, > you might want to take a closer look at this. It does what is desired -- > it copies flood to $PREFIX/bin. There's no special place for examples > and DESIGN

[PATCH] flood: install target

2002-09-10 Thread Jacek Prucia
Here's my take at flood install target. Since I'm total automake newbie, you might want to take a closer look at this. It does what is desired -- it copies flood to $PREFIX/bin. There's no special place for examples and DESIGN, CHANGES, CONFIG files in therms of autoconf, so they are left without

RE: flood and cookies

2002-09-10 Thread Williams, Chris D.
I remember looking at the cookie stuff a while ago(6 months or more) and one thing I noticed is that it doesn't clear the cookie list when it starts urllist again. This might have changed but one thing to look at. I was using cookies and it worked well when the first url was to init the cookie.

Re: flood and cookies

2002-09-10 Thread Jacek Prucia
On Mon, 9 Sep 2002 17:24:07 +0100 Leon Brocard <[EMAIL PROTECTED]> wrote: > Heya, > > I'm having a look at flood in comparison to ab and there's one thing > I'm not quite clear on. The source indicates it supports cookies in > the round robin mode. Do I need to enable that? No, they work automat

flood and cookies

2002-09-10 Thread Leon Brocard
Heya, I'm having a look at flood in comparison to ab and there's one thing I'm not quite clear on. The source indicates it supports cookies in the round robin mode. Do I need to enable that? Actually, what I need to do is set a cookie to a specific value for testing purposes. How would I do that?