Alexander Perlman

Results 3 issues of Alexander Perlman

If a caller passed in a map retained within the caller's context as extraHeaders to gin.Context.DataFromReader() then a race to write the "Content-Lenght" header would occur. // globalHeader is passed...

It seems map keys that aren't strings get implicitly converted to `string`. For example, the following expressions fail unexpectedly ``` 1 in { 1: 0 } Error: cannot use int...

docs needed