Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
zlib: allow feeding more than 4GB in one go
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index ecd67cf40a2780db4d73f9a28e2b961e6752cfeb..1e8a83093758a27b0312f8e0a9e570a138f1177b 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-352,7
+352,7
@@
static void start_put(struct transfer_request *request)
unsigned long len;
int hdrlen;
ssize_t size;
-
z_
stream stream;
+
git_z
stream stream;
unpacked = read_sha1_file(request->obj->sha1, &type, &len);
hdrlen = sprintf(hdr, "%s %lu", typename(type), len) + 1;