Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-11 | Let sentry understand tcpip.ErrMalformedHeader | Kevin Krakauer | |
Added a LINT IfChange/ThenChange check to catch this in the future. PiperOrigin-RevId: 357077564 | |||
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein | |
This makes it possible to add data to types that implement tcpip.Error. ErrBadLinkEndpoint is removed as it is unused. PiperOrigin-RevId: 354437314 |