aboutsummaryrefslogtreecommitdiff
path: root/tests/server
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-07-30 07:24:59 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-07-30 07:24:59 +0000
commit1f26ea4a853844caf6118250abb6a4a141c87e8b (patch)
treeae9700cf5942594fadd7fdb224edad046f2d9f59 /tests/server
parent912c29fd8ce3fc324e8cadcb2907b745894b3b4f (diff)
Added test case 1051 to test Location: following with PUT, as reported
by Ben Sutcliffe. The test when run manually shows a problem in curl, but the test harness web server doesn't run the test correctly so it's disabled for now.
Diffstat (limited to 'tests/server')
-rw-r--r--tests/server/sws.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/server/sws.c b/tests/server/sws.c
index 023fe270e..a114cac43 100644
--- a/tests/server/sws.c
+++ b/tests/server/sws.c
@@ -351,7 +351,7 @@ int ProcessRequest(struct httprequest *req)
headers, for the pipelining case mostly */
req->checkindex += (end - line) + strlen(END_OF_HEADERS);
- /* **** Persistancy ****
+ /* **** Persistency ****
*
* If the request is a HTTP/1.0 one, we close the connection unconditionally
* when we're done.
@@ -539,7 +539,7 @@ static int get_request(curl_socket_t sock, struct httprequest *req)
pipereq_length = req->offset - req->checkindex;
}
- /*** Init the httpreqest structure properly for the upcoming request ***/
+ /*** Init the httprequest structure properly for the upcoming request ***/
req->checkindex = 0;
req->offset = 0;
@@ -1049,7 +1049,7 @@ int main(int argc, char *argv[])
send_doc(msgsock, &req);
if((req.testno < 0) && (req.testno != DOCNUMBER_CONNECT)) {
- logmsg("special request received, no persistancy");
+ logmsg("special request received, no persistency");
break;
}
if(!req.open) {