Files
godoxy/internal
yusing 2a6ad90b72 fix(entrypoint): return nil map from compileInboundMTLSProfiles on error
compileInboundMTLSProfiles now returns a nil map when compilation fails,
instead of a partially populated map alongside the error. This avoids
callers accidentally using incomplete state when err != nil.

Add TestCompileInboundMTLSProfilesReturnsNilMapOnError for a mixed ok/bad
profile map. Reformat fakeHTTPRoute stub methods in the test file.
2026-04-13 16:46:34 +08:00
..
2026-02-21 12:56:51 +08:00