mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-21 04:52:35 +02:00
![]() * fix: improved sync.Pool handling
* refactor: ping if-flow and remove timeout
* refactor: enhance favicon fetching with context support and improve cache management
- Added context support to favicon fetching functions to handle timeouts and cancellations.
- Improved cache entry structure to include content type and utilize atomic values for last access time.
- Implemented maximum cache size and entry limits to optimize memory usage.
- Updated error handling for HTTP requests and refined the logic for managing redirects.
* fix: log formatting
* feat(pool): add checkExists method to debug build to detect unexpected behavior
* chore: cont.
|
||
---|---|---|
.. | ||
access_logger.go | ||
access_logger_test.go | ||
back_scanner.go | ||
back_scanner_test.go | ||
config.go | ||
config_test.go | ||
fields.go | ||
fields_test.go | ||
file_logger.go | ||
file_logger_test.go | ||
filter.go | ||
filter_test.go | ||
formatter.go | ||
mock_file.go | ||
multi_writer.go | ||
retention.go | ||
retention_test.go | ||
rotate.go | ||
rotate_test.go | ||
status_code_range.go | ||
stdout_logger.go |