Commit ec54434
authored
Removed rogue space on QUIC output
Before:
```
TLS 1.2 offered (OK)
TLS 1.3 offered (OK): final
QUIC not offered or timed out
NPN/SPDY not offered
ALPN/HTTP2 h2, http/1.1 (offered)
```
After:
```
TLS 1.2 offered (OK)
TLS 1.3 offered (OK): final
QUIC not offered or timed out
NPN/SPDY not offered
ALPN/HTTP2 h2, http/1.1 (offered)
```1 parent cc5ab00 commit ec54434
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6169 | 6169 | | |
6170 | 6170 | | |
6171 | 6171 | | |
6172 | | - | |
| 6172 | + | |
6173 | 6173 | | |
6174 | 6174 | | |
6175 | 6175 | | |
| |||
0 commit comments