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_r302965581
##########
File path: extensions/civetweb/processors/ListenHTTP.cpp
##########
@@ -390,7 +394,25 @@ bool ListenHTTP::Handler::handleGet(CivetServer *server,
struct mg_connection *c
return true;
}
-void ListenHTTP::Handler::write_body(mg_connection *conn, const
mg_request_info *req_info) {
+bool ListenHTTP::Handler::handleHead(CivetServer *server, struct mg_connection
*conn) {
Review comment:
Our processor documentation says we serve HEAD requests, and NiFi does it at
well, so we should too.
----------------------------------------------------------------
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