louketo / louketo-proxy

A OpenID / Proxy service
Apache License 2.0
950 stars 343 forks source link

Does not work well with SSE (server sent events) #687

Open JeremyMahieu opened 3 years ago

JeremyMahieu commented 3 years ago

Does not work well with SSE (server sent events)

Summary

When proxying SSE traffic, it often doesn't work or is slow and events only come in occasionally and all at a a time.

Environment

Built the docker containter with the current git repository

Expected Results

Normal SSE traffic

Actual Results

Slow traffic. Often no events for half a minute and then get all events at once.

Steps to reproduce

Set up a service that has SSE traffic and see if it works properly. I tested with flood-ui for rtorrent.

JeremyMahieu commented 3 years ago

see https://github.com/coreos/goproxy/issues/5