Quote:
Originally Posted by derrell
eb1150 is connecting to 127.0.0.1:9090
I was looking at the code in proxy1150.cpp and this looks like it should prevent any data that is 0 bytes being sent. Once it finds the end of the string it should close the socket, I think. Maybe some of the data coming out of impserve isn't null terminated.
|
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