deislabs/osiris

Update metrics-collecting proxy and activator to use httputil.ReverseProxy

krancour opened this issue · 1 comments

This will do a petter job of preserving all request details (headers, for instance) than we currently do today. (We're not very careful about that currently.)

Labeling this as a bug because it's clear the current implementation is inadequate as it will lose most request attributes.