Replacing PHP with equivalent Python CGI scripts
<rdar://problem/76627995>
Created attachment 425996 [details] Patch
Comment on attachment 425996 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=425996&action=review > LayoutTests/media/content/metadata.db:2 > +[ I think we should rename this file to 'metadata.json' to reflect it's actual content.
Created attachment 426073 [details] Patch
(In reply to Jonathan Bedard from comment #3) > Comment on attachment 425996 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=425996&action=review > > > LayoutTests/media/content/metadata.db:2 > > +[ > > I think we should rename this file to 'metadata.json' to reflect it's actual > content. Fixed in comment 4
This is how CoreMedia is expected to behave and the Content-Length header will need to be specified.
Comment 6 and the state change was meant for https://bugs.webkit.org/show_bug.cgi?id=224339. Please disregard.
Comment on attachment 426073 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=426073&action=review > LayoutTests/http/tests/media/resources/create-id3-db.php:26 > + // $ LayoutTests/media/content/metadata.json Actually, you should keep this as metadata.db, since this file is going to dump PHP, not JSON.
Committed r276024 (236576@main): <https://commits.webkit.org/236576@main>