Skip to content

Commit dba62ae

Browse files
committed
Fix versioning and resolve build issues
1 parent 7809f8c commit dba62ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

android/app/src/main/java/com/masterdns/vpn/service/MasterDnsVpnService.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ private suspend fun handleHttpProxyClient(client: java.net.Socket, username: Str
660660
output.write("HTTP/1.1 405 Method Not Allowed\r\n\r\n")
661661
output.flush()
662662
}
663-
} catch (_: Exception) {}
663+
} catch (_: Exception) {}
664664
runCatching { client.close() }
665+
}
665666
}

0 commit comments

Comments
 (0)