1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

Fix buffer remaining capacity calcualtion

This commit is contained in:
Nikolay Kim
2019-12-09 21:50:36 +06:00
parent 35218a4df1
commit 8b3062cd6e
3 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-codec"
version = "0.2.0-alpha.3"
version = "0.2.0-alpha.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]