GoDoxy/internal/net/gphttp
Yuzerion 4a8bd48ad5
Some checks are pending
Docker Image CI (socket-proxy) / build (push) Waiting to run
fix: optimize memory usage, fix agent and code refactor (#118)
* refactor: simplify io code and make utils module independent

* fix(docker): agent and socket-proxy docker event flushing with modified reverse proxy handler

* refactor: remove unused code

* refactor: remove the use of logging module in most code

* refactor: streamline domain mismatch check in certState function

* tweak: use ecdsa p-256 for autocert

* fix(tests): update health check tests for invalid host and add case for port in host

* feat(acme): custom acme directory

* refactor: code refactor and improved context and error handling

* tweak: optimize memory usage under load

* fix(oidc): restore old user matching behavior

* docs: add ChatGPT assistant to README

---------

Co-authored-by: yusing <yusing@6uo.me>
2025-05-25 09:45:57 +08:00
..
gpwebsocket fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
httpheaders feat(socket-proxy): implement Docker socket proxy and related configurations 2025-05-10 09:47:03 +08:00
loadbalancer fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
middleware fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
reverseproxy fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
server fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
body.go fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
content_type.go fix(http): content type detection 2025-05-04 16:18:46 +08:00
content_type_test.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
default_client.go merge: better favicon handling 2025-04-24 15:34:47 +08:00
error.go refactor: improve error handling and response formatting in API 2025-05-03 17:41:10 +08:00
logging.go fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
methods.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
modify_response_writer.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
serve_mux.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
status_code.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
transport.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00