Sam Hogg
Results
2
comments of
Sam Hogg
Looking at the implementation here: https://github.com/deislabs/osiris/blob/4f8deeed3373fd948d89977f5e77e4776f424cfa/pkg/net/http/httputil/reverseproxy.go#L506-L548 And based on this comment: https://github.com/golang/go/issues/26937#issuecomment-435623896 I see that the implementation used relies on Go 1.12 features, where as I believe this project is...
> Relevant Go 1.12 features were replicated in our own source tree. Now that Go 1.12 is available, we can probably undo that. Ah, I see that now. Makes sense....