1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

Some misleading comments were deleted.

This commit is contained in:
Witold Filipczyk 2010-07-25 13:54:34 +02:00 committed by Witold Filipczyk
parent 11f8f65b29
commit 47e5bec81f

View File

@ -1,4 +1,4 @@
/* Internal "cgi" protocol implementation */
/* Internal "mailcap's copiousoutput" protocol implementation */
#ifdef HAVE_CONFIG_H
#include "config.h"
@ -122,8 +122,6 @@ execute_mailcap(struct connection *conn)
close(pipe_read[1]);
conn->socket->fd = pipe_read[0];
/* Use data socket for passing the pipe. It will be cleaned up in
* close_pipe_and_read(). */
conn->data_socket->fd = -1;
conn->cgi = 1;
set_nonblocking_fd(conn->socket->fd);