X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FMessage%2FParser.md;h=4cfdb19f764fa2711f28c268d9149f99dedd33d6;hb=9620c25e36f35fce0b77dedeedd97b6125b257ed;hp=6bb3fae36a3d87bf37733e644c90686fef46378b;hpb=4f57c61489737869d5c6aa0a5688a04a467536c2;p=mdref%2Fmdref-http diff --git a/http/Message/Parser.md b/http/Message/Parser.md index 6bb3fae..4cfdb19 100644 --- a/http/Message/Parser.md +++ b/http/Message/Parser.md @@ -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.