You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #479, there is now support for proxying a text/event-stream, but not any other stream type (video/data). From what I can tell, this was originally not possible because of the way RewritableResponse works.
With #479, there is now support for proxying a
text/event-stream
, but not any other stream type (video/data). From what I can tell, this was originally not possible because of the wayRewritableResponse
works.But with the new Stream Support, I don't see
RewritableResponse
used anywhere in the new implementation. Furthermore, the reference implementation ideonate/jhsingle-native-proxy/jhsingle_native_proxy/proxyhandlers.py#L249 has no restriction to the stream type and just exposes this as a configurable flag.So is there still any reason we currently only support
text/event-stream
, or could this be expanded?The text was updated successfully, but these errors were encountered: