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
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