Skip to content

fix for: Catchall route with return-value handler causes 404 on subsequent requests on a keep-alive connection#1183

Merged
gittiver merged 1 commit into
masterfrom
1181-catchall-route-with-return-value-handler-causes-404-on-subsequent-requests-on-a-keep-alive-connection
May 11, 2026
Merged

fix for: Catchall route with return-value handler causes 404 on subsequent requests on a keep-alive connection#1183
gittiver merged 1 commit into
masterfrom
1181-catchall-route-with-return-value-handler-causes-404-on-subsequent-requests-on-a-keep-alive-connection

Conversation

@gittiver
Copy link
Copy Markdown
Member

removed response.end() call from catchall handlers, as it is called externally now.
added regressiontest from bug report too.

…xternally now.

added regressiontest from bug report too.
@gittiver gittiver requested review from The-EDev and mrozigor May 10, 2026 21:36
@gittiver gittiver merged commit d3bd3cc into master May 11, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Catchall route with return-value handler causes 404 on subsequent requests on a keep-alive connection

1 participant