Files
bot-bottle/tests/unit
didericis-claude 3a702ccc75
lint / lint (push) Successful in 1m46s
test / unit (pull_request) Successful in 32s
test / integration (pull_request) Successful in 17s
fix: guard CGI Status-line parse in _write_cgi_response
An empty or non-numeric Status: header from git http-backend raised
ValueError/IndexError that escaped the handler thread. Wrap the parse
in a try/except and fall back to HTTP 500 instead.

Closes #254
2026-06-25 07:11:32 +00:00
..