- Make subprocess reloading hookable, e.g. check subprocess memory with psutil.
- Ensure subprocess startup errors are logged.
- Tweak error handling to just use ValueError.
The
transform_error
handler now receives just the single ValueError message. - Avoid instantiating huge strings by reading blocks.
- Support chunked transfer encoding.
- Initial release.