You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/08/04 17:34:35 UTC

[GitHub] [nifi-minifi-cpp] adam-markovics commented on pull request #1381: MINIFICPP-1898 - Fix ListenHTTP test failure

adam-markovics commented on PR #1381:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1381#issuecomment-1205564837

   CivetWeb's default implementations for request handlers (including PUT and DELETE) return error codes, indicating they didn't handle the request (returning `false`). Then control flow goes on a strange way, using `goto` to jump inside a function. Earlier version of the library didn't have an assert on this path, the new one does. It's saying "we have a handler, but we don't". So my answer to this is providing overriding handlers in the user code.
   
   Also commented on the JIRA ticket.


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

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org