mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[PR #523] [MERGED] fix: fix Same image content returned for different image URLs when loading within short timeframe #1160
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#1160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/flyimg/flyimg/pull/523
Author: @sadok-f
Created: 10/9/2024
Status: ✅ Merged
Merged: 10/9/2024
Merged by: @sadok-f
Base:
main← Head:issue#522📝 Commits (3)
632d790fix: fix Same image content returned for different image URLs when loading within short timeframe, closes #5220b85c1efix linting errors35774dafix: fixing linting error📊 Changes
5 files changed (+22 additions, -21 deletions)
View changed files
📝
src/Core/Entity/Image/InputImage.php(+1 -1)📝
src/Core/Entity/OptionsBag.php(+1 -18)📝
tests/Core/BaseTest.php(+4 -1)📝
tests/Core/Entity/ResponseTest.php(+15 -0)📝
tests/Core/Processor/SmartCropProcessorTest.php(+1 -1)📄 Description
Fix Same image content returned for different image URLs when loading within a short timeframe
Add 1 unit test to cover this scenario.
closes #522
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.