blob: 20cff9403243eaa13fc332ba11f26ac1b0cee59f [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
def web_socket_do_extra_handshake(request):
# Stall until the connection is closed.
request.connection.read(4096)
def web_socket_transfer_data(request):
pass