[Webkit-unassigned] [Bug 31465] New: In testing handshake-error case, web_socket_do_extra_handshake calls non-existent method
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 13 01:18:38 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31465
Summary: In testing handshake-error case,
web_socket_do_extra_handshake calls non-existent
method
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: yuzo at google.com
In testing handshake-error case, web_socket_do_extra_handshake calls
non-existent method and the following error is raised:
WARNING:root:mod_pywebsocket: web_socket_do_extra_handshake raised exception:
Traceback (most recent call last):
File
"/Users/yuzo/src/chromium/src/third_party/pywebsocket/mod_pywebsocket/dispatch.py",
line 163, in do_extra_handshake
do_extra_handshake_(request)
File "<string>", line 34, in web_socket_do_extra_handshake
AttributeError: '_StandaloneRequest' object has no attribute 'write'
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list