fix(http2): add Date header if not present for HTTP2 server responses

This commit is contained in:
Sean McArthur
2018-10-08 17:52:08 -07:00
parent 3e12bccac0
commit 37ec724fd6
5 changed files with 149 additions and 36 deletions

View File

@@ -11,7 +11,7 @@ pub use self::io::Cursor; //TODO: move out of h1::io
pub use self::io::MINIMUM_MAX_BUFFER_SIZE;
mod conn;
mod date;
pub(super) mod date;
mod decode;
pub(crate) mod dispatch;
mod encode;