From 5ef6c9e395586c9b44905a28bfba6a5892e0ad61 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 15 Jun 2008 14:09:12 +0300 Subject: [PATCH] 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 f377e6f4afd8b40401feeb6652ec8b1ecf856593. --- src/protocol/file/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/file/file.c b/src/protocol/file/file.c index 0e2ab645..3a7f582d 100644 --- a/src/protocol/file/file.c +++ b/src/protocol/file/file.c @@ -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);