mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 14:07:55 -09:00
48ef04ee56
A previous commit that sent unauthorized if the user is unauthorized simply leads to the repeated reopening of the eventsource. # This PR changes the event returned to tell the client to close the eventsource and thus prevents the repeated reopening. Signed-off-by: Andrew Thornton <art27@cantab.net>