BUG/MINOR: http-ana: Reset request analysers on error when waiting for response
This bug was supposed to be fixed by the commit
f6df2b4a ("BUG/MINOR: http-ana:
Reset request analysers on a response side error"). It is a backported patch
from the 2.2. But, while it is enough on the 2.2, it is not on 2.1 and
lower. For these versions, the error handling is not grouped at the end of
analysers. At many places, when we are waiting for a response, several errors
are immediately returned. For all of these, the same fix must be applied.
The patch was directly introduced on 2.1, there is no upstream commit ID for
this patch. It must be backported everywhere the commit
f6df2b4a is.