diff --git a/http.c b/http.c
index 91e5a252..9cbbac20 100644
--- a/http.c
+++ b/http.c
@@ -260,7 +260,7 @@ http_redirect(http_connection_t *hc, const char *location)
tcp_init_queue(&tq, -1);
- tcp_qprintf(&tq, "Please follow ");
+ tcp_qprintf(&tq, "Please follow ", location);
http_printf(hc,
"Location: %s\r\n"