From 98f8a86af3b09f52a2a1e1dc924e569a2fde3bfe Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Thu, 16 Jun 2022 15:34:04 -0400 Subject: [PATCH] Clarify TODO in `brew update` Co-authored-by: Mike McQuaid --- Library/Homebrew/cmd/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh index e315c6cd3d..7f93b69b62 100644 --- a/Library/Homebrew/cmd/update.sh +++ b/Library/Homebrew/cmd/update.sh @@ -748,7 +748,7 @@ EOS if [[ -n "${HOMEBREW_INSTALL_FROM_API}" ]] then mkdir -p "${HOMEBREW_CACHE}/api" - # TODO: etags? +# TODO: use --header If-Modified-Since curl \ "${CURL_DISABLE_CURLRC_ARGS[@]}" \ --fail --compressed --silent --max-time 5 \