author | Jeff King <peff@peff.net> | |
Fri, 4 Nov 2011 17:53:33 +0000 (13:53 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 4 Nov 2011 19:05:01 +0000 (12:05 -0700) | ||
commit | 093c44a3600323c3ca7a8d28a0d2ba2bc145dd47 | |
tree | 7f3d04849962fdf74c5434386cde9eb85b5e9681 | tree | snapshot |
parent | df26c471278f13ca6ad96b12a533ef4172323c13 | commit | diff |
http: drop "local" member from request struct
This is a FILE pointer in the case that we are sending our
output to a file. We originally used it to run ftell() to
determine whether data had been written to our file during
our last call to curl. However, as of the last patch, we no
longer care about that flag anymore. All uses of this struct
member are now just book-keeping that can go away.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This is a FILE pointer in the case that we are sending our
output to a file. We originally used it to run ftell() to
determine whether data had been written to our file during
our last call to curl. However, as of the last patch, we no
longer care about that flag anymore. All uses of this struct
member are now just book-keeping that can go away.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c | diff | blob | history | |
http.h | diff | blob | history |