quicwg / qlog

The IETF I-D documents for the qlog format
Other
77 stars 12 forks source link

Create ALPNIdentifier type to allow bytes or string presentation #385

Closed LPardue closed 4 months ago

LPardue commented 5 months ago

ALPN IDs aren't guaranteed to be safe text, so allow logging the byte sequence. However, don't force endpoint to do that if their willing to do some safety checking or safe encoding.

Closes #368