]> sjero.net Git - wget/blobdiff - src/connect.c
[svn] Add the POST method.
[wget] / src / connect.c
index 29a8b6e0f09c12c3270fac8de09b96fe4aa21eb3..fa4a69380cf50b85469152a2e0dacc4c13e8e59c 100644 (file)
@@ -473,7 +473,6 @@ iwrite (int fd, char *buf, int len)
                {
                  /* Set errno to ETIMEDOUT on timeout.  */
                  if (res == 0)
-                   /* #### Potentially evil!  */
                    errno = ETIMEDOUT;
                  return -1;
                }