Commit 9e57364
committed
ci: revert accidental max_args_count/_bytes member additions
My earlier 2e803ed (fd_set/socklen_t CI fix) accidentally swept in
two const std::size_t members (max_args_count, max_args_bytes) that
were sitting uncommitted in the working tree as part of an unrelated
in-progress feature. The matching create_webserver setters / private
fields were not in HEAD, so the constructor's params._max_args_count
referenced a nonexistent member.
Walk back the const-member additions in both webserver.hpp and the
constructor init in webserver.cpp so HEAD is internally consistent and
the CI fix in 2e803ed (fd_set include + dropped socklen_t signedness
assert) stands alone. The full max_args feature stays in the working
tree where it was, to be committed as one coherent unit later.1 parent d32dfe3 commit 9e57364
2 files changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | 414 | | |
422 | 415 | | |
423 | 416 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
205 | 203 | | |
206 | 204 | | |
207 | 205 | | |
| |||
0 commit comments