Guest User

Untitled

a guest
Jul 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. == Info: About to connect() to localhost port 8000 (#0)
  2. == Info: Trying 127.0.0.1... == Info: connected
  3. == Info: Connected to localhost (127.0.0.1) port 8000 (#0)
  4. => Send header, 130 bytes (0x82)
  5. 0000: 47 45 54 20 2f 20 48 54 54 50 2f 31 2e 31 0d 0a GET / HTTP/1.1..
  6. 0010: 55 73 65 72 2d 41 67 65 6e 74 3a 20 63 75 72 6c User-Agent: curl
  7. 0020: 2f 37 2e 31 39 2e 36 20 28 69 33 38 36 2d 61 70 /7.19.6 (i386-ap
  8. 0030: 70 6c 65 2d 64 61 72 77 69 6e 31 30 2e 30 2e 30 ple-darwin10.0.0
  9. 0040: 29 20 6c 69 62 63 75 72 6c 2f 37 2e 31 39 2e 36 ) libcurl/7.19.6
  10. 0050: 20 7a 6c 69 62 2f 31 2e 32 2e 33 0d 0a 48 6f 73 zlib/1.2.3..Hos
  11. 0060: 74 3a 20 6c 6f 63 61 6c 68 6f 73 74 3a 38 30 30 t: localhost:800
  12. 0070: 30 0d 0a 41 63 63 65 70 74 3a 20 2a 2f 2a 0d 0a 0..Accept: */*..
  13. 0080: 0d 0a ..
  14. <= Recv header, 17 bytes (0x11)
  15. 0000: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d HTTP/1.1 200 OK.
  16. 0010: 0a .
  17. <= Recv header, 39 bytes (0x27)
  18. 0000: 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 74 65 Content-Type: te
  19. 0010: 78 74 2f 68 74 6d 6c 3b 20 63 68 61 72 73 65 74 xt/html; charset
  20. 0020: 3d 75 74 66 38 0d 0a =utf8..
  21. <= Recv header, 24 bytes (0x18)
  22. 0000: 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 Connection: keep
  23. 0010: 2d 61 6c 69 76 65 0d 0a -alive..
  24. <= Recv header, 28 bytes (0x1c)
  25. 0000: 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e Transfer-Encodin
  26. 0010: 67 3a 20 63 68 75 6e 6b 65 64 0d 0a g: chunked..
  27. <= Recv header, 2 bytes (0x2)
  28. 0000: 0d 0a ..
  29. <= Recv data, 183 bytes (0xb7)
  30. 0000: 38 31 0d 0a 3c 68 74 6d 6c 3e 3c 68 65 61 64 3e 81..<html><head>
  31. 0010: 3c 6d 65 74 61 20 68 74 74 70 2d 65 71 75 69 76 <meta http-equiv
  32. 0020: 3d 22 43 6f 6e 74 65 6e 74 2d 54 79 70 65 22 20 ="Content-Type"
  33. 0030: 63 6f 6e 74 65 6e 74 3d 22 74 65 78 74 2f 68 74 content="text/ht
  34. 0040: 6d 6c 3b 20 63 68 61 72 73 65 74 3d 75 74 66 2d ml; charset=utf-
  35. 0050: 38 22 3e 20 20 20 20 20 20 20 20 20 20 20 20 20 8">
  36. 0060: 20 20 20 20 20 20 20 20 3c 74 69 74 6c 65 3e 48 <title>H
  37. 0070: 65 6c 6c 6f 3c 2f 74 69 74 6c 65 3e 3c 2f 68 65 ello</title></he
  38. 0080: 61 64 3e 0a 0a 0d 0a 32 33 0d 0a 3c 62 6f 64 79 ad>....23..<body
  39. 0090: 3e 49 6c 20 c3 a9 74 61 69 74 20 74 75 c3 a9 2e >Il ..tait tu...
  40. 00a0: 0a 3c 2f 62 6f 64 79 3e 3c 2f 68 74 6d 6c 3e 0a .</body></html>.
  41. 00b0: 0d 0a 30 0d 0a 0d 0a ..0....
  42. == Info: Received problem 3 in the chunky parser
  43. == Info: Closing connection #0
Add Comment
Please, Sign In to add comment