typo, parameter and type fixes
[mdref/mdref-http] / http / Message / Parser.md
index 6bb3fae36a3d87bf37733e644c90686fef46378b..4cfdb19f764fa2711f28c268d9149f99dedd33d6 100644 (file)
@@ -33,11 +33,13 @@ The parser which is underlying http\Message.
 * STATE_BODY_DUMB  
   Soaking up all input as body.
 * STATE_BODY_LENGTH  
-  Reading body as indicated by `Content-Lenght` or `Content-Range`.
+  Reading body as indicated by `Content-Length` or `Content-Range`.
 * STATE_BODY_CHUNKED  
   Parsing `chunked` encoded body.
 * STATE_BODY_DONE  
   Finished parsing the body.
+* STATE_UPDATE_CL  
+  Updating Content-Length based on body size.
 * STATE_DONE  
   Finished parsing the message.