We are getting occasional PH errors (Premature abort - Header issue) on requests returned by our nginx backends, so in order to debug the issue I would like to capture all the response headers on the affected URI. However, according to HAProxy docs, headers can only be captured by name. Is there a way so I can capture all headers instead of one specifically?
Thanks in advance.

