Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2016 21:45:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214859] [PATCH] www/mini_httpd: Update to 1.26, resolve PR 214854
Message-ID:  <bug-214859-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 214859
           Summary: [PATCH] www/mini_httpd: Update to 1.26, resolve PR
                    214854
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: leres@ee.lbl.gov
          Keywords: patch

Created attachment 177421
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D177421&action=
=3Dedit
patch

Update to 1.26, notes from upstream:

    New in version 1.26:

    Long-standing bug on FreeBSD using http but not https. Files=20
    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.

--=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-214859-13>