response.setConnectionType(HttpConstants.CLOSE_CONNECTION);
response.sendMissingHostResponse();
}
// Read in the request body.
request.parseBody(m_is);
// Only process the request if there was no error.
if (!error)
{
ServiceRegistrationHandler processor = m_resolver.getProcessor(