aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 715b2d40..7a17c628 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2076,7 +2076,7 @@ parse_initial_message_line (struct MHD_Connection *connection,
2076 { 2076 {
2077 size_t uri_len; 2077 size_t uri_len;
2078 curi = uri; 2078 curi = uri;
2079 /* Search from back to accept misformed URI with space */ 2079 /* Search from back to accept malformed URI with space */
2080 http_version = line + line_len - 1; 2080 http_version = line + line_len - 1;
2081 /* Skip any trailing spaces */ 2081 /* Skip any trailing spaces */
2082 while ( (' ' == http_version[0]) && 2082 while ( (' ' == http_version[0]) &&