aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/http.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http.hrl b/include/http.hrl
index e6c37a9..20c63cb 100644
--- a/include/http.hrl
+++ b/include/http.hrl
@@ -65,5 +65,5 @@
buffer = <<>> :: binary(),
%% Response.
- resp_state = locked :: locked | waiting | done
+ resp_state = locked :: locked | waiting | chunks | done
}).