tcnksm / go-httpstat

Tracing golang HTTP request latency
MIT License
421 stars 72 forks source link

Make `ContentTransfer ()`, `End ()` and `Format()` work even after go1.8 #16

Closed Songmu closed 6 years ago

Songmu commented 7 years ago

t0-5 fields of Result struct aren't used after go1.8 or later, but some codes depends on them. So, the above methods don't work go1.8 or later.

I fixed them.

tcnksm commented 6 years ago

Thanks

Songmu commented 6 years ago

:+1: