mirror of
https://github.com/Doczom/simple-httpd.git
synced 2025-09-21 22:53:54 +02:00
fix bugs and update sys_func.inc code
fixed size sockaddr struct update function CreateThread clear code in main file
This commit is contained in:
@@ -4,7 +4,6 @@ public @EXPORT as 'EXPORTS'
|
||||
|
||||
NO_DEBUG_INPUT = 0
|
||||
include "macros.inc"
|
||||
purge mov,add,sub
|
||||
include "proc32.inc"
|
||||
|
||||
include '../module_api.inc'
|
||||
@@ -83,6 +82,8 @@ server_entry:
|
||||
invoke IMPORT.send_resp, eax,\
|
||||
[esi + CONNECT_DATA.uri_path],\
|
||||
[esp + 4]
|
||||
mov eax, [esp]
|
||||
invoke IMPORT.finish_send_resp, eax
|
||||
invoke IMPORT.destruct_resp ; arg in stack
|
||||
add esp, 4
|
||||
.exit:
|
||||
|
Reference in New Issue
Block a user