Created
December 29, 2016 17:32
-
-
Save kyleparisi/e063f0829aaffc6ae80a0de01e13e621 to your computer and use it in GitHub Desktop.
Debugging stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Debug tcp requests and respond with 200 | |
socat -v TCP-LISTEN:3000 "exec:printf \'HTTP/1.0 200 OK\r\n\r\n\'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment