You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2010/09/22 01:59:47 UTC

svn commit: r999692 - /httpd/sandbox/replacelimit/ap.d

Author: wrowe
Date: Tue Sep 21 23:59:47 2010
New Revision: 999692

URL: http://svn.apache.org/viewvc?rev=999692&view=rev
Log:
Correct ap.d, I suspect this is falling out of sync

Modified:
    httpd/sandbox/replacelimit/ap.d

Modified: httpd/sandbox/replacelimit/ap.d
URL: http://svn.apache.org/viewvc/httpd/sandbox/replacelimit/ap.d?rev=999692&r1=999691&r2=999692&view=diff
==============================================================================
--- httpd/sandbox/replacelimit/ap.d (original)
+++ httpd/sandbox/replacelimit/ap.d Tue Sep 21 23:59:47 2010
@@ -16,9 +16,9 @@ typedef struct request_rec {
     int64_t request_time;
     char *status_line;
     int status;
-    const char *method;
     int method_number;
-    int64_t allowed;
+    const char *method;
+    int64_t allowed_methods;
     offset_t sent_bodyct;
     offset_t bytes_sent;
     int64_t mtime;