# | Line 94 | Line 94 | void FeepingCreaturism::parse() | |
---|---|---|
94 | std::streamsize length(lexical_cast<std::streamsize>(env.get("CONTENT_LENGTH"))); | |
95 | char* content(new char[length]); | |
96 | ||
97 | < | api::Cin.Read(content, length); |
97 | > | api::Cin.ReadFully(content, length); |
98 | query.write(content, length); | |
99 | ||
100 | delete [] content; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |