lyft / presto-gateway

A load balancer / proxy / gateway for prestodb
Apache License 2.0
358 stars 156 forks source link

Add X-Forwarded-* Headers to presto-gateway #111

Closed bearcage closed 4 years ago

bearcage commented 4 years ago

I'm maybe 40% sure this'll do the job, considering I barely know Java. I did skim the jetty sources and this appears to do the right thing.

Fingers crossed.

image