apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

fix: nil resp if no need to forward #261

Closed ShiKaiWi closed 1 year ago

ShiKaiWi commented 1 year ago

Rationale

The response is nil if there is no need to do http fowarding.

Detailed Changes

Only close the resp body if the http request needs forward.

Test Plan

Manual test.