- From: Amos Jeffries <squid3@treenet.co.nz>
- Date: Tue, 22 Jan 2013 23:27:14 +1300
- To: ietf-http-wg@w3.org
On 22/01/2013 10:33 p.m., Adrien W. de Croy wrote: > > > ------ Original Message ------ > From: "Nico Williams" <nico@cryptonector.com> >> >> We could also go with receiver-makes right. In this case every >> message (request, response) must include a BOM and then the receiver >> makes right. This strikes me as fair, if not, perhaps, compelling.. > I'd rather have a milllion htons and ntohs than having to procede each > one with an if statement as well. > > so I think this is a bad idea > You could optimize by writing two parsers in complete duplicate and switching between them on sighting the BOM. It only doubles the memory footprint instead of the CPU footprint. ;-) Amos
Received on Tuesday, 22 January 2013 10:27:40 UTC