Skip to content

Commit

Permalink
Re-add minor changes from the reverted http1-plog commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-ross authored and ganeshmurthy committed May 4, 2022
1 parent a2d866f commit 2cb2537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/adaptors/tcp_adaptor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,7 @@ QD_EXPORT void qd_dispatch_delete_tcp_connector(qd_dispatch_t *qd, void *impl)
"Deleted TcpConnector for %s, %s:%s",
ct->config->address, ct->config->host, ct->config->port);
close_egress_dispatcher_connection((qdr_tcp_connection_t*) ct->dispatcher_conn);
ct->dispatcher_conn = 0;
DEQ_REMOVE(tcp_adaptor->connectors, ct);
qd_tcp_connector_decref(ct);
}
Expand Down
2 changes: 1 addition & 1 deletion src/amqp.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <stdlib.h>
#include <string.h>

const char * const QD_AP_FLOW_ID = "flowid";
const char * const QD_AP_FLOW_ID = ":flowid";
const char * const QD_CAPABILITY_ROUTER_CONTROL = "qd.router";
const char * const QD_CAPABILITY_ROUTER_DATA = "qd.router-data";
const char * const QD_CAPABILITY_EDGE_DOWNLINK = "qd.router-edge-downlink";
Expand Down

0 comments on commit 2cb2537

Please sign in to comment.