Code

upload-pack: fix timeout in create_pack_file v1.4.1.1
authorMatthias Lederhofer <matled@gmx.net>
Tue, 18 Jul 2006 17:14:51 +0000 (19:14 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 25 Jul 2006 01:37:40 +0000 (18:37 -0700)
Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
upload-pack.c

index b18eb9ba0dbe8b5020aaaa698d98a4d1b76aa49c..638e257c948a16bc152276a65e5e34a3cab9a7eb 100644 (file)
@@ -178,6 +178,8 @@ static void create_pack_file(void)
                ssize_t sz;
                int pe, pu, pollsize;
 
+               reset_timeout();
+
                pollsize = 0;
                pe = pu = -1;