Skip to content

Instantly share code, notes, and snippets.

@Kami
Created November 26, 2013 15:02
Show Gist options
  • Select an option

  • Save Kami/7659848 to your computer and use it in GitHub Desktop.

Select an option

Save Kami/7659848 to your computer and use it in GitHub Desktop.
read(757, "GET / HTTP/1.1\r\nHost: 192.168.1."..., 65536) = 150
gettimeofday({1385474195, 126105}, NULL) = 0
write(757, "HTTP/1.1 200 OK\r\nContent-Length:"..., 136) = 136
write(757, "Hello world\n", 12) = 12
read(756, "GET / HTTP/1.1\r\nHost: 192.168.1."..., 65536) = 150
gettimeofday({1385474195, 134257}, NULL) = 0
write(756, "HTTP/1.1 200 OK\r\nContent-Length:"..., 136) = 136
write(756, "Hello world\n", 12) = 12
read(759, "GET / HTTP/1.1\r\nHost: 192.168.1."..., 65536) = 150
gettimeofday({1385474195, 139666}, NULL) = 0
write(759, "HTTP/1.1 200 OK\r\nContent-Length:"..., 136) = 136
write(759, "Hello world\n", 12) = -1 EPIPE (Broken pipe)
--- SIGPIPE (Broken pipe) @ 0 (0) ---
Process 3817 detached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment