python-openid
python-openid copied to clipboard
Fixed doVerify 200 OK response in consumer.py example code
It was missing both a status code and a proper content-type.
Also closed self.wfile for good measure.
yep. I got bitten by this problem, too. The fix works as expected.
I too can confirm this works as expected.