Skip to content

Commit 93941df

Browse files
committed
Clean up old TODO
This was an issue previously, but after The Great Rewrite it seems resolved, so we can drop it for now (until it next reappears...)
1 parent 89bc297 commit 93941df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/tech/httptoolkit/android/vpn/socket/SocketChannelWriter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private void writeTCP(Session session) {
9696
} catch (NotYetConnectedException ex) {
9797
Log.e(TAG,"failed to write to unconnected socket: " + ex.getMessage());
9898
} catch (IOException e) {
99-
Log.e(TAG,"Error writing to server: " + e.toString()); // TODO: null here?
99+
Log.e(TAG,"Error writing to server: " + e.toString());
100100

101101
//close connection with vpn client
102102
byte[] rstData = TCPPacketFactory.createRstData(

0 commit comments

Comments
 (0)