Skip to content

Defer setting of response header until after client responds

Stan Hu requested to merge sh-defer-response-header into master

This ensures we don't add a duplicate X-Request-Id value if the upstream server echoes it back, as the Rails RequestId middleware does.

Edited by Stan Hu

Merge request reports