server: use a header representation which preserves header fields order
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 48
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
Instead of textproto.MIMEHeader.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the server code that uses textproto.MIMEHeader and inspect how header fields are read and emitted. Determine the required order-preserving representation and verify that all relevant header handling retains input order; done means the server no longer relies on textproto.MIMEHeader for this path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100