Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pass response transformer type for cached stream response handler #527

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

VisargD
Copy link
Collaborator

@VisargD VisargD commented Aug 20, 2024

Title:

  • fix: pass response transformer type for cached stream response handler

Description: (optional)

  • For cached response handler, the request type should be passed so that responseHandler can map cached json response to valid text/event-stream response. This used to work earlier but it got removed in one of the recent releases

Motivation: (optional)

  • Fix cache behaviour for streaming request

Related Issues: (optional)

@VisargD VisargD merged commit 39f2118 into main Aug 20, 2024
1 check passed
@VisargD VisargD deleted the fix/use-res-transformer-for-cached-stream-response branch August 20, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: responseTransformer type is getting passed as undefined for cache response handler
1 participant