feat(errorsx): add error wrapper for quic (#422)
Part of https://github.com/ooni/probe/issues/1505
This commit is contained in:
parent
250a595f89
commit
30c7e2cdb3
7 changed files with 407 additions and 1 deletions
|
|
@ -108,6 +108,9 @@ const (
|
|||
// QUICHandshakeOperation is the handshake to setup a QUIC connection
|
||||
QUICHandshakeOperation = "quic_handshake"
|
||||
|
||||
// QUICListenOperation is when we open a listening UDP conn for QUIC
|
||||
QUICListenOperation = "quic_listen"
|
||||
|
||||
// HTTPRoundTripOperation is the HTTP round trip
|
||||
HTTPRoundTripOperation = "http_round_trip"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue