[PR #84] [MERGED] Feat/http3 #160

Closed
opened 2025-12-29 09:23:42 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: feat/http3


📝 Commits (5)

  • b9a831a chore(deps): update go-playground/validator to v10.26.0
  • 5ca2acb chore(deps): update Go version to 1.24.2 and dependencies, reorganize dependencies into categorized sections
  • ec62bb8 chore(deps): update Go version to 1.24.2 in Dockerfile
  • c15c3b0 refactor(agent): replace deprecated context import with standard context package
  • ac4b7e9 feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/yusing/godoxy/pull/84 **Author:** [@yusing](https://github.com/yusing) **Created:** 4/3/2025 **Status:** ✅ Merged **Merged:** 4/3/2025 **Merged by:** [@yusing](https://github.com/yusing) **Base:** `main` ← **Head:** `feat/http3` --- ### 📝 Commits (5) - [`b9a831a`](https://github.com/yusing/godoxy/commit/b9a831a23487f8626fbd2ff227c2fa44dc7fc289) chore(deps): update go-playground/validator to v10.26.0 - [`5ca2acb`](https://github.com/yusing/godoxy/commit/5ca2acb78a186d633a39a1c848ed729c44337e7f) chore(deps): update Go version to 1.24.2 and dependencies, reorganize dependencies into categorized sections - [`ec62bb8`](https://github.com/yusing/godoxy/commit/ec62bb8ac8cacd71922b76fe700bd7f1c05ea725) chore(deps): update Go version to 1.24.2 in Dockerfile - [`c15c3b0`](https://github.com/yusing/godoxy/commit/c15c3b0fa167a5266bce0f86aaa535e68232af80) refactor(agent): replace deprecated context import with standard context package - [`ac4b7e9`](https://github.com/yusing/godoxy/commit/ac4b7e949061defe86fa0011e22f414f97286ada) feat(http3): add HTTP/3 support and refactor server handling code into utility functions ### 📊 Changes **8 files changed** (+211 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 09:23:42 +01:00
adam closed this issue 2025-12-29 09:23:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy#160