1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-28 07:47:49 +02:00

Merge branch 'master' of github.com:actix/actix-web

This commit is contained in:
Nikolay Kim
2018-01-20 16:12:51 -08:00
21 changed files with 44 additions and 44 deletions

View File

@@ -660,7 +660,7 @@ enum TransferEncodingKind {
Length(u64),
/// An Encoder for when Content-Length is not known.
///
/// Appliction decides when to stop writing.
/// Application decides when to stop writing.
Eof,
}