DescriptionAfter r12485, every POST request has an UploadData, even if
no data needs to be uploaded, so that we can set the
identifier field in UploadData.
So we should now enter the STATE_WRITE_BODY state only if
request_body_stream_ has a nonzero size, so that we won't
call connection_.socket()->Write() with zero bytes.
R=darin
BUG=9347
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12660
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|