54555657585960616263
if (isGZipEnabled) { sos = new GZipServletOutputStream(os); } else if (os instanceof ServletOutputStream) { sos = (ServletOutputStream) os; } else { sos = new ProxyServletOutputStream(os); } } return sos; }