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

Issue 14704005: UDP transient errors should not be fatal (Closed)

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

Description

UDP transient errors should not be fatal These two errors are not fatal: net::ERR_OUT_OF_MEMORY This is caused by ENOBUFS which means the buffer of the network interface is full net::ERR_CONNECTION_RESET This is caused by WSAENETRESET or WSAECONNRESET which means the last send resulted in an ICMP Port Unreachable message. BUG=237413 R=sergeyu@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197822

Patch Set 1 #

Patch Set 2 : done #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -2 lines) Patch
M content/browser/renderer_host/p2p/socket_host_udp.cc View 1 1 chunk +14 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Alpha Left Google
7 years, 7 months ago (2013-05-02 02:04:39 UTC) #1
Sergey Ulanov
Please copy comments from CL description to the code. LGTM otherwise.
7 years, 7 months ago (2013-05-02 02:08:45 UTC) #2
Alpha Left Google
Yeah updated comments in code.
7 years, 7 months ago (2013-05-02 02:12:31 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/14704005/4001
7 years, 7 months ago (2013-05-02 02:13:18 UTC) #4
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=35884
7 years, 7 months ago (2013-05-02 05:05:00 UTC) #5
Alpha Left Google
7 years, 7 months ago (2013-05-02 05:24:50 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r197822 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698