From 42def7d92275f8a3fe13e878d0d9f48b7af735a2 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 22 Dec 2014 06:03:31 +1300 Subject: [PATCH] More TODO Change-Id: Idc04a985758eea2468f40b6c629cad4c81c95f1a --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 419260844..0af64841f 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,10 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac Offline list: +-- env package to put stuff CAMLI_DEBUG checks? Also, change all: + -var debug = os.Getenv("CAMLI_DEBUG") != "" + +var debug, _ = strconv.ParseBool(os.Getenv("CAMLI_DEBUG")) + -- add HTTP handler for blobstreamer. stream a tar file? where to put continuation token? special file after each tar entry? special file at the end? HTTP Trailers? (but nobody supports them)