Skip to content

Commit

Permalink
Merge pull request #179 from Vlad-Shcherbina/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
frewsxcv committed Sep 2, 2020
2 parents 079d300 + e5a4d5b commit 325af94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/response.rs
Expand Up @@ -373,7 +373,7 @@ where
// checking whether to ignore the body of the response
let do_not_send_body = do_not_send_body
|| match self.status_code.0 {
// sattus code 1xx, 204 and 304 MUST not include a body
// status code 1xx, 204 and 304 MUST not include a body
100..=199 | 204 | 304 => true,
_ => false,
};
Expand Down

0 comments on commit 325af94

Please sign in to comment.