On 6/5/13 1:06 AM, Igor Galić wrote:
-
Format of the URL:
http://server:port/bytes-id-sleeptime-{cache|no_cache}
@@ -13,7 +12,7 @@ Example URLs:
URL to test the caching of ATS, 1KB body and don't delay the
response
http://myserver.com:8080/1024-123-0-cache
-URL to test the proxying of ATS, 2KB body and delay the resonse for
1ms
+URL to test the proxying of ATS, 2KB body and delay the response for
1ms
http://myserver.com:8080/2048-123-1-no_cache
Version 1.4.30_1 (3/28/12, bcall)
I'm still very confused as to what exactly this is..
It's a lighttpd plugin that can be used to generate arbitrary content, where
attributes such as size and cacheability is controlled via the URL. It makes
for an excellent starting point for building end-to-end tests.
In an ideal world, we'd have an ATS plugin that can do this. In fact, I
started working on something like it, but the performance is abysmal. Once
we fix that, we should make a plugin just like this one :).
-- Leif