Merge "Resolving a kernel-panic in windows arm executables." into studio-1.4-dev automerge: dae8043
automerge: 57c2f0e

* commit '57c2f0ed82a4c8d9a0bb526177c1ceb525d7a3c4':
  Resolving a kernel-panic in windows arm executables.
diff --git a/proxy/proxy_http_connector.c b/proxy/proxy_http_connector.c
index 143ffae..5073648 100644
--- a/proxy/proxy_http_connector.c
+++ b/proxy/proxy_http_connector.c
@@ -160,6 +160,7 @@
                         proxy_connection_free( root, 1, PROXY_EVENT_CONNECTED );
                     } else {
                         /* just skip headers */
+                        proxy_connection_rewind(root);
                     }
                 }
             }