You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Aryeh Katz <ar...@secured-services.com> on 2004/01/26 21:03:23 UTC

doc patch - http_protocol.h

I leave the formatting up to you, but the patch follows:

# diff -u http_protocol.old.h http_protocol.h
--- http_protocol.old.h
+++ http_protocol.h
@@ -528,7 +528,7 @@
   * @param r The current request
   * @param pw The password as set in the headers
   * @return 0 (OK) if it set the 'pw' argument (and assured
- *         a correct value in r->connection->user); otherwise it returns
+ *         a correct value in r->user); otherwise it returns
   *         an error code, either HTTP_INTERNAL_SERVER_ERROR if things are
   *         really confused, HTTP_UNAUTHORIZED if no authentication at all
   *         seemed to be in use, or DECLINED if there was authentication

-- 
Aryeh Katz
SecureD Services
http://www.secured-services.com/
410 653 0700 x 2



Re: doc patch - http_protocol.h

Posted by Jeff Trawick <tr...@attglobal.net>.
Aryeh Katz wrote:

> # diff -u http_protocol.old.h http_protocol.h
> --- http_protocol.old.h
> +++ http_protocol.h
> @@ -528,7 +528,7 @@
>   * @param r The current request
>   * @param pw The password as set in the headers
>   * @return 0 (OK) if it set the 'pw' argument (and assured
> - *         a correct value in r->connection->user); otherwise it returns
> + *         a correct value in r->user); otherwise it returns

fix committed to 2.0.next and 2.1-dev; thanks!