Elazar Leibovich

Results 99 comments of Elazar Leibovich

@BurntSushi it's not just the UX (which is a major, unfixable problem IMHO. UX issues are much more important than "real" bugs, say, 100% slowdown of some cases). One of...

@thalesfsp can you please explain me again, why using the `User` pointer is not a good solution in this case? I'm very open to listen, but was not able to...

@taco-wang good point. Can we parse it instead? Shouldn't we at least use `HasPrefix`?

@GitMensch There seem to be other projects trying to tackle the same problem. Notable [rr](https://rr-project.org/) in the open source, and [udb](https://undo.io/products/udb) in the propriety area.

I apologize for not getting back to you until now. I'm really not sure what should be the correct response. Can you help me by specifying the use case? How...

I'm convinced. Would fix tonight. On Thu, Dec 4, 2014, 5:39 PM Marc MacLeod [email protected] wrote: > +1 On this one. Some of my users are running their own servers...

Let me understand what you want more clearly. You're sending a proxy request to `http://foo.com`, with header `Host: bar.com`, and you want the proxy to contact `foo.com` giving it the...

Hmm... the Go stdlib is actively removing the information you need in this case. It already made almost impossible to support ICECAST exception. I think a good solution wouid be...

But how can you change the http server behaviour? On Nov 3, 2015 3:25 PM, "serika00" [email protected] wrote: > Copying net/http should work. Still finding more elegant way to do...