Describe the bug
download.swift.org/swift-evolution/v1/evolution.json returns an incorrect content type header.
It returns application/octet-stream, but should be application/json.
To Reproduce
Steps to reproduce the behavior:
- Run
curl -I https://download.swift.org/swift-evolution/v1/evolution.json and check the Content-Type header value
Expected behavior
ContentType: application/json
Actual behavior
ContentType: application/octet-stream
Screenshots
N/A
Environment details
N/A
Swift.org version/commit hash
Unclear, tested on Nov 9, 2024.
Additional context
N/A
Describe the bug
download.swift.org/swift-evolution/v1/evolution.json returns an incorrect content type header.
It returns
application/octet-stream, but should beapplication/json.To Reproduce
Steps to reproduce the behavior:
curl -I https://download.swift.org/swift-evolution/v1/evolution.jsonand check theContent-Typeheader valueExpected behavior
ContentType: application/jsonActual behavior
ContentType: application/octet-streamScreenshots
N/A
Environment details
N/A
Swift.org version/commit hash
Unclear, tested on Nov 9, 2024.
Additional context
N/A