alexliesenfeld / health

A simple and flexible health check library for Go.
MIT License
775 stars 38 forks source link

FIX: properly emit Content-Type header. #3

Closed panta closed 3 years ago

panta commented 3 years ago

Setting the Content-Type header after the WriteHeader() call had it ignored.