MCPcopy Index your code
hub / github.com/python-websockets/websockets / InvalidUpgrade

Class InvalidUpgrade

src/websockets/exceptions.py:310–314  ·  view source on GitHub ↗

Raised when the Upgrade or Connection header isn't correct.

Source from the content-addressed store, hash-verified

308
309
310class InvalidUpgrade(InvalidHeader):
311 """
312 Raised when the Upgrade or Connection header isn't correct.
313
314 """
315
316
317class NegotiationError(InvalidHandshake):

Callers 5

process_responseMethod · 0.85
process_requestMethod · 0.85
check_requestFunction · 0.85
check_responseFunction · 0.85
test_strMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_strMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…