From dd1e4c2a18625c15d4788d838a5e8840c918d732 Mon Sep 17 00:00:00 2001 From: Hamid Aghdaee Date: Fri, 15 Nov 2002 00:18:59 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=615 --- todo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo b/todo index 5b7ab524e9..358a98290c 100755 --- a/todo +++ b/todo @@ -202,3 +202,5 @@ NET_XFER_SET review logic; prevent one stream for starving others test HTTP redirect mechanism for all types of ops + +prevent file_xfer->req1 from overflowing. This problems seems to be happening when the file_upload_handler returnes a message to the client that is large. This causes project->parsefile to get wrong input and so on.