Skip to content

Commit 38bcc1c

Browse files
authored
Send TLS close_notify on graceful close (#65)
1 parent dbbdd69 commit 38bcc1c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.release-notes/close-notify.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Send TLS close_notify on graceful close
2+
3+
Closing a TLS connection now sends a `close_notify` alert before the TCP shutdown. Without it, the peer could not distinguish a clean close from a truncated stream (RFC 8446 §6.1).

corral.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"deps": [
1414
{
1515
"locator": "github.com/ponylang/lori.git",
16-
"version": "0.18.0"
16+
"version": "0.18.1"
1717
},
1818
{
1919
"locator": "github.com/ponylang/ssl.git",

0 commit comments

Comments
 (0)