Handle HTTP redirections automatically.
[doldaconnect.git] / common / httest.c
index 60a67f6..a3ea649 100644 (file)
@@ -94,6 +94,7 @@ void get(char *url)
     }
     c = htconnect(u);
     freeurl(u);
+    c->autoredir = 1;
     while(1) {
        pfd.fd = c->fd;
        pfd.events = htpollflags(c);