HttpStreamFactoryImpl::Job::OnWebSocketHandshakeStreamReady is called with incorrect SSLConfig |
||||
Issue descriptionnet::HttpStreamFactoryImpl::Job::OnWebSocketHandshakeStreamReady() is called from net::HttpStreamFactoryImpl::Job::OnWebSocketHandshakeStreamReadyCallback(). server_ssl_config_ is passed as the SSLConfig parameter, however the actual SSLConfig used for WebSockets is a modified version of this: https://cs.chromium.org/chromium/src/net/http/http_stream_factory_impl_job.cc?q=websocket_server_ssl_config The only difference between the two is that alpn_protos is cleared in the WebSocket version, but it is probably worth investigating whether this actually matters or not.
,
Nov 10 2017
,
Nov 12
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Nov 13
|
||||
►
Sign in to add a comment |
||||
Comment 1 by sheriffbot@chromium.org
, Nov 9 2017Status: Untriaged (was: Available)