break;
case GET:
if(eof)
return STALL;
res=Get_LL(GET_BUFSIZE);
if(res>0)
{
m|=down->Do();
return m;