all repos — honk @ 050fbd39f70c48816e8250002c5e0e7a3a9583be

my fork of honk

add a todo
Ted Unangst tedu@tedunangst.com
Fri, 02 Feb 2024 01:40:18 -0500
commit

050fbd39f70c48816e8250002c5e0e7a3a9583be

parent

6cd533e589e4e6c1a22610b03218bb46530658ec

1 files changed, 11 insertions(+), 0 deletions(-)

jump to
A TODO

@@ -0,0 +1,11 @@

+A few things that could be hacked on. + +Remove httpsig key fetching from the input path. + If the key is known, check signature and reply 200 or 401. + If the key is unknown, immediately reply 202 and process later. + +The gob encoding for backend rpc uses more memory than needed. + A custom encoding could reduce allocations. + Maybe the backend could fetch the data itself. + +