New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 596680 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Mar 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 584338



Sign in to add a comment

Add NetLog logging for headers sent and received in net::BidirectionalStreamQuicImpl

Project Member Reported by xunji...@chromium.org, Mar 21 2016

Issue description

net::BidirectionalStreamQuicImpl doesn't have logging for headers sent and received. This makes debugging hard. We need to do something similar to QuicHttpStream's QUIC_HTTP_STREAM_READ_RESPONSE_HEADERS/QUIC_HTTP_STREAM_SEND_REQUEST_HEADERS.
 

Comment 1 by mmenke@chromium.org, Mar 21 2016

Could the logging code just be moved into QuicChromiumClientStream?  Seems like it's best to share code with HTTP-like HTTP2, if we can.
Status: Fixed (was: Assigned)

Sign in to add a comment