-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I think the idea of enabling middleware to just receive the head of a request, and forward it, and only have the final recipient return a response (link) is a great idea (out of curiosity, did you come up with that or did you get it from somewhere else?)
However, I see an issue with the current implementation: AFAICT, only the last lazy_load_blob received by a process is remembered by the kernel. So what if the middleware needs to make another request before forwarding that lazy_load_blob to the next destination, e.g. to fetch some info?
Metadata
Metadata
Assignees
Labels
No labels