Print

Print


@simonmichal commented on this pull request.



> @@ -168,6 +169,23 @@ namespace XrdCl
               continue;
             }
             //------------------------------------------------------------------
+            // kXR_status is special as it can have both body and raw data,
+            // handle it separately
+            //------------------------------------------------------------------
+            case ReadMore:
+            {
+              XRootDStatus st = xrdTransport.GetMore( *inmsg, &socket );
+              if( !st.IsOK() || st.code == suRetry )
+                return st;
+              inmsgsize = inmsg->GetCursor();
+
+              //----------------------------------------------------------------
+              // The next step is to finalize the read
+              //----------------------------------------------------------------
+              readstage = ReadDone;

yes, certainly

-- 
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/pull/1854#discussion_r1104693498
You are receiving this because you are subscribed to this thread.

Message ID: <[log in to unmask]>

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1