]> git.evergreen-ils.org Git - OpenSRF.git/commit
No longer globally setting the network recv_callback handler to None
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 18 May 2008 23:42:17 +0000 (23:42 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 18 May 2008 23:42:17 +0000 (23:42 +0000)
commit3c8aa70662a1a5d1d38d06de3e0948d70ddf85c7
tree6d8023e4b642af2c65e991132815f75346adecbc
parent5320fd465fd65af01d1c4f4b1d1f4a09b5f710e9
No longer globally setting the network recv_callback handler to None
because it clobbers the callbacks of other python clients running
in the same within the same process.  Now we capture the existing
callback and replace it after the request has been processed

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1328 9efc2488-bf62-4759-914b-345cdb29e865
src/python/osrf/http_translator.py