BBlack has uploaded a new change for review.
https://gerrit.wikimedia.org/r/71622
Change subject: Move comment to appropriate place, remove redundant return
......................................................................
Move comment to appropriate place, remove redundant return
Change-Id: I0fa36bdb2ceab5f1294f728a83a091e94c30e21b
---
M src/purger.c
1 file changed, 2 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/software/varnish/vhtcpd
refs/changes/22/71622/1
diff --git a/src/purger.c b/src/purger.c
index 2610043..38df8d3 100644
--- a/src/purger.c
+++ b/src/purger.c
@@ -606,12 +606,10 @@
}
}
else {
+ // If neither of the above, parser consumed all available data and
didn't complete the message,
+ // so just return to the loop and maintain this state to get more
data.
dmn_log_debug("purger: %s/%s -> purger_read_cb silent result:
apparent partial parse, still waiting for data...", dmn_logf_anysin(&s->daddr),
state_strs[s->state]);
}
-
- // If neither of the above, parser consumed all available data and
didn't complete the message,
- // so just return to the loop and maintain this state to get more
data.
- return;
}
}
--
To view, visit https://gerrit.wikimedia.org/r/71622
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0fa36bdb2ceab5f1294f728a83a091e94c30e21b
Gerrit-PatchSet: 1
Gerrit-Project: operations/software/varnish/vhtcpd
Gerrit-Branch: master
Gerrit-Owner: BBlack <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits