From 2a463b3cd73c32ee9dcd508248d0194923f435f4 Mon Sep 17 00:00:00 2001
From: Stefan Fritsch
int header_only; /* HEAD request, as opposed to GET */ char *protocol; /* Protocol, as given to us, or HTTP/0.9 */ char *method; /* GET, HEAD, POST, etc. */ -int method_number; /* M_GET, M_POST, etc. */ - -
+int method_number; /* M_GET, M_POST, etc. */
/* Info for logging */
char *the_request;
@@ -382,7 +380,6 @@ int method_number; /* M_GET, M_POST, etc. */
void *per_dir_config; /* Options set in config files, etc. */
void *request_config; /* Notes on *this* request */
-
};