Roy Millar <[EMAIL PROTECTED]> writes: > I'd need to know what was in the html being rendered, I suppose, but > the crash is almost immediate. Is the raw html kept in a buffer > somewhere?
In src/network/socket.c, there is: | /* To enable logging of tranfers, for debugging purposes. */ | #if 0 | | #define DEBUG_TRANSFER_LOGFILE "/tmp/log" ELinks appends to the file, so if you're on a multiuser system, you should create the file beforehand to thwart symlink attacks, or change the #define to a safe directory. _______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
