Quote:
Originally Posted by nrapallo
Derrell:
If you want to see what HTTP header information impserve is getting, try inserting the following debug statements after line 211 in "impserve/__init__.py":
Code:
#temp debug statements for header and body of request
print self.headers
print info
|
I post some logs I made when my EBW1150 connected to my netbook (ASUS eee 1000H) running linux
(ubuntu 8.04.1 - complete re-install onto a 40 GB HD partition as I didn't like the performance hit when installed on my 8 GB SDHC card).
I started eb1150 and the EBW1150 connected flawlessly with the ETI servers (see detailed log below) but when I tried to use impserve everything was fine until I accessed real world urls (see simple log below)!
I don't know why one way works and the other way it sends 0 bytes at the end (continuously) after accessing a link to the internet. Ashish?
The one thing I do see is that the ETI communications were without the "HTTP://" prefix and whereas the "real world" urls have it. The local proxy for *.ebooksytem.net excepted!

Food for thought...