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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to