Skip to content

[HttpFoundation] Fix return types of SessionHandler::gc() #42114

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 1 commit into from
Jul 15, 2021

Conversation

derrabus
Copy link
Member

Q A
Branch? 4.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets #41552
License MIT
Doc PR N/A

SessionHandler::gc() should return the number of garbage-collected sessions. We often return true which violates that contract.

@carsonbot carsonbot added this to the 4.4 milestone Jul 14, 2021
@derrabus derrabus force-pushed the bugfix/session-gc-return branch 4 times, most recently from 7737731 to 440ab14 Compare July 15, 2021 00:10
Signed-off-by: Alexander M. Turek <me@derrabus.de>
@derrabus derrabus force-pushed the bugfix/session-gc-return branch from 440ab14 to 1261a41 Compare July 15, 2021 00:12
@nicolas-grekas
Copy link
Member

Thank you @derrabus.

@nicolas-grekas nicolas-grekas merged commit 6c8114a into symfony:4.4 Jul 15, 2021
@derrabus derrabus deleted the bugfix/session-gc-return branch July 15, 2021 08:41
This was referenced Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants