Skip to content
This repository has been archived by the owner. It is now read-only.

Gather all chunks of POST body before splitting #6

Closed
wants to merge 1 commit into from

Conversation

@rcrowley
Copy link

@rcrowley rcrowley commented Feb 16, 2012

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.
@rcrowley rcrowley closed this Feb 6, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.