forked from quic-go/quic-go
use H3_NO_ERROR when closing the http3.Client
This commit is contained in:
@@ -123,7 +123,7 @@ func (c *client) setupSession() error {
|
||||
}
|
||||
|
||||
func (c *client) Close() error {
|
||||
return c.session.Close()
|
||||
return c.session.CloseWithError(quic.ErrorCode(errorNoError), "")
|
||||
}
|
||||
|
||||
func (c *client) maxHeaderBytes() uint64 {
|
||||
|
||||
Reference in New Issue
Block a user