You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`priority:critical` (b60205) — Security vulnerability or compilation failure affecting all users
61
+
-`priority:high` (d93f0b) — Data loss, memory leak, or panic in production
62
+
-`priority:medium` (fbca04) — Bug with available workaround
63
+
-`priority:low` (0e8a16) — Minor issue or feature request
56
64
57
65
### Needs Human Attention
58
66
-**#496** — Compilation failure: gin v1.12.0 pulls quic-go v0.59.0, but internal/http3/ uses removed `quic.ConnectionTracingID` API. High priority, breaks user builds.
59
67
-**#484** — Inconsistent error handling between client-level and request-level afterResponse middleware loops (request-level stops on first error, client-level doesn't). May warrant code change.
68
+
-**#457** — HTTP/3 race condition between AddConn and RoundTrip in modified `internal/http3/` code. Potential panic in high-traffic environments. Needs investigation of initOnce bypass.
69
+
-**#433** — Large file upload (100MB+) causes entire file to be buffered in memory (2x+ memory usage). Likely fix needed in middleware.go upload path.
60
70
61
71
---
62
72
@@ -110,4 +120,4 @@ All loops read from here and write back after execution. State is external, not
110
120
-#397: concurrent map read/write in parseRequestHeader — needs locking
111
121
-#457: HTTP/3 AddConn/RoundTrip race condition
112
122
-#376: HTTP/2 frequent errors (9 comments)
113
-
-50 open issues total, mostly feature requests and usage questions
123
+
-65 open issues total (25 now labeled), mostly feature requests and usage questions
0 commit comments