More TODO

Change-Id: Idc04a985758eea2468f40b6c629cad4c81c95f1a
This commit is contained in:
Brad Fitzpatrick 2014-12-22 06:03:31 +13:00
parent 37001fa359
commit 42def7d922
1 changed files with 4 additions and 0 deletions

4
TODO
View File

@ -4,6 +4,10 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac
Offline list: 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 -- add HTTP handler for blobstreamer. stream a tar file? where to put
continuation token? special file after each tar entry? special file continuation token? special file after each tar entry? special file
at the end? HTTP Trailers? (but nobody supports them) at the end? HTTP Trailers? (but nobody supports them)