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

fix: Header().Has works properly for checking multiple values #207

Merged
merged 5 commits into from
May 20, 2024

Conversation

SgtPooki
Copy link
Member

@SgtPooki SgtPooki commented May 16, 2024

Initial commit shows the problem mentioned in #186

later commits fix the failing test

fixes #186
contributes to #21

Shows the problem mentioned in #186
Copy link
Contributor

github-actions bot commented May 16, 2024

Results against Kubo latest:
(check the action's summary for the full results)

Summary

Tests Failures Errors Skipped
2049 9 0 0

Copy link
Contributor

github-actions bot commented May 16, 2024

Results against Kubo master:
(check the action's summary for the full results)

Summary

Tests Failures Errors Skipped
2049 9 0 0

@SgtPooki SgtPooki changed the title test: add test to verify bug fix: Header().Has works properly for checking multiple values May 16, 2024
@SgtPooki SgtPooki self-assigned this May 16, 2024
@SgtPooki SgtPooki marked this pull request as ready for review May 16, 2024 19:44
Copy link
Contributor

@laurentsenta laurentsenta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks for the patch

@lidel lidel merged commit cf3d1bf into main May 20, 2024
11 checks passed
@lidel lidel deleted the fix/header-tests branch May 20, 2024 18:06
@github-actions github-actions bot mentioned this pull request May 20, 2024
@lidel
Copy link
Member

lidel commented May 20, 2024

Shipped in v0.5.2

FYSA I've added normalization step in https://github.com/ipfs/gateway-conformance/pull/208/files which fixes 9 Failures Kubo e2e reported here.

@SgtPooki
Copy link
Member Author

Nice. thanks.. I was sure there was some edge case i was missing

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.

bug: CORS tests not finding existing values
3 participants