Skip to content

Instantly share code, notes, and snippets.

@kyleparisi
Created December 29, 2016 17:32
Show Gist options
  • Save kyleparisi/e063f0829aaffc6ae80a0de01e13e621 to your computer and use it in GitHub Desktop.
Save kyleparisi/e063f0829aaffc6ae80a0de01e13e621 to your computer and use it in GitHub Desktop.
Debugging stuff
# 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