diff options
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r-- | src/microhttpd/connection.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index fa87a7a5..c290851e 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c | |||
@@ -1586,10 +1586,13 @@ parse_initial_message_line (struct MHD_Connection *connection, | |||
1586 | } | 1586 | } |
1587 | } | 1587 | } |
1588 | if (NULL != daemon->uri_log_callback) | 1588 | if (NULL != daemon->uri_log_callback) |
1589 | connection->client_context | 1589 | { |
1590 | = daemon->uri_log_callback (daemon->uri_log_callback_cls, | 1590 | connection->client_context |
1591 | curi, | 1591 | = daemon->uri_log_callback (daemon->uri_log_callback_cls, |
1592 | connection); | 1592 | curi, |
1593 | connection); | ||
1594 | connection->client_aware = MHD_YES; | ||
1595 | } | ||
1593 | if (NULL != args) | 1596 | if (NULL != args) |
1594 | { | 1597 | { |
1595 | args[0] = '\0'; | 1598 | args[0] = '\0'; |