[Bug 230680] benchmarks/httperf: application receive buffer too small in case of TLS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 16 23:23:46 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230680

            Bug ID: 230680
           Summary: benchmarks/httperf: application receive buffer too
                    small in case of TLS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jlaffaye at FreeBSD.org
          Reporter: szander at netflix.com
             Flags: maintainer-feedback?(jlaffaye at FreeBSD.org)
          Assignee: jlaffaye at FreeBSD.org

buf in do_recv() in core.c is too small in case of TLS. TLS record size can be
up to 16kB but buf is only 8kB. This leads to data not to be delivered at the
end of a reply. At least not in a timely fashion, as it is eventually deliver
when the connection is closed many seconds later. buf needs to be at least
16kB.

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


More information about the freebsd-ports-bugs mailing list