mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
impl: cleaning up some debug flag/symbol
This commit is contained in:
parent
8a3397d0ae
commit
8463016cbc
6 changed files with 1 additions and 17 deletions
|
@ -286,14 +286,6 @@ func (h *cryptoSetup) handleEvent(ev qtls.QUICEvent) (done bool, err error) {
|
|||
h.rejected0RTT()
|
||||
return false, nil
|
||||
case qtls.QUICWriteData:
|
||||
// [UQUIC] debug
|
||||
// if ev.Level == qtls.QUICEncryptionLevelInitial {
|
||||
// fmt.Printf("Init: %x\n", ev.Data)
|
||||
// } else if ev.Level == qtls.QUICEncryptionLevelHandshake {
|
||||
// fmt.Printf("HS: %x\n", ev.Data)
|
||||
// } else {
|
||||
// fmt.Printf("APP: %x\n", ev.Data)
|
||||
// }
|
||||
h.WriteRecord(ev.Level, ev.Data)
|
||||
return false, nil
|
||||
case qtls.QUICHandshakeDone:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue