mirror of https://github.com/perkeep/perkeep.git
More TODO
Change-Id: Idc04a985758eea2468f40b6c629cad4c81c95f1a
This commit is contained in:
parent
37001fa359
commit
42def7d922
4
TODO
4
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)
|
||||
|
|
Loading…
Reference in New Issue