Buffer more data before returning successfully from HTTP_read, if needed
commit895392a7161ceb37ac32b3fb4a910b350361b13f
authorMartin Storsjo <martin@martin.st>
Mon, 21 May 2012 15:17:30 +0000 (21 18:17 +0300)
committerHoward Chu <hyc@highlandsun.com>
Tue, 30 Oct 2012 16:01:01 +0000 (30 09:01 -0700)
treeb10ce3f14b03cf8376917f1317cc70082a3d35b6
parent8e527f61afbcb72eb7d8ae1f507765cdc2df2785
Buffer more data before returning successfully from HTTP_read, if needed

This fixes issues if the http header and the payload data
are sent in separate packets (as they normally are), and the
buffer contains the full header but none of the payload.
librtmp/rtmp.c