Chromium Code Reviews| Index: sdk/lib/io/http.dart |
| diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart |
| index bacd50e4e60cb407005958ab5b30c1511a09013e..853b8581dc7a540144728dd33e5e04999117a9ce 100644 |
| --- a/sdk/lib/io/http.dart |
| +++ b/sdk/lib/io/http.dart |
| @@ -393,6 +393,11 @@ abstract class HttpHeaders { |
| * Gets and sets the persistent connection header value. |
| */ |
| bool persistentConnection; |
| + |
| + /** |
| + * Gets and sets the chunked transfer encoding header value. |
| + */ |
| + bool chunkedTransferEncoding; |
| } |