Commit Graph

18 Commits

Author SHA1 Message Date
76f42800a5 fixed various bugs in http server handlers
regenrated build files
2023-11-18 16:31:24 +09:00
aef6a81380 defined. hio_svc_htts_getoption() and hio_svc_htts_getoption(). implementation to be written 2023-11-17 09:42:59 +09:00
db8f091b32 fixed a wrong cleanup bug in lib/pro.c
fixed the bugs in various http request handlers
2023-11-16 19:20:50 +09:00
50df17b410 wrote some code for http proxy support - not complete 2023-03-30 15:34:32 +09:00
0f910de1a6 refactored code in http-txt.c 2023-03-29 01:24:20 +09:00
cbcc33554a refactoring htts with common code pushed to http-svr.c 2023-03-19 05:04:32 +09:00
933d03fe27 shorted code a bit by creating a new function hio_svc_htts_task_buildfinalres() 2023-03-10 01:27:08 +09:00
bafad8ceab moved the csck field to the task header 2023-03-06 03:27:42 +09:00
0ed8b13259 moved more htts task fields to the header side 2023-03-05 00:55:15 +09:00
ba037f1c71 moved the req_method and req_version to the task header part as task_req_method and task_req_version respectively 2023-03-04 20:26:38 +09:00
99cf88a17a fixing fcgi issues 2023-02-06 22:30:56 +09:00
d3fdb4bed4 some code changes to get rid of compile warnings 2023-01-28 00:41:44 +09:00
a7dde21b4d fixed more issue in multiple http task handlers 2023-01-15 00:59:43 +09:00
eb1f8af86b renamed rsrc to task in the htts service 2023-01-12 00:41:01 +09:00
97133f8c12 fixed quite some segmentation faults in http-thr.c.
similar fixes must be done on other task implementations such as http-file.c
2023-01-11 23:59:41 +09:00
b864800a71 substituted HIO_MEMMOVE() for HIO_MEMCPY() in delete_attribute in lib/rad-msg.c 2023-01-02 07:01:50 +00:00
855e0fb88e enabled the http file handler to accept POST, PUT, DELETE 2022-10-10 01:41:07 +09:00
384925992c moved all files to the top-level 2022-10-02 19:30:14 +09:00