diff options
Diffstat (limited to 'tests/server')
-rw-r--r-- | tests/server/rtspd.c | 4 | ||||
-rw-r--r-- | tests/server/sws.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/server/rtspd.c b/tests/server/rtspd.c index 32ab0afb0..365b29476 100644 --- a/tests/server/rtspd.c +++ b/tests/server/rtspd.c @@ -450,10 +450,10 @@ static int ProcessRequest(struct httprequest *req) /* **** Persistence **** * - * If the request is a HTTP/1.0 one, we close the connection unconditionally + * If the request is an HTTP/1.0 one, we close the connection unconditionally * when we're done. * - * If the request is a HTTP/1.1 one, we MUST check for a "Connection:" + * If the request is an HTTP/1.1 one, we MUST check for a "Connection:" * header that might say "close". If it does, we close a connection when * this request is processed. Otherwise, we keep the connection alive for X * seconds. diff --git a/tests/server/sws.c b/tests/server/sws.c index 55c1c1d60..bcc4d40dc 100644 --- a/tests/server/sws.c +++ b/tests/server/sws.c @@ -602,10 +602,10 @@ static int ProcessRequest(struct httprequest *req) /* **** Persistence **** * - * If the request is a HTTP/1.0 one, we close the connection unconditionally + * If the request is an HTTP/1.0 one, we close the connection unconditionally * when we're done. * - * If the request is a HTTP/1.1 one, we MUST check for a "Connection:" + * If the request is an HTTP/1.1 one, we MUST check for a "Connection:" * header that might say "close". If it does, we close a connection when * this request is processed. Otherwise, we keep the connection alive for X * seconds. |