Commit dc80adc
GH-1027: Allow port 0 through NettyClientBuilder validation
Port 0 is used in several existing tests as a placeholder. It does not
cause the async-hang issue this validation was introduced to prevent
(that affects truly out-of-range values). Tightening the lower bound
to 1 and fixing those tests is left for a follow-up PR.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2cc7a10 commit dc80adc
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments