diff options
author | gennyble <gen@nyble.dev> | 2025-08-20 01:09:40 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-08-20 01:09:40 -0500 |
commit | 1ad835e878acfe0164e44bb534f45957c4f8b576 (patch) | |
tree | 2e2570fa806a5e2173edc3236a4a2a11d5d634f9 /TODO.md | |
parent | 345020dd1244daa0191004000f703270c876dae7 (diff) | |
download | corgi-1ad835e878acfe0164e44bb534f45957c4f8b576.tar.gz corgi-1ad835e878acfe0164e44bb534f45957c4f8b576.zip |
add issue (6) todo
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md index d7c4aa2..47f455e 100644 --- a/TODO.md +++ b/TODO.md @@ -10,6 +10,15 @@ a `catch_unwind`? there are complications with the first one, but perhaps we can make it work? +(6) CGI Bin To Man-in-the-middle Requests + Is this just parrot? Maybe this is just parrot? I want something, for + ease of debugging, to sit between corgi and the binary so we can + see both ends of the conversation. I had a bug in corgi-stats that had + corgi erroring with "no nl in header" and that was confusing. I was + able to fix it kind of blindly, but that was not ideal. It could've + been bad! Being able to see what corgi-stats was returning would've + been very helpful. + DONE :) DONE :) DONE :) DONE :) DONE :) DONE :) DONE :) DONE :) DONE :) ======================================================================= |