Router /user/events takes too long to respond #11067

Closed
opened 2025-11-02 09:26:40 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @hiifong on GitHub (Jun 20, 2023).

Description

2023/06/21 00:01:26 ...eb/routing/logger.go:102:func1() [I] router: completed GET /user/events for 127.0.0.1:38122, 200 OK in 1914521.9ms @ events/events.go:18(events.Events)

Gitea Version

v1.20+

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

./gitea web

Database

None

Originally created by @hiifong on GitHub (Jun 20, 2023). ### Description ```log 2023/06/21 00:01:26 ...eb/routing/logger.go:102:func1() [I] router: completed GET /user/events for 127.0.0.1:38122, 200 OK in 1914521.9ms @ events/events.go:18(events.Events) ``` ### Gitea Version v1.20+ ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? ./gitea web ### Database None
GiteaMirror added the issue/not-a-bug label 2025-11-02 09:26:40 -06:00
Author
Owner

@KN4CK3R commented on GitHub (Jun 20, 2023):

That endpoint is an event stream and the lifetime is no bug.

feda506321/routers/web/events/events.go (L18)

@KN4CK3R commented on GitHub (Jun 20, 2023): That endpoint is an event stream and the lifetime is no bug. https://github.com/go-gitea/gitea/blob/feda5063217b44a0b66e25726e8975795c308a87/routers/web/events/events.go#L18
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#11067