rcrowley / go-tigertonic

A Go framework for building JSON web services inspired by Dropwizard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logger.WriteHeader never called if it's not called explicitly

rcrowley opened this issue · comments

I think this is a side-effect of how Go's struct embedding works. If you don't call WriteHeader yourself, the underlying WriteHeader is called and skips yours.