Embedded Test Server doesn't handle send errors |
||
Issue descriptionThe test server in //net/test/embedded_test_server doesn't check the result of send operation expecting that connection will be closed anyway in |done| callback. This is not true for exabyte response, which posts new |send| callbacks instead.
,
May 21 2018
The problem that I was seeing was fixed by https://chromium-review.googlesource.com/c/chromium/src/+/1064395 I've got https://chromium-review.googlesource.com/c/chromium/src/+/1064496 in the works, but it doesn't fix the problem at hand AND breaks too many tests by changing callback signature to accept rv code. |
||
►
Sign in to add a comment |
||
Comment 1 by mef@chromium.org
, May 17 2018