Nick Brandt
Nick Brandt
I apologize if this PR doesn't follow any contribution guide (I couldn't seem to find one). As detailed in #59, I figured this was a relatively low hanging fruit /...
**Version of dd-trace-go** 1.56.0 **Describe what happened:** As we can see from this comment documenting the Error() func: ```golang // Error invokes the registered global HTTP error handler. Generally used...
When I read a webvtt file using the `ReadFromWebVTT` function, do some work, and attempt to write the captions back out to `WriteToWebVTT`, the optional data after the WebVTT file...
From an [excerpt](https://www.w3.org/TR/webvtt1/#webvtt-parser-algorithm) of the WebVTT spec regarding the WebVTT parsing algorithm: > Let input be the string being parsed, after conversion to Unicode, and with the following transformations applied:...
### What does this PR do? This PR adds a configurable `WithStatusCheck(...)` and `isStatusError` to contrib/net/http so that the `ServeMux` and `TraceAndServe(...)` can reference that to then decide whether or...