Revision: 14446 Author: adrian.chadd Date: Wed Mar 3 19:06:16 2010 Log: More documentation
http://code.google.com/p/lusca-cache/source/detail?r=14446 Modified: /branches/LUSCA_HEAD/src/client_side.c ======================================= --- /branches/LUSCA_HEAD/src/client_side.c Wed Mar 3 18:45:18 2010 +++ /branches/LUSCA_HEAD/src/client_side.c Wed Mar 3 19:06:16 2010 @@ -362,6 +362,14 @@ cbdataFree(http); } +/* + * Interpret the request headers after the initial request has + * been read, parsed and modified appropriately. + * + * This sets various variables and flags in http->request based on + * the request headers. It also sets up the pinned connection + * link if needed! + */ void clientInterpretRequestHeaders(clientHttpRequest * http) { -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
