We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cceab4 commit 0fe7b30Copy full SHA for 0fe7b30
src/network/network_service.js
@@ -1107,7 +1107,7 @@ cls.NetworkLoggerResponsePrototype = function()
1107
// At the time of the this event, it's possible that more than the header
1108
// has been read from the socket already.
1109
this.response_headers_raw = event.raw.split("\r\n\r\n")[0];
1110
-
+
1111
// Todo: Not sure I should rely on this
1112
if (this.response_headers_raw != "SPDY DATA")
1113
this.first_line = this.response_headers_raw.split("\n")[0];
0 commit comments