Date: Thu, 16 Aug 2018 23:23:43 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230680] benchmarks/httperf: application receive buffer too small in case of TLS Message-ID: <bug-230680-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230680 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@FreeBSD.org Reporter: szander@netflix.com Flags: maintainer-feedback?(jlaffaye@FreeBSD.org) Assignee: jlaffaye@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 t= he end of a reply. At least not in a timely fashion, as it is eventually deliv= er when the connection is closed many seconds later. buf needs to be at least 16kB. --=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-230680-7788>