(fix) abstract is now a reserved word.

This commit is contained in:
Stanislav Panferov
2014-10-10 10:09:26 +04:00
parent a70a12dd89
commit d5e33ca9db
5 changed files with 6 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ impl Response<Fresh> {
status: status::Ok,
version: version::Http11,
headers: header::Headers::new(),
body: ThroughWriter(BufferedWriter::new(stream.abstract()))
body: ThroughWriter(BufferedWriter::new(stream.dynamic()))
}
}