Setting FlushInterval to low duration (httputil.ReverseProxy)

Is it a bad idea to set FlushInterval on a httputil.ReverseProxy to a low value like 1 * time.Second? Or even 500ms?

Apparently setting this duration low makes it possible to proxy server-sent events. Are there negative side-effects to using a frequent FlushInterval even when not proxying server-sent events?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.