Elazar Leibovich

Results 99 comments of Elazar Leibovich

Didn't you know in advance which key would the cookie contain? On Tue, Jan 19, 2016 at 10:29 AM, Borja Berastegui wrote: > > Hi ! > > In my...

In this case we should give two regexp, for the key and for the value. This would avoid all the key escaping problems. On Tue, Jan 19, 2016 at 10:42...

Hi, Thanks for the PR. I've had a fix for this problem, and it caused troubles, so I'm trying to understand the error better. In which scenario the server won't...

but why don't copyAndClose work? The reader goroutine should notice wget closed the connection to it, doesn't it? Then it would also close its connection to somedomain. I still don't...

Hi, Thanks for the PR. I'm not sure I follow. Why would bytes be

@gallir ping. Can you please have a look and explain?

Hi, Did you see the [ext/auth](https://github.com/elazarl/goproxy/tree/master/ext/auth) library? Doesn't it achieve the same?

In that case, simply use authinticated transport. Add it to the context. On Mon, Jun 22, 2015 at 8:46 PM, jdamick [email protected] wrote: > unless i'm misunderstanding, that is for...

Hey, Can you please add it as `ext/` extension, and not in core package? Thanks

Hi, Can you add a test case which is solved by the commit? Would help me understand it.