adamdebreceni commented on a change in pull request #818:
URL: https://github.com/apache/nifi-minifi-cpp/pull/818#discussion_r441413849



##########
File path: extensions/http-curl/tests/AbsoluteTimeoutTest.cpp
##########
@@ -47,4 +47,6 @@ int main() {
   plan->runNextProcessor();
 
   assert(LogTestController::getInstance().contains("HTTP operation timed out, 
with absolute timeout 3000ms"));
+
+  delete server;

Review comment:
       ```
   static int
   consume_socket(struct mg_context *ctx, struct socket *sp, int thread_index)
   {
        DEBUG_TRACE("%s", "going idle");
        ctx->client_socks[thread_index].in_use = 0;
        event_wait(ctx->client_wait_events[thread_index]);
        *sp = ctx->client_socks[thread_index];
        DEBUG_TRACE("grabbed socket %d, going busy", sp ? sp->sock : -1);
   
        return !ctx->stop_flag;
   }
   ```




----------------------------------------------------------------
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]


Reply via email to