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 1c6f6e3 commit 70cea08Copy full SHA for 70cea08
src/gtm/proxy/proxy_main.c
@@ -1470,9 +1470,7 @@ GTMProxy_ThreadMain(void *argp)
1470
gtm_foreach(elem, thrinfo->thr_processed_commands)
1471
{
1472
GTMProxy_CommandInfo *cmdinfo = (GTMProxy_CommandInfo *)gtm_lfirst(elem);
1473
-
1474
- GTMProxy_ConnectionInfo *conninfo = thrinfo->thr_all_conns[ii];
1475
- thrinfo->thr_conn = conninfo;
+ thrinfo->thr_conn = cmdinfo->ci_conn;
1476
1477
/*
1478
* If this is a continuation of a multi-part command response, we
0 commit comments