Adam Szaraniec

Results 7 comments of Adam Szaraniec

Almost one year and still not fixed :( @tj @f2prateek

@pyaesone17 You can pass own RoundTrip where you can adjust timeout. (In this way it just fail quickly) ```golang const imdsv2Path = "/latest/api/token" type disableIMDSRoundTripper struct{} func (disableIMDSRoundTripper) RoundTrip(req *http.Request)...

@kamushadenes Where can I find implementation of `qhttp.NewRewritableResponseWriter(w)`?

@chris-ramon Could you please provide feedback?

@Aravind1411 The current solution that I am using - It allows to set header for specific query Please notice that it has some limitation as it is possible to join...

@chris-ramon Can you look on that?