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 630c5e1 commit 434a394Copy full SHA for 434a394
src/main/java/dev/latvian/apps/tinyserver/HTTPServer.java
@@ -192,6 +192,7 @@ public void run() {
192
193
if (socketChannel != null) {
194
socketChannel.socket().setSoTimeout((keepAliveTimeout + 1) * 1000);
195
+ socketChannel.finishConnect();
196
var connection = createConnection(socketChannel, Instant.now());
197
connection.lastActivity = now;
198
connections.add(connection);
0 commit comments