ekr / minq

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

Split application and transport error spaces #45

Closed martinthomson closed 6 years ago

martinthomson commented 6 years ago

This manifests in two ways:

  1. Reset takes minq.ErrorCode, but it probably wants a new type minq.ApplicationError (uint16)
  2. Shutdown doesn't take an argument