- Notifications
You must be signed in to change notification settings - Fork1k
Commit6e021b6
authored
chore: record and raise problematic http protocols for each proxy (#15917)
Adds warnings to the proxy and proxy health pages on HTTP 1.1, 1.0, 0.9protocols.Only the performance API can return the HTTP protocol type. We alreadyuse the performance API for latency timings, and each proxy could havethis issue.1 parentf0e81ab commit6e021b6
File tree
3 files changed
+41
-4
lines changed- site/src
- contexts
- pages/UserSettingsPage/WorkspaceProxyPage
- testHelpers
3 files changed
+41
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 |
| |
19 | 24 |
| |
20 | 25 |
| |
| |||
151 | 156 |
| |
152 | 157 |
| |
153 | 158 |
| |
| 159 | + | |
154 | 160 |
| |
155 | 161 |
| |
156 | 162 |
| |
| |||
159 | 165 |
| |
160 | 166 |
| |
161 | 167 |
| |
| 168 | + | |
162 | 169 |
| |
163 | 170 |
| |
164 | 171 |
| |
| |||
175 | 182 |
| |
176 | 183 |
| |
177 | 184 |
| |
178 |
| - | |
| 185 | + | |
| 186 | + | |
179 | 187 |
| |
180 | 188 |
| |
181 | 189 |
| |
|
Lines changed: 28 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
29 | 46 |
| |
30 | 47 |
| |
31 | 48 |
| |
32 | 49 |
| |
33 | 50 |
| |
34 | 51 |
| |
| 52 | + | |
35 | 53 |
| |
36 | 54 |
| |
37 | 55 |
| |
| |||
76 | 94 |
| |
77 | 95 |
| |
78 | 96 |
| |
79 |
| - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
80 | 101 |
| |
81 | 102 |
| |
82 | 103 |
| |
| |||
86 | 107 |
| |
87 | 108 |
| |
88 | 109 |
| |
| 110 | + | |
89 | 111 |
| |
90 | 112 |
| |
91 |
| - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
92 | 117 |
| |
93 | 118 |
| |
94 | 119 |
| |
| |||
101 | 126 |
| |
102 | 127 |
| |
103 | 128 |
| |
104 |
| - | |
| 129 | + | |
105 | 130 |
| |
106 | 131 |
| |
107 | 132 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
209 | 213 |
| |
210 | 214 |
| |
211 | 215 |
| |
|
0 commit comments
Comments
(0)