From e167f0de8985e6441e577fdb26c62e71558f42c1 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Fri, 22 May 2020 22:46:40 +0000 Subject: [PATCH] bugfix git-svn-id: svn://kolibrios.org@7971 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/develop/libraries/http/http.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/develop/libraries/http/http.asm b/programs/develop/libraries/http/http.asm index 707f5ccfa0..79e2112785 100644 --- a/programs/develop/libraries/http/http.asm +++ b/programs/develop/libraries/http/http.asm @@ -669,7 +669,7 @@ proc HTTP_receive identifier ;////////////////////////////////////////////////// jne .receive test [ebp + http_msg.flags], FLAG_RING - jz .need_more_space + jnz .need_more_space test [ebp + http_msg.flags], FLAG_STREAM jz .err_header