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 a35ec29 commit bbe062bCopy full SHA for bbe062b
crates/rproxy/src/server/proxy/http/proxy.rs
@@ -1517,7 +1517,7 @@ impl ProxyHttpRequestInfo {
1517
1518
Self {
1519
req_id: Uuid::now_v7(),
1520
- conn_id: Uuid::now_v7(),
+ conn_id: guard.map_or(Uuid::nil(), |guard| guard.id),
1521
remote_addr,
1522
method: req.method().clone(),
1523
path,
0 commit comments