]> git.neil.brown.name Git - edlib.git/commit
w3m: write html to tempfile, not to a pipe.
authorNeilBrown <neil@brown.name>
Tue, 17 Oct 2023 05:43:47 +0000 (16:43 +1100)
committerNeilBrown <neil@brown.name>
Tue, 17 Oct 2023 05:43:47 +0000 (16:43 +1100)
commitfc721096a6f7af9a753f76ad75d8905369059135
tree0cda5600827bb2369ca023da1191046819868e9f
parentab0ef1b53d18d9b204688863f19dfd1541d41063
w3m: write html to tempfile, not to a pipe.

If the HTML is large and w3m passes it straight through, we can block
writing to the pipe.  So write to a temp file first instead.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
python/lib-html-w3m.py