diff options
Diffstat (limited to 'src/lib/connection_call_handlers.c')
-rw-r--r-- | src/lib/connection_call_handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/connection_call_handlers.c b/src/lib/connection_call_handlers.c index 634a9693..aa082ebb 100644 --- a/src/lib/connection_call_handlers.c +++ b/src/lib/connection_call_handlers.c | |||
@@ -1796,7 +1796,7 @@ parse_initial_message_line (struct MHD_Request *request, | |||
1796 | else | 1796 | else |
1797 | { | 1797 | { |
1798 | curi = uri; | 1798 | curi = uri; |
1799 | /* Search from back to accept misformed URI with space */ | 1799 | /* Search from back to accept malformed URI with space */ |
1800 | http_version = line + line_len - 1; | 1800 | http_version = line + line_len - 1; |
1801 | /* Skip any trailing spaces */ | 1801 | /* Skip any trailing spaces */ |
1802 | while ( (' ' == http_version[0]) && | 1802 | while ( (' ' == http_version[0]) && |