Issue1434
Created on 2007-11-13 11:22 by luke-jr, last changed 2008-01-20 19:54 by christian.heimes.
|
msg57445 - (view) |
Author: Luke-Jr (luke-jr) |
Date: 2007-11-13 11:22 |
|
SocketServer recently started giving my request handler rfiles that
don't block: readfile() gives me a timeout exception. This used to
work fine. I begin writing this server with 2.4.3, and it is currently
running under 2.4.4, so my suspicious is somewhere in between it
changed.
|
|
msg57463 - (view) |
Author: Guido van Rossum (gvanrossum) |
Date: 2007-11-13 18:30 |
|
Please provide a self-contained example program that behaves correctly
in 2.4.3 and fails in 2.4.4 if you want us to investigate this further.
How does it behave with 2.5.1?
|
|
| Date |
User |
Action |
Args |
| 2008-01-20 19:54:01 | christian.heimes | set | priority: normal |
| 2007-11-13 18:30:36 | gvanrossum | set | nosy:
+ gvanrossum messages:
+ msg57463 |
| 2007-11-13 11:22:51 | luke-jr | create | |
|