Re: downloading large files still not work
Re: downloading large files still not work
- Subject: Re: downloading large files still not work
- From: Samuel Pelletier <email@hidden>
- Date: Fri, 13 Apr 2018 08:59:23 -0400
Hello Andrea,
I searched the adaptor source and the C struct representing a response use
unsigned variables for the length values.
unsigned content_length;
unsigned content_buffer_size;
unsigned content_read; /* total amount of data read from the instance */
unsigned content_valid; /* amount of valid data in content buffer */
This limits the size to 4 GB.Recent Apache API seems to use long for content
length so it should be possible to adjust the struct elements types and method
signatures.
You can maybe bypass the adaptor for these requests if you can made then
session less and use sore rewrite in apache.
Regards,
Samuel
> Le 12 avr. 2018 à 05:48, Andreas Hirtzel (H&T Greenline GmbH)
> <email@hidden> a écrit :
>
> Hello list,
>
> I wonder, that the "file size download limit" problem using http adaptors
> still exists. I use Microsoft IIS server (Windows 2016) with IIS WebObjects
> adaptor and be not able to download large files. The adaptor log has two
> entries
>
> Debug: Header read: content-length: 7778483298
> Info: content-length was set expl.: 3483516002 <-- !?
>
> I was also not able to download large files using the Apache WebObjects
> adaptor. Are there any updates?
>
> Regards
> Andreas
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden
> <mailto:email@hidden>)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden <mailto:email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden