Skip to content

Commit

Permalink
TUN-8621: Fix cloudflared version in change notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
GoncaloGarcia committed Sep 10, 2024
1 parent a29184a commit 3ac69f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2024.9.1
## 2024.9.0
### Bug Fixes
- We fixed a bug related to `--grace-period`. Tunnels that use QUIC as transport weren't abiding by this waiting period before forcefully closing the connections to the edge. From now on, both QUIC and HTTP2 tunnels will wait for either the grace period to end (defaults to 30 seconds) or until the last in-flight request is handled. Users that wish to maintain the previous behavior should set `--grace-period` to 0 if `--protocol` is set to `quic`. This will force `cloudflared` to shutdown as soon as either SIGTERM or SIGINT is received.

Expand Down

0 comments on commit 3ac69f2

Please sign in to comment.