From e8d74e19e16bff1dd381b18dc6afd6683b2e0960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Este-Gracias?= Date: Sun, 30 Oct 2016 12:54:11 +0100 Subject: [PATCH] Fix tests with last Shelf version --- lib/src/http_mock.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/http_mock.dart b/lib/src/http_mock.dart index 22b67e1..d05933b 100644 --- a/lib/src/http_mock.dart +++ b/lib/src/http_mock.dart @@ -13,6 +13,8 @@ class MockHttpHeaders implements HttpHeaders { ContentType _contentType; + bool chunkedTransferEncoding; + MockHttpHeaders([Map> values]) { if (values != null) { _headers.addAll(values);