pingwinator

Untitled

Dec 23rd, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. * Adding handle: conn: 0x7fdec3810400
  2. * Adding handle: send: 0
  3. * Adding handle: recv: 0
  4. * Curl_addHandleToPipeline: length: 1
  5. * - Conn 0 (0x7fdec3810400) send_pipe: 1, recv_pipe: 0
  6. * About to connect() to dolphman.com port 80 (#0)
  7. * Trying 107.23.38.189...
  8. * Connected to dolphman.com (107.23.38.189) port 80 (#0)
  9. > POST /api/proto/upload/image/ HTTP/1.1
  10. > User-Agent: curl/7.30.0
  11. > Host: dolphman.com
  12. > Accept: */*
  13. > Content-Length: 1621052
  14. > Expect: 100-continue
  15. > Content-Type: multipart/form-data; boundary=----------------------------146c558208c3
  16. >
  17. < HTTP/1.1 100 Continue
  18. HTTP/1.1 100 Continue
  19.  
  20. < HTTP/1.1 302 FOUND
  21. HTTP/1.1 302 FOUND
  22. < Content-Language: en-us
  23. Content-Language: en-us
  24. < Content-Type: text/html; charset=utf-8
  25. Content-Type: text/html; charset=utf-8
  26. < Date: Mon, 23 Dec 2013 13:12:22 GMT
  27. Date: Mon, 23 Dec 2013 13:12:22 GMT
  28. < Location: http://dolphman.com/prototypes/upload_img
  29. Location: http://dolphman.com/prototypes/upload_img
  30. * Server nginx/1.1.19 is not blacklisted
  31. < Server: nginx/1.1.19
  32. Server: nginx/1.1.19
  33. < Set-Cookie: sessionid=72b571a78953b55083b275e4562129ae; Domain=.dolphman.com; expires=Mon, 23-Dec-2013 13:42:22 GMT; Max-Age=1800; Path=/
  34. Set-Cookie: sessionid=72b571a78953b55083b275e4562129ae; Domain=.dolphman.com; expires=Mon, 23-Dec-2013 13:42:22 GMT; Max-Age=1800; Path=/
  35. < Vary: Accept-Language, Cookie
  36. Vary: Accept-Language, Cookie
  37. < Content-Length: 0
  38. Content-Length: 0
  39. < Connection: keep-alive
  40. Connection: keep-alive
  41.  
  42. * HTTP error before end of send, stop sending
  43. <
  44. * Closing connection 0
Advertisement
Add Comment
Please, Sign In to add comment