-
Notifications
You must be signed in to change notification settings - Fork 325
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
redundant cassandra write in renewCookie #673
Comments
that's in two different functions: the second is for the case where the client connects without a cookie and needs to obtain one; the first is for the case where a cookie is about to expire and needs to be replaced. if one function gets called, the other doesn't (at least not at that time). if you are referring to the two calls to if there is something we are missing, please re-open the issue with more details. thanks, though! we appreciate your interest in wire! :-) |
I mean: inside the |
oops, you're right. thanks for persisting! :-) i am not worried about this, the second insert is obviously redundant, but doesn't do any harm either. But I now agree we should fix this. Would you like to make a PR? If not, I may get around to doing it eventually. |
fixed in #676 |
hoho,It seems to have executed the same insert statement twice (DB.insertCookie) ? No problem?
The text was updated successfully, but these errors were encountered: