659660661662663664665666667668669
if (!isGet && HttpFields.__ContentLength.equals(hdr) && Integer.parseInt(val) > 0) { hasContent = true; } if (!_DontProxyHeaders.containsKey(hdr)) { httpReq.addRequestHeader(hdr, val); } } } }