We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cad5b4 + b7b70c8 commit ea22b4fCopy full SHA for ea22b4f
src/server/encode.rs
@@ -71,7 +71,7 @@ impl Read for Encoder {
71
72
impl Encoder {
73
/// Create a new instance of Encoder.
74
- pub fn new(res: Response, method: Method) -> Self {
+ pub fn new(res: Response) -> Self {
75
Self {
76
res,
77
depth: 0,
0 commit comments