This commit is contained in:
Chiran Fernando 2025-04-07 00:27:59 +05:30
parent 69fac360ba
commit 68d7cf1f91
10 changed files with 10 additions and 10 deletions

View file

@ -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
}
}