Refactor io timers (#258)

* Tune logging

* Refactor io timers

* Refactor http h1 dispatcher
This commit is contained in:
Nikolay Kim 2023-11-30 00:37:55 +06:00 committed by GitHub
parent ae766a5629
commit 5e7f3259e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 366 additions and 225 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-io"
version = "0.3.11"
version = "0.3.12"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]