- From: Poul-Henning Kamp <phk@phk.freebsd.dk>
- Date: Mon, 11 Jul 2016 05:55:34 +0000
- To: Andy Green <andy@warmcat.com>
- cc: "Martin J." Dürst <duerst@it.aoyama.ac.jp>, Julian Reschke <julian.reschke@gmx.de>, Yanick Rochon <yanick.rochon@gmail.com>, Phil Hunt <phil.hunt@oracle.com>, HTTP Working Group <ietf-http-wg@w3.org>
-------- In message <1468211839.6746.67.camel@warmcat.com>, Andy Green writes: >Actually it'd be nice, and efficient, if we could assemble one header >payload in the library, pass it up to the application to copy or act >on, and then reuse the buffer, as we go through the incoming, possibly >fragmented, header content. Exactly. You also avoid the O(N^2) search operation to see if split headers happened in the first place. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.
Received on Monday, 11 July 2016 05:56:01 UTC