Commit e33d77d
CI: trim webserver_setup.cpp under 500 LOC; skip debug_dump set on Windows
- webserver_setup.cpp hit the FILE_LOC_MAX=500 gate (505) after the atomic
daemon refactor added load()-into-local lines (the TOCTOU-safe pattern).
Recover 6 lines by condensing that commit's own added comments and a stray
double-blank; no code logic changed. Now 499; check-file-size passes.
- debug_dump_request_body_set: my _putenv fix let it run on Windows, exposing
that its positive assertions depend on the POSIX stdout/stderr capture
harness (stream_capture_helpers.hpp), which doesn't behave under mingw (the
dump is emitted but the captured buffers come back empty; the absence-based
unset/zero variants pass vacuously). Skip the whole binary on Windows via
exit-77, matching the other Windows skips; non-Windows unchanged.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NpysYDDJac63yz2mZKKiDf1 parent 61086ac commit e33d77d
2 files changed
Lines changed: 14 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | 103 | | |
105 | 104 | | |
106 | 105 | | |
| |||
323 | 322 | | |
324 | 323 | | |
325 | 324 | | |
326 | | - | |
327 | | - | |
328 | | - | |
| 325 | + | |
329 | 326 | | |
330 | | - | |
331 | 327 | | |
332 | 328 | | |
333 | 329 | | |
| |||
358 | 354 | | |
359 | 355 | | |
360 | 356 | | |
361 | | - | |
362 | | - | |
363 | | - | |
| 357 | + | |
364 | 358 | | |
365 | 359 | | |
366 | 360 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
197 | 208 | | |
198 | 209 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | 210 | | |
204 | | - | |
205 | 211 | | |
| 212 | + | |
206 | 213 | | |
0 commit comments