hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-26 16:42:50 +00:00
bb99ebb83d simplified setup_for_content_len() in some files
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-26 14:46:51 +00:00
e5d0946c5f touched up the file handler in http-file.c
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-25 18:01:53 +00:00
e54867e42e touched up http file handler
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-19 18:01:47 +00:00
cb15015ffc cleaned up code in http-cgi.c
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-18 20:04:54 +00:00
cbcc33554a refactoring htts with common code pushed to http-svr.c
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-11 03:54:53 +00:00
e92c41a596 added some common response handling functions for htts
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-10 17:32:47 +00:00
86fc103711 added hio_svc_htts_task_startreshdr(), hio_svc_htts_task_endreshdr() and others
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-09 16:30:04 +00:00
933d03fe27 shorted code a bit by creating a new function hio_svc_htts_task_buildfinalres()
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-05 18:27:55 +00:00
bafad8ceab moved the csck field to the task header
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-05 15:40:48 +00:00
490591ca32 added hio_parse_http_status_header_value()
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-04 16:14:09 +00:00
47b1ac034d renamed thr_task to thr in http-thr.c
6ee1c2d66c renamed thr to peer in http-thr.c
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-04 15:55:35 +00:00
0ed8b13259 moved more htts task fields to the header side
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-04 11:26:52 +00:00
ba037f1c71 moved the req_method and req_version to the task header part as task_req_method and task_req_version respectively
hyung-hwan pushed to main at hyung-hwan/playground 2023-02-22 07:28:35 +00:00
3046fcdcee adding web.yml
hyung-hwan pushed to main at hyung-hwan/hcl 2023-02-21 16:18:26 +00:00
8f9068c4d3 renamed included to includee
065147c97d changed AC_CONFIG_HEADER to AC_CONFIG_HEADERS in configure.ac
4020a2401b some code cleanup
118356650a attempted to get rid of hcl_readbaseiochar()
cc07e0f58e renamed hcl_readchar() to chl_readbaseinchar().
Compare 578 commits »
hyung-hwan pushed to h2 at hyung-hwan/hcl 2023-02-21 16:16:04 +00:00
695c55d8a7 some ada experiments...
3f9d6d9e59 a few lines of useless code
a5d83f52bb some more code
7fd7a82104 adding more experimental code
e5157250fe adding Parse_Data record definition
Compare 10 commits »
hyung-hwan created branch h2 in hyung-hwan/hcl 2023-02-21 16:16:03 +00:00
hyung-hwan pushed to main at hyung-hwan/hio 2023-02-20 16:08:49 +00:00
d055e7b0d5 moved becbuf from hio to htts
hyung-hwan pushed to main at hyung-hwan/hio 2023-02-20 16:07:34 +00:00
ce4edd3f0e moved becbuf from hio to htts
hyung-hwan pushed to main at hyung-hwan/hio 2023-02-20 12:01:23 +00:00
2ecfc9be39 fixed a bug in keepalive handling in fcgi task by having a write callback to fcgi server