winteraz

Results 7 comments of winteraz

Isn't that a race condition? What about the other clients that make requests at the same time(each with its own/different transport). Isn't this overwriting their Transport?

ConnectDial and Tr are global values of *ProxyHttpServer. If multiple go routines are reading and writing these fields concurrently as @rahulwa proposed that's a race condition, right? Not to mention...

In order to fix this I think Transport and ConnectDial should be copied on each request and provided perhaps in `*goproxy.ProxyCtx` though I'm not very familiar with the code base...

@elazarl I also see a RoundTripper on *goproxy.ProxyCtx but I don't know when or how is being used because it's not documented. Can I use a custom RoundTripper to process...

uname -a `Linux ubuntu 4.8.0-36-generic #36~16.04.1-Ubuntu SMP Sun Feb 5 09:39:57 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux`

Any idea if the data indexed is compatible ? I've just found out that the version of my insight API is 0.4.3` and bitcore node `3.1.3` . I've used the...

Here is how to "fix it" . https://github.com/bitpay/bitcore-node/issues/518