From 1d6eae890b146eb2e8310742eb66e37b0d261976 Mon Sep 17 00:00:00 2001 From: Marc Slemko Date: Thu, 27 Feb 1997 02:46:37 +0000 Subject: [PATCH] Fix typos. Submitted by: Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77686 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/client_block_api.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/misc/client_block_api.html b/docs/manual/misc/client_block_api.html index 0c2fcaa097..b01a588622 100644 --- a/docs/manual/misc/client_block_api.html +++ b/docs/manual/misc/client_block_api.html @@ -38,7 +38,7 @@ accomplished while remaining backwards-compatible.

the module should return that error code. The second parameter selects the policy to apply if the request message indicates a body, and how a chunked - transfer-coding sho uld be interpreted. Choose one of + transfer-coding should be interpreted. Choose one of
     REQUEST_NO_BODY          Send 413 error if message has any body
     REQUEST_CHUNKED_ERROR    Send 411 error if body without Content-Length
@@ -58,7 +58,7 @@ accomplished while remaining backwards-compatible.

should proceed (to step 3). This step also sends a 100 Continue response to HTTP/1.1 clients, so should not be called until the module - is *defenitely* ready to read content. (otherwise, the point of the + is *definitely* ready to read content. (otherwise, the point of the 100 response is defeated). Never call this function more than once.
  • Finally, call get_client_block in a loop. Pass it a -- 2.50.1