Skip to content

Cookies fixed hopefully #192

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

Merged
merged 3 commits into from
May 21, 2024
Merged

Cookies fixed hopefully #192

merged 3 commits into from
May 21, 2024

Conversation

thejoeker12
Copy link
Contributor

No description provided.

@thejoeker12 thejoeker12 requested a review from ShocOne as a code owner May 21, 2024 14:13
if clientConfig.ClientOptions.Cookies.EnableCookieJar {
jar, err := cookiejar.New(nil) // nil options use default options
if err != nil {
log.Error("Failed to create cookie jar", zap.Error(err))

Check warning

Code scanning / gosec

Errors unhandled. Warning

Errors unhandled.
@ShocOne ShocOne merged commit b6514aa into deploymenttheory:main May 21, 2024
4 of 7 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