[PATCH] flood & verify_200

2002-06-18 Thread Jacek Prucia
I think current flood (tried HEAD) have problems with veryfing responses. In particular it marks 200 OK responses as 'FAIL' if they are sent with HTTP/1.0 rather than expected 'HTTP/1.1'. Looks like problem is with memcpy verification in function verify_200. To work around that problem i just wrot

Re: [PATCH] flood & verify_200

2002-06-18 Thread Aaron Bannert
On Tue, Jun 18, 2002 at 05:38:30PM +0200, Jacek Prucia wrote: > > I think current flood (tried HEAD) have problems with veryfing > responses. In particular it marks 200 OK responses as 'FAIL' if they are > sent with HTTP/1.0 rather than expected 'HTTP/1.1'. Looks like problem > is with memcpy veri