bakaid commented on a change in pull request #610: MINIFICPP-814 - Fixed
ListenHTTP and HTTPClient bugs, created tests f…
URL: https://github.com/apache/nifi-minifi-cpp/pull/610#discussion_r302968706
##########
File path: thirdparty/civetweb-1.10/src/civetweb.c
##########
@@ -16237,10 +16237,13 @@ worker_thread_run(struct worker_thread_args
*thread_args)
mg_free(conn->request_info.client_cert);
conn->request_info.client_cert = 0;
}
- }
+ } else {
Review comment:
Fixed in https://github.com/civetweb/civetweb/pull/630 and released in
civetweb 1.11, but that is a rather large rewrite and after all I think just
having this patch carries less risk than updating the whole thing.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services