DescriptionparseHTTPHeaders should return the number of consumed bytes.
Currently parseHTTPHeaders returns (the number of consumed bytes - x) where
- x = 0 if it consumes an empty line
- x = 1 otherwise
This CL make parseHTTPHeaders always return the number of consumed bytes.
BUG=NONE
R=tyoshino
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175630
Patch Set 1 #
Total comments: 2
Messages
Total messages: 18 (0 generated)
|