Hi, since the fix of "NIFI-4858" the timeout of the Http Request is set in the HTTP Context Map - before that it was set to Long.MAX_VALUE.
I have now the issue, that the HandleHttpRequest duplicates the request, when the timeout is reached. Here is what I did: 1. Set the Request Expiration in the StandardHttpContextMap (1.7) Service to for example 3 minutes 2. Use that HTTP Context Map in the HandleHttpRequest (1.7) processor 3. Start a request and wait for the timeout 4. Just before the timeout there appears a new flowfile in the success queue. 5. In the NiFi log I can see that after 3 minutes the same request is added again to the Http Request Queue. Thanks for your help & greetings, Michael
