add issue numbers to todos

This commit is contained in:
Sean McArthur
2014-09-03 10:55:21 -07:00
parent 055a783ef0
commit 1ceb468ec3
3 changed files with 8 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ impl Response {
match headers.get_ref::<TransferEncoding>() {
Some(&TransferEncoding(ref codings)) => {
if codings.len() > 1 {
debug!("TODO: handle other codings: {}", codings);
debug!("TODO: #2 handle other codings: {}", codings);
};
if codings.contains(&Chunked) {