Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate that header names are only lowercase #81

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

normanmaurer
Copy link
Member

Motivation:

BHTTP requires that all header names are lowercase only, we should validate this.

Modifications:

  • Implement validation to follow RFC
  • Add unit tests

Result:

Correctly validate header names

Motivation:

BHTTP requires that all header names are lowercase only, we should validate this.

Modifications:

- Implement validation to follow RFC
- Add unit tests

Result:

Correctly validate header names
@normanmaurer normanmaurer added this to the 0.0.14.Final milestone Aug 5, 2024
@normanmaurer normanmaurer merged commit a745d07 into main Aug 6, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants