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

@@ -422,7 +422,7 @@ pub enum Encoding {
/// The `chunked` encoding.
Chunked,
// TODO: implement this in `HttpReader`.
// TODO: #2 implement this in `HttpReader`.
/// The `gzip` encoding.
Gzip,
/// The `deflate` encoding.