Revision: 14747 Author: adrian.chadd Date: Thu Aug 5 23:37:10 2010 Log: Add in the hook needed to update the clientHttpState client_tos field.
A TOS value set by the ZPH code, which isn't enabled by default, will now be accessible in access_log through %ct . http://code.google.com/p/lusca-cache/source/detail?r=14747 Modified: /branches/LUSCA_HEAD/src/client_side.c ======================================= --- /branches/LUSCA_HEAD/src/client_side.c Thu Aug 5 05:25:41 2010 +++ /branches/LUSCA_HEAD/src/client_side.c Thu Aug 5 23:37:10 2010 @@ -1434,6 +1434,7 @@ break; case ZPH_TOS: commSetTos(fd, tos); + http->client_tos = tos; break; case ZPH_PRIORITY: commSetSocketPriority(fd, tos); -- 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.
