[PR #8600] Prevent host lookup on GetSmartUrl for HTTP requests #11783

Closed
opened 2026-02-07 06:44:30 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/8600

State: closed
Merged: Yes


Should fix the slowness reported in #8179 caused by #6486 for 10.8.
#8147 already fixes this for master by removing the host lookup feature.

Changes
Use the RemoteIpAddress of the HTTP request for getting the API URL.

Issues
Fixes #8179

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/8600 **State:** closed **Merged:** Yes --- Should fix the slowness reported in #8179 caused by #6486 for 10.8. #8147 already fixes this for master by removing the host lookup feature. **Changes** Use the RemoteIpAddress of the HTTP request for getting the API URL. **Issues** Fixes #8179
OVERLORD added the pull-request label 2026-02-07 06:44:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11783