QuicChromiumClientSession::CloseSessionOnError() Should Specify Error Details |
|
Issue descriptionCuurently in QuicChromiumClientSession::CloseSessionOnError(), when the method tries to send connection close packet, it always uses "net error" as the default detail message. Since this method will be called from various places for various reasons, it might be a good idea for the method to take a const QuicString& argument as the error detail message. |
|
►
Sign in to add a comment |
|