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

Issue 13926013: Fix P2PSocketHostTcp to handle async write correctly. (Closed)

Created:
7 years, 8 months ago by Sergey Ulanov
Modified:
7 years, 8 months ago
Reviewers:
Alpha Left Google
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Fix P2PSocketHostTcp to handle async write correctly. Previously P2PSocketHostTcp was calling Write() even when another write is pending. BUG=232046 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194628

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -5 lines) Patch
M content/browser/renderer_host/p2p/socket_host_tcp.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp.cc View 4 chunks +8 lines, -2 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_test_utils.h View 6 chunks +36 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Sergey Ulanov
7 years, 8 months ago (2013-04-17 01:58:30 UTC) #1
Alpha Left Google
LGTM. Does P2PSocketHostTcpServer has the same problem?
7 years, 8 months ago (2013-04-17 02:06:27 UTC) #2
Sergey Ulanov
On 2013/04/17 02:06:27, Alpha wrote: > LGTM. > > Does P2PSocketHostTcpServer has the same problem? ...
7 years, 8 months ago (2013-04-17 05:09:09 UTC) #3
Sergey Ulanov
7 years, 8 months ago (2013-04-17 17:50:01 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r194628 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698