Hi,

I noticed that the OpenID Plugin:
<http://svn.habariproject.org/habari-extras/plugins/openid/trunk/openid.plugin.php>

Has the following code:

header( "HTTP/1.1 100 Continue" );
header( "Location: " . Site::get_url( 'admin' ) );
header( "Connection: close" );

I don't think sending Connection: close should be done -- it is a hop
by hop header, for example, if you have a load balancing reverse proxy
infront of your php servers, it will close the connection between the
proxy and the backend server -- not the connection between the user
agent proxy....

Thanks

Paul

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/habari-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to