Skip to content

0.3.1: Fix bug where digest was required even for GET requests

Compare
Choose a tag to compare
@Diggsey Diggsey released this 23 Apr 11:38
· 19 commits to master since this release
Rouille returns `Some(empty body)` for GET requests, rather than the `None` we
were expecting, so allow the digest to be omitted when the body is present but
empty.