dirkx 99/08/25 06:02:04
Modified: src/support ab.c
Log:
Fixed -H header flag for GETs their CR/LF termination.
PR: 4904
Submitted by: Jean-Francois LE CAM <[EMAIL PROTECTED]>
Reviewed by: dirkx
Revision Changes Path
1.30 +1 -1 apache-1.3/src/support/ab.c
Index: ab.c
===================================================================
RCS file: /x3/home/cvs/apache-1.3/src/support/ab.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ab.c 1999/08/12 18:06:28 1.29
+++ ab.c 1999/08/25 13:02:04 1.30
@@ -775,7 +775,7 @@
"%s" "%s" "%s"
"Host: %s\r\n"
"Accept: */*\r\n"
- "\r\n" "%s",
+ "%s" "\r\n",
path,
VERSION,
keepalive ? "Connection: Keep-Alive\r\n" : "",