IOBuffer tmp = new IOBuffer(null);
Http11Connection.serialize(req, tmp);
sproc.getOut().append("REQ HEAD:\n");
sproc.getOut().append(tmp.readAll(null));
IOBuffer reqBuf = sproc.getOut();
reqBuf.append("\nCONTENT_LENGTH:")
.append(Long.toString(req.getContentLength()))
.append("\n");