We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89bc297 commit 93941dfCopy full SHA for 93941df
app/src/main/java/tech/httptoolkit/android/vpn/socket/SocketChannelWriter.java
@@ -96,7 +96,7 @@ private void writeTCP(Session session) {
96
} catch (NotYetConnectedException ex) {
97
Log.e(TAG,"failed to write to unconnected socket: " + ex.getMessage());
98
} catch (IOException e) {
99
- Log.e(TAG,"Error writing to server: " + e.toString()); // TODO: null here?
+ Log.e(TAG,"Error writing to server: " + e.toString());
100
101
//close connection with vpn client
102
byte[] rstData = TCPPacketFactory.createRstData(
0 commit comments