Skip to content

Ensure correlation id header is always added to response

Mikhail Mazurskiy requested to merge ash2k/http-correlation into master

Currently the correlation id is only sent in the response if the headers have not been sent already. This MR changes the behavior so that the header is always set (if this feature is enabled). The actual request handler can always overwrite the already set header if it wants to.

Merge request reports