Advertisement
Guest User

Untitled

a guest
Apr 29th, 2012
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. <$> python2 Servidor.py
  2. GET http://clients1.google.com/complete/search?q=goog&client=opera-suggest-omnibox&hl=es HTTP/1.1
  3. User-Agent: Opera/9.80 (X11; Linux x86_64; U; es-ES) Presto/2.10.229 Version/11.62
  4. Host: clients1.google.com
  5. Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
  6. Accept-Language: es-ES,es;q=0.9,en;q=0.8
  7. Accept-Encoding: gzip, deflate
  8. Proxy-Connection: Keep-Alive
  9.  
  10.  
  11. HTTP/1.1 200 OK
  12. Date: Sun, 29 Apr 2012 14:47:04 GMT
  13. Expires: Sun, 29 Apr 2012 14:47:04 GMT
  14. Cache-Control: private, max-age=3600
  15. Content-Type: text/javascript; charset=UTF-8
  16. Content-Disposition: attachment
  17. Content-Encoding: gzip
  18. Server: gws
  19. Content-Length: 103
  20. X-XSS-Protection: 1; mode=block
  21. X-Frame-Options: SAMEORIGIN
  22.  
  23. �e�A
  24. �0
  25. �"9���CHC[h��Q���x�݁ad�
  26. kx�1�oY:�×)��L��Z�IE����FC�&���QV<�]m~JBb�)C��
  27. GET http://www.google.com.uy/search?q=google&sourceid=opera&ie=utf-8&oe=utf-8&channel=suggest HTTP/1.1
  28. User-Agent: Opera/9.80 (X11; Linux x86_64; U; es-ES) Presto/2.10.229 Version/11.62
  29. Host: www.google.com.uy
  30. Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
  31. Accept-Language: es-ES,es;q=0.9,en;q=0.8
  32. Accept-Encoding: gzip, deflate
  33. Cookie: PREF=ID=5f158c43cdba4118:U=64a3967d99cee658:FF=0:TM=1326772963:LM=1326772974:S=j40cdFdRVzLY-BDp; NID=58=tO8rVkCFdng-fXeTSNeVYcDdYhZiHcpZIbhtglBkMFzD3E7_2U-iLeDlD0oqjwB_B9NBPvA5Kj4G6d8mmg0kBxV_CXSjaQYVqPsDvduwk_CmSzXwbkcKqYeUxjImMajY
  34. Proxy-Connection: Keep-Alive
  35.  
  36.  
  37. HTTP/1.1 302 Found
  38. Location: http://www.google.com.uy/search?client=opera&rls=es-ES&q=google&sourceid=opera&ie=utf-8&oe=utf-8&channel=suggest
  39. Cache-Control: private
  40. Content-Type: text/html; charset=UTF-8
  41. Date: Sun, 29 Apr 2012 14:48:06 GMT
  42. Server: gws
  43. Content-Length: 333
  44. X-XSS-Protection: 1; mode=block
  45. X-Frame-Options: SAMEORIGIN
  46.  
  47. <HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
  48. <TITLE>302 Moved</TITLE></HEAD><BODY>
  49. <H1>302 Moved</H1>
  50. The document has moved
  51. <A HREF="http://www.google.com.uy/search?client=opera&amp;rls=es-ES&amp;q=google&amp;sourceid=opera&amp;ie=utf-8&amp;oe=utf-8&amp;channel=suggest">here</A>.
  52. </BODY></HTML>
  53.  
  54. GET http://sitecheck2.opera.com/?host=www.google.com.uy&hdn=gs8J7z4ZvTOvaSYHs8g%2BCw== HTTP/1.1
  55. User-Agent: Opera/9.80 (X11; Linux x86_64; U; es-ES) Presto/2.10.229 Version/11.62
  56. Host: sitecheck2.opera.com
  57. Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
  58. Accept-Language: es-ES,es;q=0.9,en;q=0.8
  59. Accept-Encoding: gzip, deflate
  60. Cookie: language=es-la; __utma=122269525.294711778.1328271956.1330219570.1335711394.3; __utmb=122269525.1.10.1335711394; __utmz=122269525.1328271956.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
  61. Proxy-Connection: Keep-Alive
  62.  
  63.  
  64. Exception in thread Thread-1:
  65. Traceback (most recent call last):
  66. File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
  67. self.run()
  68. File "Servidor.py", line 20, in run
  69. respondo = ServerConnect.openPage(recibido)
  70. File "/home/mcun/Descargas/ServerConnect.py", line 29, in openPage
  71. data = SO_cliente.recv(bufsize) # Datos que recivo del servidor
  72. error: [Errno 104] Connection reset by peer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement