diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/http.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http.hrl b/include/http.hrl index 3178381..7691966 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -66,5 +66,5 @@ buffer = <<>> :: binary(), %% Response. - resp_state = locked :: locked | waiting | chunks | done + resp_state = waiting :: locked | waiting | chunks | done }). |