Commit fe46b13
committed
Fix revapi gate and guard a test header parse
Scope-ignore the java.annotation.removed diff for Http2Handler.userEventTriggered: Netty's internal @ChannelHandlerMask.Skip no-op marker is correctly dropped once the handler overrides the method to process RST_STREAM. Http2Handler is public final and internal-package, so there is no consumer-facing API change, and the ignore is scoped to this method so any real future change is still flagged. Also wrap Long.parseLong in Http2StreamingBodyFlowControlTest.assertEchoed so a missing/non-numeric header fails cleanly instead of throwing NumberFormatException.1 parent 80b6c45 commit fe46b13
2 files changed
Lines changed: 18 additions & 2 deletions
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
309 | 318 | | |
310 | 319 | | |
311 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
468 | 475 | | |
469 | 476 | | |
470 | 477 | | |
| |||
0 commit comments