[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

returning more than 8192 bytes



   I am attempting to change from http_url_get to http_url_get_raw...


   I have:

   rc = http_url_get_raw(URL:

                         rtnFD:

                         %paddr(Process) :

                         timeout) ;


   <<top of Process procedure...>>

   // convert to
   EBCDIC

     http_xlatep
   (Len

                 : %addr(Data)

                 : TO_EBCDIC)
   ;

    docNode
   =

       yajl_buf_load_tree( %addr(Data) : %len(%trim(Data)) :
   errMsg);

      if errMsg <> '';


   my LEN var is 8192, and my input Data ends there...


   is there some looping I need to do to get the rest of my data?
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------