199200201202203204205206
response.setContentType("message/http"); response.setCharacterEncoding(charset); response.setContentLength(responseLength); ServletOutputStream out = response.getOutputStream(); out.write(rawResponse); }