Skip to content

Commit 4315973

Browse files
committed
Update lori dependency from 0.7.2 to 0.8.1
lori 0.8.0 introduced a regression where _on_connection_failure() could fire spuriously after hard_close() on an already-connected session (ponylang/lori#183). This caused the TerminateSentOnClose test to crash. lori 0.8.1 fixes this by restoring _connected to the outer guard in _try_shutdown(). Skipping 0.8.0 entirely since it had this known bug.
1 parent 766cff1 commit 4315973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SSL version is mandatory. Tests run with `--sequential`. Integration tests requi
1818
## Dependencies
1919

2020
- `ponylang/ssl` 2.0.0 (MD5 password hashing, SCRAM-SHA-256 crypto primitives via `ssl/crypto`, SSL/TLS via `ssl/net`)
21-
- `ponylang/lori` 0.7.2 (TCP networking, STARTTLS support)
21+
- `ponylang/lori` 0.8.1 (TCP networking, STARTTLS support)
2222

2323
Managed via `corral`.
2424

corral.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"deps": [
66
{
77
"locator": "github.com/ponylang/lori.git",
8-
"version": "0.7.2"
8+
"version": "0.8.1"
99
},
1010
{
1111
"locator": "github.com/ponylang/ssl.git",

0 commit comments

Comments
 (0)