ekr / minq

A simple Go implementation of QUIC
MIT License
98 stars 16 forks source link

Non fatal errors are fatal #41

Open pietdevaere opened 6 years ago

pietdevaere commented 6 years ago

Currently, the minq server / client will exit when they encounter a non-fatal error (e.g duplicate packet). They shouldn't.