mozilla-services / syncstorage-rs

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

fix: don't emit a content-type header for 304s #1526

Closed pjenvey closed 6 months ago

pjenvey commented 6 months ago

Description

or bodyless 412s

and kill the old periodic reporter (moved to server::spawn_metric_periodic_reporter)

Issue(s)

Closes SYNC-4162