kentical / gappproxy

Automatically exported from code.google.com/p/gappproxy
GNU General Public License v3.0
0 stars 0 forks source link

Exception happened during processing of request from <'127.0.0.1',*> #177

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I'm having an issue about my gappproxy. Sometimes when I try to open a 
page(in Chrome and IE8), the console spit lines like this:
-------------------------------------------------------------------------
Exception happened during processing of request from <'127.0.0.1',*>
Traceback <most recent call last>:
  File "SocketServer.pyo", line 558, in process_request_thread
  File "SocketServer.pyo", line 320, in finish_request
  File "SocketServer.pyo", line 615, in _init_
  File "BaseHTTPServer.pyo", line 329, in handle
  File "BaseHTTPServer.pyo", line 323, in handle_one_request
  File "proxy.py", line 227, in do_METHOD
ValueError: invalid literal for int<> with base 10:'http-equiv="pragma"'
--------------------------------------------------------------------------
'*' is a number that is ascending with my webpage requests. And I can't open 
any pages any more.

Original issue reported on code.google.com by uca...@gmail.com on 8 Sep 2012 at 11:05