[PR #523] [MERGED] fix: fix Same image content returned for different image URLs when loading within short timeframe #551

Closed
opened 2026-02-25 22:35:50 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: issue#522


📝 Commits (3)

  • 632d790 fix: fix Same image content returned for different image URLs when loading within short timeframe, closes #522
  • 0b85c1e fix linting errors
  • 35774da fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/flyimg/flyimg/pull/523 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/9/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `issue#522` --- ### 📝 Commits (3) - [`632d790`](https://github.com/flyimg/flyimg/commit/632d790392ecbabbe8d0e90ef6a0d72806d751c6) fix: fix Same image content returned for different image URLs when loading within short timeframe, closes #522 - [`0b85c1e`](https://github.com/flyimg/flyimg/commit/0b85c1ed66434178152f941eef9b23b3e36c9343) fix linting errors - [`35774da`](https://github.com/flyimg/flyimg/commit/35774daffc30e9cad20481ccf65d34258ac264a0) fix: fixing linting error ### 📊 Changes **5 files changed** (+22 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:35:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#551
No description provided.