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 c892050 commit f35212bCopy full SHA for f35212b
src/main/java/io/fusionauth/http/server/internal/HTTPWorker.java
@@ -261,7 +261,7 @@ public void run() {
261
if (Thread.currentThread().isInterrupted()) {
262
logger.debug("[{}] Closing socket. Server is shutting down.", Thread.currentThread().threadId());
263
} else {
264
- logger.debug("[{}] Closing socket. The socket by a client, proxy or otherwise.", Thread.currentThread().threadId());
+ logger.debug("[{}] Closing socket. The socket was closed by a client, proxy or otherwise.", Thread.currentThread().threadId());
265
}
266
closeSocketOnly(CloseSocketReason.Expected);
267
} catch (IOException e) {
0 commit comments