From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAK0V-0008U8-VI for guix-patches@gnu.org; Mon, 15 May 2017 13:42:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAK0R-0001LK-19 for guix-patches@gnu.org; Mon, 15 May 2017 13:42:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44189) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dAK0Q-0001L6-Lh for guix-patches@gnu.org; Mon, 15 May 2017 13:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dAK0Q-00040Q-F6 for guix-patches@gnu.org; Mon, 15 May 2017 13:42:02 -0400 Subject: bug#26940: [PATCH 1/3] gnu: Add http-parser. Resent-Message-ID: From: Marius Bakke In-Reply-To: <20170515140122.26545-1-rekado@elephly.net> References: <87fug6w7ba.fsf@elephly.net> <20170515140122.26545-1-rekado@elephly.net> Date: Mon, 15 May 2017 19:41:31 +0200 Message-ID: <87inl2dnlg.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ricardo Wurmus , 26940@debbugs.gnu.org Cc: Ricardo Wurmus --=-=-= Content-Type: text/plain Ricardo Wurmus writes: > * gnu/packages/web.scm (http-parser): New variable. [...] > + (description "This is a parser for HTTP messages written in C. It parses > +both requests and responses. The parser is designed to be used in performance > +HTTP applications. It does not make any syscalls nor allocations, it does not > +buffer data, it can be interrupted at anytime. Depending on your architecture, > +it only requires about 40 bytes of data per message stream (in a web server > +that is per connection).") Some missing spaces in the description here. The sentences also read a bit weird, should it be "high-performance HTTP applications"? Or performant? Maybe just "fast"? LGTM with cosmetic fix. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlkZ6EsACgkQoqBt8qM6 VPq6Zwf+NJThMwl/ph2QBPWSQxRkq2pMN7iWKCqixjUFKZpIX/GqE2rbsZ+9dqdA L4PbUCt20nlFUb2Z89NwUqVVGs/1XUrBV1NHG4LRkMzwyQLe9YAE7Cv/LMT/Vliy Wg74dAz6T34PiBbmZfKojSqMc9ZB6ncYNxE4DuACUk8tbtDoRlY8ShCwSbl7vXir Q2HOmHfnDqlg6ZsQnhKmOiDxgDR9hbGgx0OzyCSFNItUKv+2q4LNtuTlESlPYDxt AoO6GnqfZyhRNH/eTDbNaWIru6XUSyGHyGmWdAN1RbzA5NIVdpuA+ZCbvL3I/ZCk A/EDH0PQc35v5mqwoyaWf/4m7eZ4ow== =Tsoi -----END PGP SIGNATURE----- --=-=-=--