DescriptionWebSocket Pepper API: the second Close() should not return error code.
The WebSocket API defines that call to Close() on CLOSED state must do nothing
and cause no error. Currently Pepper API returns PP_ERROR_INPROGRESS. This
error code is confusing. We should return PP_OK here.
BUG=124866
TEST=browser_tests --gtest_filter='*WebSocket*'
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133894
Patch Set 1 #
Total comments: 6
Patch Set 2 : fix grammar nits #
Messages
Total messages: 5 (0 generated)
|