what-the-bank/sources/o/C15328gnd.java

21 lines
599 B
Java

package o;
import com.google.common.net.HttpHeaders;
import java.io.IOException;
/* renamed from: o.gnd, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public final class C15328gnd extends gmU {
public C15328gnd(String str, int i, String str2, int i2) throws IOException {
super(str, i, str2, i2);
}
@Override // o.gmU, o.InterfaceC15325gna
public final void c(String str, String str2) {
if (HttpHeaders.CONNECTION.equalsIgnoreCase(str) && "close".equalsIgnoreCase(str2)) {
return;
}
super.c(str, str2);
}
}