*** empty log message ***

svn path=/trunk/boinc/; revision=1858
This commit is contained in:
Karl Chen 2003-07-29 21:46:31 +00:00
parent 5cf409808e
commit c26a5ff666
2 changed files with 8 additions and 0 deletions

View File

@ -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/*

View File

@ -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;