hdarritchon
01/24/2020, 2:41 PMjava.lang.UnsupportedOperationException: Headers can no longer be set because response was already completed
. I suppose it’s too late. So I was wandering if it is possible to have a phase where the Request is processed, the response is ready but I’m still able to modify the response to add some headers.ribesg
01/24/2020, 3:35 PMcy
01/24/2020, 6:26 PMhdarritchon
01/27/2020, 2:57 PMresponseHeaders.append(XMyAppLatency, start.durationToNow().toString())
`
I will put the code in Github in a while.