From 5701c9cc69d5c0051aebd6edf222715cdc2e4160 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 12 Dec 2011 11:33:07 -0700 Subject: [PATCH] Apache not in docs --- collects/web-server/scribblings/dispatchers.scrbl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/collects/web-server/scribblings/dispatchers.scrbl b/collects/web-server/scribblings/dispatchers.scrbl index 16911d3229..4a006547a1 100644 --- a/collects/web-server/scribblings/dispatchers.scrbl +++ b/collects/web-server/scribblings/dispatchers.scrbl @@ -220,7 +220,12 @@ a URL that refreshes the password file, servlet cache, etc.} ]} @defthing[apache-default-format format-req/c]{ - Formats a request like Apache's default. + + Formats a request like Apache's default. However, Apache's default + includes information about the response to a request, which this + function does not have access to, so it defaults the last two fields + to 200 and 512. + } @defthing[log-format/c contract?]{