Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Issue 42681: After r12485, every POST request has an UploadData,... (Closed)

Created:
11 years, 9 months ago by wtc
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

After 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M net/http/http_network_transaction.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
wtc
11 years, 9 months ago (2009-03-27 00:33:41 UTC) #1
darin (slow to review)
11 years, 9 months ago (2009-03-27 06:24:05 UTC) #2
LGTM

Thanks for fixing this!

Powered by Google App Engine
This is Rietveld 408576698