Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Gather all chunks of POST body before splitting #6
Conversation
The boundary between chunks is not guaranteed to fall at the end of a PUTVAL line. The worst possible place this boundary can fall is in the value. In this case, the truncated line will pass putval_re and be loaded into Graphite with an incorrect value.
The boundary between chunks is not guaranteed to fall at the end of a PUTVAL line.
The worst possible place this boundary can fall is in the value. In this case, the truncated line will pass putval_re and be loaded into Graphite with an incorrect value.