Commit db35b55
authored
docs: clarify x-request-id generation and preservation behavior (#43949)
## Description
Clarifies how `generate_request_id`, `use_remote_address`, and
`preserve_external_request_id` interact to control `x-request-id` header
handling. Adds a note to the headers documentation describing each
setting's role and summarizes the resulting behavior for each
combination.
This picks up and expands the work from #37616 (stale-closed),
incorporating reviewer feedback from @wbpcode to also cover
`generate_request_id` and to clarify that `preserve_external_request_id`
only applies when `use_remote_address` is `true`.
Relates to #36971.
---
**Commit Message:** docs: clarify x-request-id generation and
preservation behavior
**Risk Level:** N/A (docs only)
**Testing:** N/A
**Docs Changes:** Added note block to
`docs/root/configuration/http/http_conn_man/headers.rst`
**Release Notes:** N/A
Signed-off-by: kovan <xaum.io@gmail.com>1 parent 9a7db4c commit db35b55
1 file changed
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
559 | 592 | | |
560 | 593 | | |
561 | 594 | | |
| |||
0 commit comments