Created attachment 177421 [details] patch Update to 1.26, notes from upstream: New in version 1.26: Long-standing bug on FreeBSD using http but not https. Files were getting truncated at 1MB. This was due to improper usage of sendfile(2), and not testing the http path since I only use mini_httpd for https. Since Linux has a completely different sendfile(2) call, it was not affected. And since https does not use sendfile(2), it also was not affected. This version resolves PR 214854.
Created attachment 177422 [details] poudriere build log (9.3-RELEASE)
Committed, thanks.
A commit references this bug: Author: ehaupt Date: Fri Dec 2 15:14:54 UTC 2016 New revision: 427563 URL: https://svnweb.freebsd.org/changeset/ports/427563 Log: Update to 1.26 PR: 214859 Submitted by: leres@ee.lbl.gov (maintainer) Changes: head/www/mini_httpd/Makefile head/www/mini_httpd/distinfo