1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-30 03:26:23 -04:00

Revert "copiousoutput: only mark /dev/fd/%d as popen data . I reflect if ELinks may"

I am reverting all copiousoutput support because of bug 917.
This reverts commit f377e6f4af.
This commit is contained in:
Kalle Olavi Niemitalo 2008-06-15 14:09:12 +03:00 committed by Kalle Olavi Niemitalo
parent 1661109a99
commit 5ef6c9e395

View File

@ -215,7 +215,7 @@ read_special(struct connection *conn, int fd)
return;
}
conn->socket->fd = fd;
if (fd != STDIN_FILENO) conn->popen = 1;
conn->popen = 1;
rb = alloc_read_buffer(conn->socket);
if (!rb) {
abort_connection(conn, S_OUT_OF_MEM);