1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[backfire] merge r22988

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22989 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2010-09-09 20:16:00 +00:00
parent 931af063aa
commit 34913291dd
2 changed files with 5 additions and 1 deletions

View File

@@ -401,6 +401,10 @@ static struct http_request * uh_http_header_recv(struct client *cl)
{
ensure_out(rlen = uh_tcp_recv(cl, bufptr, rlen));
/* unexpected eof - #7904 */
if( rlen == 0 )
return NULL;
blen -= rlen;
bufptr += rlen;
}