Re: YAJL
Brad Stone <[email protected]> Tue, 18 Oct 2022 08:06:42 -0500
| Newsgroups | gmane.comp.systems.as400.web |
|---|---|
| Message-ID | <CAAGV8Oc0qTorCtpxPR-q6-mqX==6snOTAKhJuFGcn0Pp59PpeQ@mail.gmail.com> |
Please tell us what you are using to make the request and get the data back. Did you write some socket application yourself or are you using another solution? Whatever that application is, that's the issue. It's not processing the returned chunked data properly. On Mon, Oct 17, 2022 at 9:25 PM <[email protected]> wrote: > The program that is receiving the data is expecting pure JSON data to be > returned. Instead is it receiving these extra bytes prior to the first { > and is abending. > > -----Original Message----- > From: WEB400 <[email protected]> On Behalf Of Scott > Klement > Sent: Monday, October 17, 2022 10:06 PM > To: [email protected] > Subject: Re: [WEB400] YAJL > > The "chunked" part is a normal and expected part of the HTTP protocol. Can > you explain what problem it is causing you? > > Since it is part of HTTP, it is being added (correctly) by the IBM HTTP > server and is normal and expected. It won't be in a save-to-file because > that doesn't go through the HTTP server. The data isn't being added by > YAJL, it's just part of the HTTP protocol. > > On 10/17/2022 6:34 PM, [email protected] wrote: > > Maybe I'm just being dense here but when I pull data from filebase, it > > is not chunked. Is this a limitation of Apache or YAJL or why can't I > > do it with the IBM i? > > > > > -- > This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing > list To post a message email: [email protected] To subscribe, > unsubscribe, or change list options, > visit: https://lists.midrange.com/mailman/listinfo/web400 > or email: [email protected] Before posting, please take a > moment to review the archives at https://archive.midrange.com/web400. > > > -- > This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing > list > To post a message email: [email protected] > To subscribe, unsubscribe, or change list options, > visit: https://lists.midrange.com/mailman/listinfo/web400 > or email: [email protected] > Before posting, please take a moment to review the archives > at https://archive.midrange.com/web400. > > -- This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/web400 or email: [email protected] Before posting, please take a moment to review the archives at https://archive.midrange.com/web400.