}
if (headers.getPacketLength() > 0) {
headers.parsePacket("8859_1");
parseSocketInfo(headers, req);
req.parseHeaders(Arrays.asList(headers.getHeaders()));
String servletURI = parseURILine(headers, req, rsp);
req.setAttribute(TEMPORARY_URL_STASH, servletURI);
// If content-length present and non-zero, download the other
// packets