mfernandez

Python-SPDY test console output

Mar 29th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.38 KB | None | 0 0
  1. marcelo@zeus:/media/Informacion/devel/python-spdy/test$ python3 spdyserver.py
  2. [Errno 8] _ssl.c:435: EOF occurred in violation of protocol
  3. [Errno 8] _ssl.c:435: EOF occurred in violation of protocol
  4. [Errno 8] _ssl.c:435: EOF occurred in violation of protocol
  5. server says, SYN_STREAM id=1
  6. {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
  7.  'accept-charset': 'ISO-8859-1,utf-8;q=0.7,*;q=0.3',
  8.  'accept-encoding': 'gzip,deflate,sdch',
  9.  'accept-language': 'es-419,es;q=0.8,en-US;q=0.6',
  10.  'host': 'localhost:9599',
  11.  'method': 'GET',
  12.  'scheme': 'https',
  13.  'url': '/',
  14.  'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.10 Chromium/17.0.963.83 Chrome/17.0.963.83 Safari/535.11',
  15.  'version': 'HTTP/1.1'}
  16. SYN_REPLY id=1 says client
  17. DATA (14) id=1 says client
  18. server says, SYN_STREAM id=3
  19. {'accept': '*/*',
  20.  'accept-charset': 'ISO-8859-1,utf-8;q=0.7,*;q=0.3',
  21.  'accept-encoding': 'gzip,deflate,sdch',
  22.  'accept-language': 'es-419,es;q=0.8,en-US;q=0.6',
  23.  'host': 'localhost:9599',
  24.  'method': 'GET',
  25.  'scheme': 'https',
  26.  'url': '/favicon.ico',
  27.  'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.10 Chromium/17.0.963.83 Chrome/17.0.963.83 Safari/535.11',
  28.  'version': 'HTTP/1.1'}
  29. SYN_REPLY id=3 says client
  30. DATA (14) id=3 says client
  31. server says, PING id=1
  32. PING id=1 says client
Advertisement
Add Comment
Please, Sign In to add comment