We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99b8330 + 293d2d4 commit b94e829Copy full SHA for b94e829
1 file changed
library/src/main/java/com/danikula/videocache/HttpProxyCacheServer.java
@@ -299,7 +299,7 @@ private void closeSocketInput(Socket socket) {
299
300
private void closeSocketOutput(Socket socket) {
301
try {
302
- if (socket.isOutputShutdown()) {
+ if (!socket.isOutputShutdown()) {
303
socket.shutdownOutput();
304
}
305
} catch (IOException e) {
0 commit comments