Need to revisit this stuff
authorphasefx <phasefx@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 15 Mar 2005 19:52:09 +0000 (19:52 +0000)
committerphasefx <phasefx@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 15 Mar 2005 19:52:09 +0000 (19:52 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@230 9efc2488-bf62-4759-914b-345cdb29e865

src/javascript/opensrf_app_session.js

index 882fc0c..6baddea 100644 (file)
@@ -94,7 +94,7 @@ AppRequest.prototype.recv = function( /*int*/ timeout ) {
                return this.recv_queue.shift();
        }
 
-       //if( this.complete ) { return null; }
+       if( this.is_complete ) { return null; }
 
        if( timeout == null ) {
                timeout = AppRequest.DEF_RECV_TIMEOUT;