From c26a5ff666976316180db2bf30bdbbf1bec9f4c4 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Tue, 29 Jul 2003 21:46:31 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1858 --- checkin_notes | 7 +++++++ client/http.C | 1 + 2 files changed, 8 insertions(+) diff --git a/checkin_notes b/checkin_notes index e5d748060e..8e04969ea5 100755 --- a/checkin_notes +++ b/checkin_notes @@ -5419,3 +5419,10 @@ Karl 2003/07/28 html_user/* client/* sched/* + +Karl 2003/07/29 + - GUI: right clicking sets list item focus + - added right click -> retry transfer now + + client/* + client/win/* diff --git a/client/http.C b/client/http.C index 934f293591..fe9bc84092 100644 --- a/client/http.C +++ b/client/http.C @@ -423,6 +423,7 @@ bool HTTP_OP_SET::poll() { htp->io_ready = false; htp->io_done = false; } + // TODO: intentional no break here? case HTTP_STATE_REPLY_HEADER: if (htp->io_ready) { action = true;