refactor(lib): remove build script features since minimum version is higher

This commit is contained in:
Sean McArthur
2018-09-28 12:02:21 -07:00
parent b0c132023c
commit 09156a70a6
6 changed files with 6 additions and 47 deletions

View File

@@ -2,8 +2,6 @@ use bytes::BytesMut;
use http::HeaderMap;
use http::header::{CONTENT_LENGTH, TRANSFER_ENCODING};
use http::header::{HeaderValue, OccupiedEntry, ValueIter};
#[cfg(not(__hyper_inherent_ascii))]
use std::ascii::AsciiExt;
pub fn connection_keep_alive(value: &HeaderValue) -> bool {
connection_has(value, "keep-alive")