From e8ae5cdb7be12cbac0a54c6ba678b5f49cd97b2b Mon Sep 17 00:00:00 2001 From: PinkP4nther <0x0090@protonmail.com> Date: Mon, 13 Sep 2021 13:59:53 -0700 Subject: [PATCH] Idk MD lol --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3379540..d855394 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ A relay library I wrote to help with intercepting/modifying TLS encrypted networ The idea is to generate a certificate and a private key (You may need to generate a CA for your certificate, so that you can tell your system or the application to trust the generated certificate). Then use this library to continuously rewrite or display decrypted network traffic. -This library now supports continuous TCP sessions. | 09/02/2021 -Fixed stream threads becoming locked when an abrupt shutdown of the TCP stream occurs. | 09/13/2021 +This library now supports continuous TCP sessions. | 09/02/2021\ +Fixed stream threads becoming locked when an abrupt shutdown of the TCP stream occurs. | 09/13/2021\ -======== -Fix race condition where streams coming from up/down stream at same time can cause desync of master and stream threads | TODO +========\ +Fix race condition where streams coming from up/down stream at same time can cause desync of master and stream threads | TODO\ More updates/ideas to come.. I think..