669670671672673674675676677678679
handled = true; }catch( Throwable f ){ buffer.returnToPool(); if ( !( f instanceof MessageException )){ Debug.printStackTrace(f); }
764765766767768769770771772773774
}catch( Throwable e ){ // failed semantics are to not release the caller's buffer temp.returnToPool(); throw( e ); } }catch( Throwable e ){