mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-02 05:15:41 +02:00
do not set default headers
This commit is contained in:
@@ -21,8 +21,8 @@ use tokio_timer::{sleep, Delay};
|
||||
use super::connection::{ConnectionType, IoConnection};
|
||||
use super::error::ConnectError;
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Clone, Copy, PartialEq)]
|
||||
/// Protocol version
|
||||
pub enum Protocol {
|
||||
Http1,
|
||||
Http2,
|
||||
|
Reference in New Issue
Block a user