On Feb 14, 2011, at 09:49, Bob Cronin wrote: > Check out the deblock option of TCPCLIENT. Deblock String x0D0A might be a > useful addition ... > My server is HTTP. I have binary data with the usual text headers. So (I think) I need to read packets parsing at <CR><LF> until the end of the headers, indicated by <CR><LF><CR><LF> (which may span packets). At that point I need to output in binary the residue of the current packet, then I may shunt input to output.
Bunch of procedural code. I suppose if I were a journeyman (at least) plumber I might do it all with a pipeline. Thanks, gil
