- From: Mr TWY Tsui <twtsu1@mda011.cc.monash.edu.au>
- Date: Wed, 28 Jun 1995 18:12:30 +1000
- To: www-lib@w3.org
Hi all ...
Got another problem with trying to program with libwww ...
I am writing a proxy and am using HTLoadToStream to send the result
from the server to the client.....
but I am having the following error ...
WWW Alert: Fatal Error 501 command not Implemented Can't convert from www/mime
to www/present
I have already setup the conversion by the following :
request = HTRequest_new();
if (!request->conversions)
{
request->conversions = HTList_new();
HTFormatInit(request->conversions);
HTSetConversion(request->conversions,"www/mime","www/present",HTMIMEConvert,1.0,
0.0, 0.0);
}
What am I doing wrong ?
Thanks in advance
Tommy Tsui
Received on Wednesday, 28 June 1995 04:12:59 UTC