Comment 5 for bug 676372

Revision history for this message
William Grant (wgrant) wrote :

There is another failure in this stack of fail. Production check_authentication requests often exceed 1KiB of POST data, which causes curl to send Expect: 100-continue, so Apache sends 100 Continue, which python-openid chokes on. We should probably suppress the Expect header.