-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Taylan,

On 3/5/2009 5:45 AM, Taylan Develioglu wrote:
> Can the wget clone do this without modification, or do I need to change it?

No, you'd need to modify the source. It's not particularly useful in
most scenarios to intentionally stall an HTTP conversation, so it's not
a built-in feature :)


> So basically you're saying:
> 
> Send content larger then content-length. Then close the connection, see
> if the post request gets processed?

No, I'm saying that you should send exactly the right amount of data,
but you should stall in the middle. For instance, set the Content-Length
to 10 bytes, then send 5 bytes, then wait 10 or 20 seconds, and send the
rest.

> The ajax requests may be done over a seperate connection, but all
> subsequent requests use keepalive and are definately done over the same
> connection, this is in firefox 3.0.6.

Wow, I didn't realize that browsers would keep an HTTP connection open
to a web server for 10 idle seconds. That seems like a really long time.

> I fired up my network analyzer, to be 100% sure and there are no new
> outgoing connections there.

Good to know.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkm1mkIACgkQ9CaO5/Lv0PCaLQCffpGjmssBxrD/w7fAAKM7SrUj
FKwAnRMwuChuawFpch9Lz0rAyVaMgULS
=z+SS
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to