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

Commits on Feb 16, 2012

  1. Gather all chunks of POST body before splitting.

    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 committed Feb 16, 2012
You can’t perform that action at this time.