diff --git a/crates/shadowsocks-service/src/local/http/http_client.rs b/crates/shadowsocks-service/src/local/http/http_client.rs index 301b7b89cd83..275bf02378b9 100644 --- a/crates/shadowsocks-service/src/local/http/http_client.rs +++ b/crates/shadowsocks-service/src/local/http/http_client.rs @@ -12,7 +12,6 @@ use std::{ time::{Duration, Instant}, }; -use bson::doc; use http::{header::InvalidHeaderValue, HeaderValue, Method as HttpMethod, Uri, Version as HttpVersion}; use hyper::{ body::{self, Body}, diff --git a/debian/changelog b/debian/changelog index eb7f0640de19..554518f09ec4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +shadowsocks-rust (1.21.2) unstable; urgency=medium + + ## Bug Fixes + + - #1730 `local-http`: HTTP Client removes Authority from Request URI only for HTTP/1.x + shadowsocks-rust (1.21.1) unstable; urgency=medium ## Bug Fixes