mozilla-services / syncstorage-rs

Sync Storage server in Rust
Mozilla Public License 2.0
973 stars 49 forks source link

Don't include a content-type headers in 304 responses #1525

Closed data-sync-user closed 8 months ago

data-sync-user commented 8 months ago

304s don’t include any body, nor should they include a content-type header (per webtest’s linter).

┆Issue is synchronized with this Jira Task