Closed Serpent03 closed 2 weeks ago
also oops lol, I should have raised a new branch for this.. woops
PS: still need to fix the read server response functionality - currently after forwarding from client to server, the function blocks until the client connection is de-established(i.e, Ctrl+C on the client netcat window..) - this will have to be fixed. Perhaps something like an
async move ()
can work here?
Follow #16 post merge of this
PS: still need to fix the read server response functionality - currently after forwarding from client to server, the function blocks until the client connection is de-established(i.e, Ctrl+C on the client netcat window..) - this will have to be fixed. Perhaps something like an
async move ()
can work here?