Bug 278947 - front-end proxy varnish returns truncated HTML pages
Summary: front-end proxy varnish returns truncated HTML pages
Status: Open
Alias: None
Product: Documentation
Classification: Unclassified
Component: Website (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Cluster Admin
URL:
Keywords:
Depends on: 223065
Blocks:
  Show dependency treegraph
 
Reported: 2024-05-13 08:21 UTC by Wolfram Schneider
Modified: 2024-05-14 15:42 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schneider freebsd_committer freebsd_triage 2024-05-13 08:21:43 UTC
I noticed that our front end proxy varnish returns sometimes truncated HTML pages 

$ for i in $(seq 1 5);do curl -sSf https://docs-archive.freebsd.org/doc/13.0-RELEASE/usr/local/share/doc/freebsd/en/books/handbook/book.html?x=4 | wc;done
    7226   71923  851968
   18545  175529 1998848
   32807  309138 3614799
   32807  309138 3614799
   32807  309138 3614799


without caching, it get worse:

$ for i in $(seq 1 5);do curl -sSf -H "Cache-Control: no-cache" https://docs-archive.freebsd.org/doc/13.0-RELEASE/usr/local/share/doc/freebsd/en/books/handbook/book.html | wc;done
    8341   82813  983040
   21867  206733 2359296
   16469  159056 1835008
   32807  309138 3614799
   12411  118977 1376256