mirror of
https://github.com/Doczom/simple-httpd.git
synced 2025-09-21 22:53:54 +02:00
Update to 0.2.5 version
- Added support for uploading a configuration file over a long path - Added support for special uri paths (using the "*" symbol) in the configuration for groups of similar uri paths - Added the function of reading the contents of an http request - Changed the format of the uri address in the configuration file - Added a request redirection module - Added a module for blocking access to files by url path - Updated documentation - Updated module examples
This commit is contained in:
@@ -27,7 +27,7 @@ unit_init:
|
||||
mov eax, 1 ;no zero return - module init successful
|
||||
.exit:
|
||||
pop edi esi
|
||||
ret 8
|
||||
ret 12
|
||||
|
||||
|
||||
server_entry:
|
||||
|
Reference in New Issue
Block a user