Commit 17dbfed
Fix misleading skipNegotiation context in Response code 404 troubleshooting section (#36915)
* Initial plan
* Restructure Response code 404 section to separate causes by skipNegotiation setting
Fixes #30691. The section previously framed all troubleshooting causes
under skipNegotiation=true, but sticky-session and connection-ID-timeout
scenarios only apply when skipNegotiation=false. Restructured into three
clear subsections: general causes, default negotiation flow causes, and
skipNegotiation=true causes.
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/AspNetCore.Docs/sessions/7cce18e9-cbc6-4b5c-8fe5-a60d9fe3d060
* Fix formatting of sticky-session explanation
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
Co-authored-by: Wade Pickett <wpickett@microsoft.com>1 parent 956ab5c commit 17dbfed
1 file changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | | - | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
29 | 38 | | |
30 | 39 | | |
31 | 40 | | |
| |||
0 commit comments