Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.14.2' into 'main'
Browse files Browse the repository at this point in the history
修复 /extender/ 不能正确跳转到 /extender的bug

See merge request goku/eosc!124
  • Loading branch information
hmzzrcs committed Jul 17, 2023
2 parents bf01983 + 73f92ad commit 1a61fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions process-master/unix-proxy/unix_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func (uc *UnixClient) ServeHTTP(w http.ResponseWriter, request *http.Request) {
defer func() {
response.Body.Close()
}()
w.WriteHeader(response.StatusCode)
for k, vs := range response.Header {
for _, v := range vs {
w.Header().Add(k, v)
Expand Down

0 comments on commit 1a61fbf

Please sign in to comment.