From 99d81d0d2827a1a1efcce0a97b1a30a4dd697529 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Sat, 1 Sep 2012 10:22:57 +0200 Subject: [PATCH] test: Correct comments --- test/simline/server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/simline/server.c b/test/simline/server.c index 988c01e..a1a13bc 100644 --- a/test/simline/server.c +++ b/test/simline/server.c @@ -114,11 +114,11 @@ char *socket2address(int socket) { } -/* Process ISDS WS ping */ +/* Process ISDS web service */ static void do_ws(int client_socket, const struct service_configuration *ws_configuration, const struct http_request *request, const char *required_base_path) { - char *end_point = request->uri; /* Pointer to string in request */ + char *end_point = request->uri; /* Pointer to string in the request */ if (request->method != HTTP_METHOD_POST) { http_send_response_400(client_socket, -- 2.11.4.GIT