New issue
Advanced search Search tips

Issue 889288 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

QuicChromiumClientSession::CloseSessionOnError() Should Specify Error Details

Project Member Reported by renjietang@chromium.org, Sep 25

Issue description

Cuurently 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