mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1858
This commit is contained in:
parent
5cf409808e
commit
c26a5ff666
|
@ -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/*
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue