David Mládek

Results 62 issues of David Mládek

## Motivation The failed docs.rs build of 0.8.5 was not caught in CI though it probably should have been. ## Solution Add `--cfg docsrs` to the rustdoc invocations. This makes...

## Motivation When a request is created and possibly partially sent, but the future is dropped before being polled to completion, then `on_request_end` is not called. ## Solution This adds...