mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-29 01:44:19 +00:00
Add eof
This commit is contained in:
parent
69fac360ba
commit
68d7cf1f91
10 changed files with 10 additions and 10 deletions
|
@ -201,4 +201,4 @@ func (m *RegisterModifier) ModifyRequest(req *http.Request) (*http.Request, erro
|
|||
}
|
||||
|
||||
return req, nil
|
||||
}
|
||||
}
|
||||
|
|
|
@ -307,4 +307,4 @@ func skipHeader(h string) bool {
|
|||
return true
|
||||
}
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
|
|
@ -106,4 +106,4 @@ func (t *sseTransport) RoundTrip(req *http.Request) (*http.Response, error) {
|
|||
// Replace the response body with our modified pipe
|
||||
resp.Body = pr
|
||||
return resp, nil
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue