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

[cors]: allow users to disable preflight caching #249

Closed
wants to merge 1 commit into from

Conversation

jub0bs
Copy link

@jub0bs jub0bs commented Sep 2, 2023

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Go Version Update
  • Dependency Update

Description

Related Tickets & Documents

Added/updated tests?

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

Run verifications and test

  • make verify is passing
  • make test is passing

@jub0bs
Copy link
Author

jub0bs commented Dec 18, 2023

No feedback from maintainers in more than three months... Is this project still maintained?

@AlexVulaj
Copy link
Member

@jub0bs Hey there - we're a small team coming out of a large transitional process and doing our best to keep on top of things, mainly prioritizing bugs and other issues over new features still. We appreciate your patience as we work through our large backlog, and thanks for contributing!

@jub0bs
Copy link
Author

jub0bs commented Apr 16, 2024

No reactivity from maintainers. Closing this PR.

@jub0bs jub0bs closed this Apr 16, 2024
@jaitaiwan
Copy link

I took a brief look, I think the bool is unnecessary. I need to look at if the maxAge has a default value when unset but it appears to me we’d just change the condition to > -1.

@jub0bs
Copy link
Author

jub0bs commented Apr 16, 2024

@jaitaiwan See #250, which also aims to fix #246 but in a slightly different way.

Additional resources on the topic:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

[FEATURE] Allow users to disable caching of preflight responses
3 participants