> The docs say that in addition to the "Content-Length: x" header, all "lines" > of data (we'll assume those terminated with a \r\n) need to be prepended > with a byte count of the string. The byte count itself must be in > network-order.
I don't think this is the case anymore. An older version of the spec used to use the prepended byte-count, IIRC. Now, all that is needed is the Content-Length header. - Colin
