75c75 < * @author Ortwin Gl�ck --- > * @author Ortwin Gl???ck 127a128,143 > * Gets the HeaderGroup storing the response headers from wrapped method > * instance. > * > * @return a HeaderGroup > * > * @since 2.0beta1 > */ > protected HeaderGroup getResponseHeaderGroup() { > if ( method instanceof HttpMethodBase ) > { > return ( (HttpMethodBase) method ).getResponseHeaderGroup (); > } > return super.getResponseHeaderGroup (); > } > > /** 141c157,158 < ((HttpMethodBase) method).addRequestHeaders(state, conn); --- > ((HttpMethodBase) method).addHostRequestHeader(state, conn); > addProxyAuthorizationRequestHeader (state, conn); 148c165 < Header header = method.getRequestHeader(HttpAuthenticator.PROXY_AUTH_RESP); --- > Header header = getRequestHeader(Authenticator.PROXY_AUTH_RESP);