mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 14:23:33 +01:00
[PR #84] [MERGED] Feat/http3 #160
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/yusing/godoxy/pull/84
Author: @yusing
Created: 4/3/2025
Status: ✅ Merged
Merged: 4/3/2025
Merged by: @yusing
Base:
main← Head:feat/http3📝 Commits (5)
b9a831achore(deps): update go-playground/validator to v10.26.05ca2acbchore(deps): update Go version to 1.24.2 and dependencies, reorganize dependencies into categorized sectionsec62bb8chore(deps): update Go version to 1.24.2 in Dockerfilec15c3b0refactor(agent): replace deprecated context import with standard context packageac4b7e9feat(http3): add HTTP/3 support and refactor server handling code into utility functions📊 Changes
8 files changed (+211 additions, -62 deletions)
View changed files
📝
Dockerfile(+1 -1)📝
agent/pkg/agent/config.go(+1 -1)📝
agent/pkg/agent/requests.go(+1 -1)📝
go.mod(+55 -17)📝
go.sum(+26 -4)📝
internal/common/env.go(+2 -0)📝
internal/net/gphttp/server/server.go(+50 -38)➕
internal/net/gphttp/server/utils.go(+75 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.