Merge "Making the emulator respect user-specified data partition size for API 19+" into studio-1.4-dev automerge: dd6391c
automerge: 7fbbbcf

* commit '7fbbbcf1ac6946c5ab944c1b739a9468a86e1378':
  Making the emulator respect user-specified data partition size for API 19+
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);
                     }
                 }
             }