This commit is contained in:
Francis Lavoie 2026-04-13 05:03:05 -04:00
parent b68e9bfdd4
commit daea7788ad
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View File

@ -86,12 +86,12 @@ func TestReverseProxyReloadStressUpgradedStreamsHeapProfiles(t *testing.T) {
}
type stressRunResult struct {
streamCount int
aliveAfterReloads int
streamCount int
aliveAfterReloads int
aliveBeforeDelayExpiry int // only meaningful for close_delay mode
beforeReload heapSnapshot
midReload heapSnapshot // after all reloads, before delay expiry clean-up
afterReload heapSnapshot // after all streams have been fully cleaned up
beforeReload heapSnapshot
midReload heapSnapshot // after all reloads, before delay expiry clean-up
afterReload heapSnapshot // after all streams have been fully cleaned up
}
type heapSnapshot struct {

View File

@ -246,7 +246,7 @@ func (h *Handler) handleH2UpgradeTunnel(
var (
toBackend int64
fromBackend int64
result = "closed"
result string
)
// when a stream timeout is encountered, no error will be read from errc