Updated Branches: refs/heads/master d9d4c8c4d -> b697d3771
updated the readme somemore Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b697d377 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b697d377 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b697d377 Branch: refs/heads/master Commit: b697d377151406c2237467cd690a3055a1686276 Parents: d9d4c8c Author: Bryan Call <[email protected]> Authored: Tue Jun 4 13:21:14 2013 -0700 Committer: Bryan Call <[email protected]> Committed: Tue Jun 4 13:21:14 2013 -0700 ---------------------------------------------------------------------- tools/lighttpd_mod_generator/README | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b697d377/tools/lighttpd_mod_generator/README ---------------------------------------------------------------------- diff --git a/tools/lighttpd_mod_generator/README b/tools/lighttpd_mod_generator/README index bbaf47f..b598431 100644 --- a/tools/lighttpd_mod_generator/README +++ b/tools/lighttpd_mod_generator/README @@ -1,5 +1,4 @@ -ATS (Apache Traffic Server) version of lighttpd -lighttpd is use as an origin server for testing. +Module that can be used to create dynamic http responses. Good for using as an origin server when benchmarking. 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)
