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

Unified Diff: net/http/http_network_transaction.cc

Issue 1321002: Reducing the debug output spam. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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
« no previous file with comments | « no previous file | net/spdy/spdy_network_transaction_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_transaction.cc
===================================================================
--- net/http/http_network_transaction.cc (revision 42600)
+++ net/http/http_network_transaction.cc (working copy)
@@ -489,7 +489,6 @@
}
void HttpNetworkTransaction::OnIOComplete(int result) {
- DLOG(INFO) << " >> " << __FUNCTION__ << "()";
int rv = DoLoop(result);
if (rv != ERR_IO_PENDING)
DoCallback(rv);
@@ -500,7 +499,6 @@
int rv = result;
do {
- DLOG(INFO) << " * " << __FUNCTION__ << "() state = " << next_state_;
State state = next_state_;
next_state_ = STATE_NONE;
switch (state) {
« no previous file with comments | « no previous file | net/spdy/spdy_network_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698