aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proxy/proxy_http_connector.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/proxy_http_connector.c b/proxy/proxy_http_connector.c
index 143ffae14a..5073648d45 100644
--- a/proxy/proxy_http_connector.c
+++ b/proxy/proxy_http_connector.c
@@ -160,6 +160,7 @@ connection_poll( ProxyConnection* root,
proxy_connection_free( root, 1, PROXY_EVENT_CONNECTED );
} else {
/* just skip headers */
+ proxy_connection_rewind(root);
}
}
}