Fixed bug in http.obj (concerning POST method).

Added new example program PASTA, using http POST method.

git-svn-id: svn://kolibrios.org@4830 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2014-04-14 10:58:11 +00:00
parent eec69507f4
commit f5f92c1d66
2 changed files with 182 additions and 1 deletions

View File

@@ -1595,7 +1595,6 @@ proc eax_ascii_dec ;////////////////////////////////////////////////////////////
.loop:
xor edx, edx
div ecx
add dl, '0'
push edx
test eax, eax
jnz .loop