[Bug 278947] front-end proxy varnish returns truncated HTML pages

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278947

Li-Wen Hsu  changed:

   What|Removed |Added

 CC||lw...@freebsd.org
   Assignee|d...@freebsd.org |cluster...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278947] front-end proxy varnish returns truncated HTML pages

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278947

Wolfram Schneider  changed:

   What|Removed |Added

 Status|New |Open
 Depends on||223065


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223065
[Bug 223065] INDEX file truncated from time to time
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278947] front-end proxy varnish returns truncated HTML pages

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278947

Bug ID: 278947
   Summary: front-end proxy varnish returns truncated HTML pages
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Website
  Assignee: d...@freebsd.org
  Reporter: wo...@freebsd.org

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

-- 
You are receiving this mail because:
You are the assignee for the bug.