projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fced61
)
upload-pack: fix timeout in create_pack_file
v1.4.1.1
author
Matthias Lederhofer
<matled@gmx.net>
Tue, 18 Jul 2006 17:14:51 +0000
(19:14 +0200)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/upload-pack.c
b/upload-pack.c
index b18eb9ba0dbe8b5020aaaa698d98a4d1b76aa49c..638e257c948a16bc152276a65e5e34a3cab9a7eb 100644
(file)
--- a/
upload-pack.c
+++ b/
upload-pack.c
@@
-178,6
+178,8
@@
static void create_pack_file(void)
ssize_t sz;
int pe, pu, pollsize;
+ reset_timeout();
+
pollsize = 0;
pe = pu = -1;