Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4972)

Unified Diff: chrome/browser/resources/net_internals/log_util.js

Issue 1360253002: Log GOAWAY frame debug data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re: #7. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/net_internals/log_util.js
diff --git a/chrome/browser/resources/net_internals/log_util.js b/chrome/browser/resources/net_internals/log_util.js
index 5438c64851069b91a20ff569bd8c2db9310665d9..169d58ba405d5ced9c6eaf28a43476632b48466f 100644
--- a/chrome/browser/resources/net_internals/log_util.js
+++ b/chrome/browser/resources/net_internals/log_util.js
@@ -34,7 +34,7 @@ log_util = (function() {
function createLogDump(userComments, constants, events, polledData, tabData,
numericDate, privacyStripping) {
if (privacyStripping)
- events = events.map(stripCookiesAndLoginInfo);
+ events = events.map(stripCookiesAndLoginInfoAndGoAwayDebugData);
var logDump = {
'userComments': userComments,

Powered by Google App Engine
This is Rietveld 408576698