Author: adrian.chadd
Date: Tue Jun 16 03:19:42 2009
New Revision: 14094

Modified:
    branches/LUSCA_HEAD/src/client_side.c

Log:
Make sure a log uri is added during an aborted request.

From: Mark Nottinghman <[email protected]>



Modified: branches/LUSCA_HEAD/src/client_side.c
==============================================================================
--- branches/LUSCA_HEAD/src/client_side.c       (original)
+++ branches/LUSCA_HEAD/src/client_side.c       Tue Jun 16 03:19:42 2009
@@ -3858,6 +3858,7 @@
      http->start = current_time;
      http->req_sz = conn->in.offset;
      http->uri = xstrdup(uri);
+    http->log_uri = xstrdup(uri);
      http->range_iter.boundary = StringNull;
      httpBuildVersion(&http->http_ver, 1, 0);
      dlinkAdd(http, &http->active, &ClientActiveRequests);

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to