]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - http_send.c
fd: Drop fd_set parameter from read_nonblock() and friends.
[paraslash.git] / http_send.c
index c6b9decca941489c82b629982ddb6d6dbdb2ea33..987145bf799c6d14d8012ba37d31a3f47edf0ea3 100644 (file)
@@ -170,7 +170,7 @@ static void http_post_select(fd_set *rfds, __a_unused fd_set *wfds)
                case HTTP_STREAMING: /* nothing to do */
                        break;
                case HTTP_CONNECTED: /* need to recv get request */
-                       ret = read_pattern(sc->fd, HTTP_GET_MSG, MAXLINE, rfds);
+                       ret = read_pattern(sc->fd, HTTP_GET_MSG, MAXLINE);
                        if (ret < 0)
                                phsd->status = HTTP_INVALID_GET_REQUEST;
                        else if (ret > 0) {