mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05: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:
parent
1661109a99
commit
5ef6c9e395
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user