package okhttp3.internal.connection; import java.io.IOException; import o.C14957gcv; import okhttp3.Interceptor; import okhttp3.Response; import okhttp3.internal.http.RealInterceptorChain; /* loaded from: classes.dex */ public final class ConnectInterceptor implements Interceptor { public static final ConnectInterceptor INSTANCE = new ConnectInterceptor(); private ConnectInterceptor() { } @Override // okhttp3.Interceptor public final Response intercept(Interceptor.Chain chain) throws IOException { C14957gcv.e(chain, ""); RealInterceptorChain realInterceptorChain = (RealInterceptorChain) chain; return RealInterceptorChain.copy$okhttp$default(realInterceptorChain, 0, realInterceptorChain.getCall$okhttp().initExchange$okhttp(realInterceptorChain), null, 0, 0, 0, 61, null).proceed(realInterceptorChain.getRequest$okhttp()); } }