DescriptionSPDY: Fix flaky padding edge case.
The root cause of the flakiness is: during the processing of data frame, the
visitor should be informed if the FIN flag is set and there is no more data in
this frame. One corner case that has not been covered is when
remaining_data_length_ = remaining_padding_payload_length_ = 0, which does
happen when the data payload is empty (e.g., GET request) and the padding len
is exactly 1.
This lands server change 64513441 by raullenchai.
BUG=345769
Patch Set 1 #Patch Set 2 : Rebase only. #
Messages
Total messages: 2 (0 generated)
|