Werk #19771: Fix unhandled OSError on client disconnect during request upload
| Component | Setup | ||||
| Title | Fix unhandled OSError on client disconnect during request upload | ||||
| Date | Apr 13, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
Previously, if a client disconnected mid-upload while submitting a request to Checkmk (e.g. aborting a large file upload), the web interface could produce an unhandled internal error instead of returning a proper HTTP 400 response.
This has been fixed. Checkmk now correctly returns a 400 response in this case.