register multipart/x-mixed-replace as a stream decoder (ie. to */*) not a stream converter.

This commit is contained in:
rpotts%netscape.com 2000-01-05 04:47:06 +00:00
Родитель e9dab71e09
Коммит 76fde9f5d5
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -106,7 +106,6 @@ CreateNewTXTToHTMLConvFactory(nsISupports* aOuter, REFNSIID aIID, void **aResult
}
// The list of components we register
static nsModuleComponentInfo components[] =
{
{ "FTPDirListingConverter",
NS_FTPDIRLISTINGCONVERTER_CID,
@ -122,7 +121,7 @@ static nsModuleComponentInfo components[] =
{ "MultiMixedConverter",
NS_MULTIMIXEDCONVERTER_CID,
NS_ISTREAMCONVERTER_KEY "?from=multipart/x-mixed-replace?to=text/html",
NS_ISTREAMCONVERTER_KEY "?from=multipart/x-mixed-replace?to=*/*",
CreateNewMultiMixedConvFactory
},