forked from Ivasoft/traefik
chore: update to go1.19
This commit is contained in:
committed by
GitHub
parent
40d2421db9
commit
45453b20fa
@@ -20,7 +20,7 @@ func (t *staticTransport) RoundTrip(r *http.Request) (*http.Response, error) {
|
||||
|
||||
func BenchmarkProxy(b *testing.B) {
|
||||
res := &http.Response{
|
||||
StatusCode: 200,
|
||||
StatusCode: http.StatusOK,
|
||||
Body: io.NopCloser(strings.NewReader("")),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user