Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-1.28] internal/dag: 0s HTTPRoute timeout disables the timeout #6379

Conversation

skriss
Copy link
Member

@skriss skriss commented Apr 23, 2024

In Gateway API, a timeout specified as 0s (or any
other explicitly zero-valued duration string) should disable the timeout rather than use the default
value.

Backport of #6375

In Gateway API, a timeout specified as 0s (or any
other explicitly zero-valued duration string) should
disable the timeout rather than use the default
value.

Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
@skriss skriss requested a review from a team as a code owner April 23, 2024 16:14
@skriss skriss requested review from tsaarni and sunjayBhatia and removed request for a team April 23, 2024 16:14
@sunjayBhatia sunjayBhatia requested review from a team, davinci26 and izturn and removed request for a team April 23, 2024 16:20
Copy link

codecov bot commented Apr 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.52%. Comparing base (2ed4c0f) to head (222da6e).

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##           release-1.28    #6379   +/-   ##
=============================================
  Coverage         79.51%   79.52%           
=============================================
  Files               142      142           
  Lines             16244    16246    +2     
=============================================
+ Hits              12917    12919    +2     
  Misses             3014     3014           
  Partials            313      313           
Files Coverage Δ
internal/dag/gatewayapi_processor.go 93.33% <100.00%> (+0.01%) ⬆️

Copy link
Member

@sunjayBhatia sunjayBhatia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, though github says this might need a rebase

@skriss skriss enabled auto-merge (squash) April 30, 2024 18:30
@skriss skriss merged commit 1d05a46 into projectcontour:release-1.28 Apr 30, 2024
19 checks passed
@skriss skriss deleted the pr-release-1.28-gwapi-disable-timeouts branch May 2, 2024 19:23
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.

None yet

2 participants