trpc-group / trpc-go

A pluggable, high-performance RPC framework written in golang
Other
742 stars 85 forks source link

http: improve stability of http test #168

Closed WineChord closed 2 months ago

WineChord commented 2 months ago

Fixes #

https://github.com/trpc-group/trpc-go/actions/runs/8682142411/job/23806165703?pr=167

image

TestHTTPGotConnectionRemoteAddr will occasionally fail because TestCheckRedirect does not restore the modification of CheckRedirect.

RELEASE NOTES: NONE