Commit 85745aa
authored
[USM] HTTP2: Use SetStatusCode for static table (#41855)
## What does this PR do?
Uses SetStatusCode function for handling HTTP2 static table status codes.
## Motivation
Ensures consistent status code handling for HTTP2 static table entries.
## Description of the changes
- Updated HTTP2 static table code to use SetStatusCode
- Ensures proper status code setting for HTTP2 responses
- Improves consistency in HTTP2 status code handling
## Additional Notes
Part of USMON-658 work.
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent c5451be commit 85745aa
1 file changed
+14
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
266 | 270 | | |
| 271 | + | |
267 | 272 | | |
268 | 273 | | |
269 | | - | |
| 274 | + | |
270 | 275 | | |
271 | | - | |
| 276 | + | |
272 | 277 | | |
273 | | - | |
| 278 | + | |
274 | 279 | | |
275 | | - | |
| 280 | + | |
276 | 281 | | |
277 | | - | |
| 282 | + | |
278 | 283 | | |
279 | | - | |
| 284 | + | |
280 | 285 | | |
281 | | - | |
| 286 | + | |
282 | 287 | | |
283 | 288 | | |
284 | 289 | | |
285 | | - | |
286 | 290 | | |
287 | | - | |
288 | | - | |
| 291 | + | |
| 292 | + | |
289 | 293 | | |
290 | 294 | | |
291 | 295 | | |
| |||
0 commit comments