Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2016 19:12:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214854] www/mini_httpd: Truncates file transfers to 1MB size
Message-ID:  <bug-214854-13-fvvjQlibpO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214854-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214854-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214854

--- Comment #5 from Jef Poskanzer <jef@mail.acme.com> ---
Ok, bug found and fixed. TL;DR I was an idiot calling sendfile. The bug did=
n't
appear when using https because that uses write, not sendfile. And the bug =
only
appeared under FreeBSD because Linux's sendfile is completely different.

New tarchive available at the mini_httpd web page:
http://acme.com/software/mini_httpd/

Thanks again for the report.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214854-13-fvvjQlibpO>