On Sunday 24 February 2002 20:48, you wrote: > > On Mon, Feb 25, 2002 at 01:21:15AM +0000, toad wrote: > > On Sun, Feb 24, 2002 at 01:30:30AM -0500, Gianni Johansson wrote: > > > On Thursday 21 February 2002 14:01, toad wrote: > > > > It would be really nice if FEC would work with Kaffe. > > Hmmmm. Inserting splitfiles now works. Retrieving them from another node > > does something odd though. I insert a redundant splitfile of type > > audio/x-wav. I try to fetch it on the node I inserted it into. It gets > > the unknown content type dialog,
If you don't want to see the unknown content dialog add audio/x-wav to the fproxy.params.passThroughMimeTypes line in freenet.conf/ini. > > click on retrieve anyway, it gets the > > download splitfile box, it works fine, quickly. However, trying it on my > > other node, it eventually gets the manifest (though getting it > > immediately previously doesn't seem to make any difference to whether it > > gets it this time...), and gives me the unknown content type blurb. I > > click on the fetch anyway link, and it doesn't get the splitfile download What browser? Does it handle redirects? What OS? What JVM? Can you send me a debug log fragment that shows the problem? > > frameset, it appears to just instantly download it, a file of 0 bytes. > > Several later attempts resulted in a data not found on the KSK pointing > > to the manifest. > > More specifically, I get > $ telnet localhost 9888 > Trying 127.0.0.1... > Connected to bagrat42. > Escape character is '^]'. > GET /KSK at thunderclap.wav?force=7e28aae HTTP/1.0 > Kind confused by how you got here. Did you set fproxy.params.splitFileUIMinSize to bypass the download UI on this machine? I haven't retested that code path in a long time. > HTTP/1.1 200 OK > Connection: close > Content-length: 0 > Content-type: audio/x-wav > Server: Fred 0.4 (build 459) HTTP Servlets > > Connection closed by foreign host. > $ > -- Freesite (0.4) freenet:SSK at npfV5XQijFkF6sXZvuO0o~kG4wEPAgM/homepage// _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
