|
|
|
|
|
by weltensturm
1417 days ago
|
|
Why is it http.Error(w, ...) and not w.Write(http.Error(...))? The latter would be way more clear in showing that nothing magical happens and a return (if wanted) is still necessary (I don't write Go, so I don't know the conventions) |
|
Either way, it wouldn't address the bug here.