David Benque
David Benque
This could help for any language that allow the developper to put constraints on memory usage (not only java). Also we wanted to make that feature generic enough to work...
> I left a few small comments on code. > > But I think more important is that I think that a different approach would easier (both to use and...
> I left a few small comments. > > One bigger comment remains open. > > Since we're going with a set of bool flags (instead of the initial approach...
For a cookie defined like this: `http.Cookie{ Name: "k1", Value: "", Path: "/", Expires: time.Unix(0, 0), MaxAge: 0, }` Go 1.7 produce the following string: `k1=; Path=/` While Go 1.9...
Workaround: if you can you don't plan to use a coma separated value, and you are ok to repeat the parameter multiple times on the command line, you can use...