google / nel-collector

Network Error Logging (NEL) collector
https://wicg.github.io/network-error-logging/
Apache License 2.0
39 stars 17 forks source link

Remove ContextGetter and use http.Request.Context for all requests #33

Closed cstahl1 closed 6 years ago

cstahl1 commented 6 years ago

Undo the work of added a ContextGetter since this ended up providing no additional value now that Request.Context() is a thing.