• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: downloading large files still not work
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >downloading large files still not work (From: "Andreas Hirtzel (H&T Greenline GmbH)" <email@hidden>)

  • Prev by Date: downloading large files still not work
  • Next by Date: AjaxObserveField does not trigger action
  • Previous by thread: downloading large files still not work
  • Next by thread: AjaxObserveField does not trigger action
  • Index(es):
    • Date
    • Thread