You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug where digest was required even for GET requests
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.