From: Jeff King Date: Fri, 4 Nov 2011 17:53:33 +0000 (-0400) Subject: http: drop "local" member from request struct X-Git-Tag: v1.7.8.1~13^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/093c44a3600323c3ca7a8d28a0d2ba2bc145dd47?ds=inline;hp=093c44a3600323c3ca7a8d28a0d2ba2bc145dd47 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 Signed-off-by: Junio C Hamano ---