Commit Graph

12 Commits

Author SHA1 Message Date
9c4ac732ee fix: close connection on TCP/IP request timeout
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
2025-11-27 22:51:34 +07:00
9f18cfa954 fix: remove timeouts from HTTP/HTTPS handlers and improve concurrency
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 3m40s
2025-07-21 19:54:17 +07:00
4a25627ab5 fix: using close channel when attempting to close session
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 3m35s
2025-07-21 16:36:05 +07:00
66f1492466 refactor: remove unuse variable and channel 2025-07-21 12:10:08 +07:00
5350bc13a9 refactor: optimize HTTP header parsing 2025-04-08 12:59:58 +07:00
4912aafe65 update: implement tls server 2025-04-05 23:27:32 +07:00
221adf9581 update: use raw TCP for HTTP server 2025-04-02 23:27:39 +07:00
af6c6ba8a6 fix: handle closed connection access to prevent runtime error 2025-02-08 18:33:43 +07:00
1508ade537 feat: add TLS support 2025-02-07 21:21:29 +07:00
d5829ffd0d feat: log incoming requests to the user's terminal 2025-02-07 18:30:23 +07:00
dfc57cf542 update: improve http tunnel and slug extraction from domain 2025-02-07 16:32:30 +07:00
8a1604fde8 refactor: separate core components and improve session & server handling 2025-02-06 22:14:13 +07:00