| Index: mojo/services/network/public/interfaces/http_connection.mojom
|
| diff --git a/mojo/services/network/public/interfaces/http_connection.mojom b/mojo/services/network/public/interfaces/http_connection.mojom
|
| index 1733ed22d39151f7d1f52b3fc8cfc295af48dd1c..2cb79bd9ee7b384a249ef4d4e1dd03a0f50d6a6e 100644
|
| --- a/mojo/services/network/public/interfaces/http_connection.mojom
|
| +++ b/mojo/services/network/public/interfaces/http_connection.mojom
|
| @@ -28,6 +28,13 @@ interface HttpConnectionDelegate {
|
| // WebSocket should be written to the producer end of the |send_stream|.
|
| // |web_socket| will be already connected. There is no need to call Connect()
|
| // on it. But |client| will still receive a DidConnect() notification.
|
| + //
|
| + // NOTE: WebSocket server support is not fully implemented. For now the
|
| + // following are not supported:
|
| + // - negotiating subprotocol or extension;
|
| + // - fragmented or non-text messages;
|
| + // - failure or close notification;
|
| + // - flow control.
|
| OnReceivedWebSocketRequest(HttpRequest request)
|
| => (WebSocket&? web_socket,
|
| handle<data_pipe_consumer>? send_stream,
|
|
|