What's Fastly default behavior with objects larger than 5GB?

Comments

2 comments

  • Austin Spires

    If you enable streaming miss for your large files, the files should be delivered as the bytes are received (you won't need to wait for the entire object to complete before delivering to your end users). Give it a try:

    https://docs.fastly.com/guides/performance-tuning/improving-caching-performance-with-large-files#streaming-miss

    0
    Comment actions Permalink
  • jbz

    If you don't have streaming miss enabled, you get an unbranded vanilla varnish 503 error. That's what started us down the road of "Hey, wait...what..." in our own diagnostic, leading me to ask earlier how to redirect based on a Content-Length: header in the beresp. :-) Anyone got any ideas? Chime in!

    0
    Comment actions Permalink

Please sign in to leave a comment.