Commit 0e5df9843b907e2f3bb8bae341f4ac0d5762346a

Stefan Sperling 2021-09-23T18:03:54

update TODO note about HTTP; libtls will more likely be used from dial.c

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/TODO b/TODO
index a5c4e90..57240a3 100644
--- a/TODO
+++ b/TODO
@@ -13,7 +13,8 @@ got:
   branch and then merged into main at /usr/src/gnu/llvm in the same way.
 
 libexec:
-- add http(s) transport with libtls in got-fetch-pack or a new helper
+- add http(s) transport with libtls in dial.c, speaking Git's HTTP protocol
+  via got-fetch-pack or a new helper
 
 tog:
 - implement horizonal scrolling in all views