Author: loic
Date: Mon Nov 10 23:11:26 2008
New Revision: 4891

URL: http://svn.gna.org/viewcvs/pokersource?rev=4891&view=rev
Log:
pipeFailed must print the body of the error even when it comes from a proxyd 
request that has already been filled. Otherwise proxyd errors are never logged 
proxy side (only server side). Use finish() instead of connectionLost() which 
was initialy used probably because the regular request handler was not 
protected against requests for which an answer was ready (either because a 
filter created an answer or because pipeFailed reported an error). If the 
regular handler fails, expire the session after creating the answer with the 
appropriate error code and messages. There is no reason to expire the session 
before and it's more error prone.

Modified:
    trunk/poker-network/pokernetwork/pokersite.py


_______________________________________________
Pokersource-commits mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-commits

Reply via email to