[PR #3542] HttpException modification for webservices. #9588

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

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

State: closed
Merged: No


At present HttpException only logs http response messages to the logger. (If the correct option is set)

When using webservices (such as SSDP), these response strings may contain useful information in the form of XML replies.

This PR stores the response message in a new property of the exception which allows this information be accessed elsewhere.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/3542 **State:** closed **Merged:** No --- At present HttpException only logs http response messages to the logger. (If the correct option is set) When using webservices (such as SSDP), these response strings may contain useful information in the form of XML replies. This PR stores the response message in a new property of the exception which allows this information be accessed elsewhere.
OVERLORD added the pull-request label 2026-02-07 06:04:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9588