mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
remove unused perspective from header writing
This commit is contained in:
parent
8a0fa1f8c6
commit
6150c19dcb
8 changed files with 41 additions and 59 deletions
|
@ -33,7 +33,7 @@ type Header struct {
|
|||
}
|
||||
|
||||
// Write writes the Header.
|
||||
func (h *Header) Write(b *bytes.Buffer, pers protocol.Perspective, ver protocol.VersionNumber) error {
|
||||
func (h *Header) Write(b *bytes.Buffer, ver protocol.VersionNumber) error {
|
||||
if h.IsLongHeader {
|
||||
return h.writeLongHeader(b, ver)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue