gregames 2002/05/31 08:10:14
Modified: specweb99/specweb99-2.0 mod_specweb99.c
Log:
no functional change. fix a spelling error, and some mangled byte offset
"rulers".
Revision Changes Path
1.2 +8 -5 httpd-test/specweb99/specweb99-2.0/mod_specweb99.c
Index: mod_specweb99.c
===================================================================
RCS file: /home/cvs/httpd-test/specweb99/specweb99-2.0/mod_specweb99.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_specweb99.c 2 May 2002 20:34:13 -0000 1.1
+++ mod_specweb99.c 31 May 2002 15:10:14 -0000 1.2
@@ -590,7 +590,7 @@
__TIME__);
ap_log_error(APLOG_MARK, APLOG_INFO | APLOG_NOERRNO, 0, s, "%s",
- "$Id: mod_specweb99.c,v 1.1 2002/05/02 20:34:13 gregames Exp $");
+ "$Id: mod_specweb99.c,v 1.2 2002/05/31 15:10:14 gregames Exp $");
return 0;
} /* specweb99_module_init */
@@ -667,7 +667,7 @@
else if ((data = strstr(r->args, "command/Reset"))) {
/*
* We are sleeping at least one second - to make sure that any
- * fstat() on mtime will actually yeild different values - no matter
+ * fstat() on mtime will actually yield different values - no matter
* how closely spaced the Reset's are issued. (in particular the
* spacing between the test reset form the manager and the reset at
* the commencing - which normally can be within a second - thus
@@ -677,7 +677,8 @@
apr_sleep(2);
/*
- * 1 012345678901234
+ * 1
+ * 012345678901234
* command/Reset&maxload=[MaxLoad]&pttime=[PointTime]&maxthreads=[
* MaxThreads]&exp=[ExpiredList]&urlroot=[UrlRoot]
*/
@@ -943,8 +944,9 @@
/*
* Parse Cookie string into MyUser and Last_Ad. The format of the cookie
- * is as follows (the order of keys and values is fixed): 1 2 3 4
- * 5 012345678901234567890123456789012345678901234567890123456789
+ * is as follows (the order of keys and values is fixed):
+ * 1 2 3 4 5
+ * 012345678901234567890123456789012345678901234567890123456789
* my_cookie=user_id=[MyUser]&last_ad=[Last_ad]
*/
if (!cookie_in) {
@@ -1237,7 +1239,8 @@
/* Parse Cookie string to get MyCookie. The format is as */
/* follows (the order of the keys and values is fixed):*/
/*
- * 1 2 012345678901234567890123
+ * 1 2
+ * 012345678901234567890123
* my_cookie=user_id=[MyCookie]&last_ad=[IgnoredField]
*/