Read http request in 4byte chunks until '\r\n\r\n' is found
authorArmin Novak <armin.novak@thincast.com>
Fri, 19 Oct 2018 09:59:28 +0000 (11:59 +0200)
committerArmin Novak <armin.novak@thincast.com>
Fri, 19 Oct 2018 10:16:04 +0000 (12:16 +0200)
commit5a747b118d68e4a81795506a6173b8e2a846b832
treedbaf591b7274e4f06489078d6c074531bec65f88
parentd05684a50a4396b72024ce4d31379d1d34592079
Read http request in 4byte chunks until '\r\n\r\n' is found

Avoid reading too much data in a single call to BIO_read as some
implementations may return a lot more data than is part of the response.
libfreerdp/core/gateway/http.c