hyung-hwan
  • Joined on 2022-12-21
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/hak 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/hak 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/hak 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
hyung-hwan pushed to main at hyung-hwan/hio 2023-02-20 08:08:54 +00:00
a2d047a676 fixed more issues in fcgi handling
hyung-hwan pushed to main at hyung-hwan/hio 2023-02-18 05:31:44 +00:00
439d9c1220 fixed the fcgi session management
hyung-hwan pushed to main at hyung-hwan/hio 2023-02-07 14:22:50 +00:00
10b8f75b1a fixed more fcgi bugs
hyung-hwan pushed to main at hyung-hwan/hio 2023-02-06 13:31:15 +00:00
99cf88a17a fixing fcgi issues
hyung-hwan pushed to main at hyung-hwan/hio 2023-01-31 16:15:27 +00:00
63fd89b1d7 some code clean up
hyung-hwan pushed to main at hyung-hwan/hio 2023-01-28 17:49:34 +00:00
0fc50261bc used AC_USE_SYSTEM_EXTENTIONS() in configure.ac
hyung-hwan pushed to main at hyung-hwan/hio 2023-01-27 15:41:57 +00:00
d3fdb4bed4 some code changes to get rid of compile warnings
hyung-hwan pushed to main at hyung-hwan/hio 2023-01-27 07:00:01 +00:00
3c46823832 improvied fcgic session untie handling
hyung-hwan pushed to main at hyung-hwan/hio 2023-01-24 16:45:40 +00:00
3874e2c43a wrote partially working fcgi handler