mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
rename the constructors for the various qerr.Error flavors
This commit is contained in:
parent
2f2583beb0
commit
6d61dccc2f
16 changed files with 69 additions and 69 deletions
|
@ -81,7 +81,7 @@ type TransportParameters struct {
|
|||
// Unmarshal the transport parameters
|
||||
func (p *TransportParameters) Unmarshal(data []byte, sentBy protocol.Perspective) error {
|
||||
if err := p.unmarshal(data, sentBy); err != nil {
|
||||
return qerr.Error(qerr.TransportParameterError, err.Error())
|
||||
return qerr.NewError(qerr.TransportParameterError, err.Error())
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue