Opened 15 years ago
Closed 15 years ago
#9698 closed Patch - Feature (fixed)
upnp: consider HEAD a valid request type
| Reported by: | jwestfall | Owned by: | dblain |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - UPnP | Version: | Master Head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Hi
My TV likes to do a HEAD before doing a full GET request when downloading videos via upnp. The 404 on the HEAD makes it think the video is invalid.
This patch makes the upnp service host code consider HEAD a valid request type.
thanks jim
Attachments (1)
Change History (2)
by , 15 years ago
| Attachment: | upnp-head.diff added |
|---|
comment:1 by , 15 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixes #9698. Adds support for HEAD http requests.
Patch supplied by Jim with slight modification by David Blain.