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;