Skip to content

Commit

Permalink
chore: update debian changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Oct 24, 2024
1 parent fefdef2 commit 72beacc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/shadowsocks-service/src/local/http/http_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 72beacc

Please sign in to comment.