Skip to content

Add support for DEADLINE_EXCEEDED#267

Open
anavarr wants to merge 1 commit into
eclipse-vertx:mainfrom
anavarr:main
Open

Add support for DEADLINE_EXCEEDED#267
anavarr wants to merge 1 commit into
eclipse-vertx:mainfrom
anavarr:main

Conversation

@anavarr

@anavarr anavarr commented May 5, 2026

Copy link
Copy Markdown

When a deadline expires, the underlying HTTP/2 stream is reset with CANCELLED (the only applicable HTTP/2 error code). VertxClientCall now checks deadline.isExpired() before closing and returns DEADLINE_EXCEEDED when appropriate.

Problem was found in Quarkus quarkusio/quarkus#53627 (comment).

@vietj vietj added this to the 5.1.0 milestone May 14, 2026
@vietj vietj modified the milestones: 5.1.0, 5.1.1, 5.1.2 May 31, 2026
@vietj vietj modified the milestones: 5.1.2, 5.1.3 Jun 8, 2026
@vietj vietj modified the milestones: 5.1.3, 5.1.4 Jun 23, 2026
@vietj vietj modified the milestones: 5.1.4, 5.1.5, 5.1.6 Jul 7, 2026
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.

2 participants