Skip to content

Commit

Permalink
Merge pull request #2394 from cloudflare/jsnell/fixup-minor-uaf-inspe…
Browse files Browse the repository at this point in the history
…ctor-client-detached
  • Loading branch information
jasnell authored Jul 15, 2024
2 parents 90ec597 + 6c8ca0a commit 2bf00c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workerd/server/server.c++
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ public:
if (exception.getType() == kj::Exception::Type::DISCONNECTED) {
// This likely just means that the inspector client was closed.
// Nothing to do here but move along.
KJ_LOG(INFO, kj::str("Inspector client detached [", id, "]"));
KJ_LOG(INFO, "Inspector client detached"_kj);
co_return;
} else {
// If it's any other kind of error, propagate it!
Expand Down

0 comments on commit 2bf00c7

Please sign in to comment.