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

Framed::is_write_buf_empty() checks if write buffer is flushed

This commit is contained in:
Nikolay Kim
2018-11-17 18:46:26 -08:00
parent 29fe995a02
commit 410204a41e
5 changed files with 22 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-net"
version = "0.2.2"
version = "0.2.3"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix net - framework for the compisible network services for Rust (experimental)"
readme = "README.md"