You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
The toString() method of QuicConnectionAddress did produce a not so useful string representation.
Modifications:
Use a hexdump presentation of the id
Result:
Fixes#338
Motivation:
The toString() method of QuicConnectionAddress did produce a not so useful string representation.
Modifications:
Use a hexdump presentation of the id
Result:
Fixes#338
With the current implementation we have:
netty-incubator-codec-quic/src/main/java/io/netty/incubator/codec/quic/QuicConnectionAddress.java
Lines 67 to 74 in 57af932
Which results in showing the connection
toString
like this:Is that intentional?
For example for
traceId
we have better string representation(a86d995442569cff63623df10129c093a4c2b16d)
netty-incubator-codec-quic/src/main/java/io/netty/incubator/codec/quic/QuicheQuicChannel.java
Lines 210 to 212 in 57af932
The text was updated successfully, but these errors were encountered: