From 8b02992e6abd63eab0aafe0d762c38dbbbb757b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 21 Mar 2011 17:26:00 +0100 Subject: Skip the request body if it hasn't been read by the handler. --- include/http.hrl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/http.hrl') diff --git a/include/http.hrl b/include/http.hrl index e0fe4f6..e4b9716 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -32,6 +32,9 @@ headers = [] :: http_headers(), %% cookies = undefined :: undefined | http_cookies() %% @todo + %% Request body. + body_state = waiting :: waiting | done, + %% Response. resp_state = locked :: locked | waiting | done }). -- cgit v1.2.3