Skip to content

Commit

Permalink
[java] ensure the correct delegate is called by the server thread
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg1985 committed Oct 31, 2024
1 parent ac523a5 commit 30ff932
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public abstract class HttpClientTestBase {

protected abstract HttpClient.Factory createFactory();

static HttpHandler delegate;
static volatile HttpHandler delegate;
static AppServer server;

private static final Logger LOG = Logger.getLogger(HttpClientTestBase.class.getName());
Expand Down

0 comments on commit 30ff932

Please sign in to comment.