usedConnection();
}
} catch (ClientException cex) {
if (cex.ex != null &&
(cex.ex instanceof HttpParserException)) {
HttpParserException hex = (HttpParserException) cex.ex;
if (!hex.hasRequest()) {
throw (cex);
}
request = (Request) hex.getRequest();
if ( processed == 0 ) {
major = request.getMajorVersion();
minor = request.getMinorVersion();
}
usedConnection();