Skip to content

download.swift.org/swift-evolution/v1/evolution.json returns an incorrect content type header #847

@czechboy0

Description

@czechboy0

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:

  1. 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions