Adding some test for this feature I noticed results for HTTPS were not similar to HTTP. Reason is due to a call of : org.apache.http.impl.conn.DefaultHttpResponseParser#parseHead with buffer 8192 which adds a new pause.
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4252