Skip to content

Commit cfc1ede

Browse files
sbernauerTechassi
andauthored
Update trino-lb-core/src/trino_api.rs
Co-authored-by: Techassi <git@techassi.dev>
1 parent 5557722 commit cfc1ede

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

trino-lb-core/src/trino_api.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ impl TrinoQueryApiResponse {
182182
/// Changes the following references in the query (if they exist)
183183
///
184184
/// 1. nextUri to point to trino-lb
185-
/// 2. In case the `external_trino_addr` is set, segments ackUri to point to the external
186-
/// address of Trino. Trino sometimes get's confused (likely by some HTTP) headers and put's the
187-
/// trino-lb address into the ackUri (but the requests should go to Trino directly).
185+
/// 2. In case the `external_trino_addr` is set, update the segments ackUri to point to the
186+
/// external address of Trino. Trino sometimes gets confused (likely by some HTTP headers) and
187+
/// puts the trino-lb address into the ackUri (but the requests should go to Trino directly).
188188
#[instrument(
189189
skip(self),
190190
fields(trino_lb_addr = %trino_lb_addr),

0 commit comments

Comments
 (0)