Skip to content

Commit

Permalink
fix keepalive
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-kali-team committed Nov 4, 2024
1 parent 2d56f03 commit 95f1cbc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log

<!-- next-header -->
## [2024.11.5] - 2024.11.5

### Fixes

- fix keepalive
- fix http version line read

## [2024.10.9] - 2024.10.9

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jsonpath-rust = "0.7.2"
rustc_lexer = "0.1.0"
serde_json = "1"
#git = "https://github.com/emo-crab/slinger",
slinger = { version = "0.1.12", features = [
slinger = { version = "0.1.14", features = [
"serde",
"cookie",
"tls",
Expand Down

0 comments on commit 95f1cbc

Please sign in to comment.