Raised when the Upgrade or Connection header isn't correct.
| 308 | |
| 309 | |
| 310 | class InvalidUpgrade(InvalidHeader): |
| 311 | """ |
| 312 | Raised when the Upgrade or Connection header isn't correct. |
| 313 | |
| 314 | """ |
| 315 | |
| 316 | |
| 317 | class NegotiationError(InvalidHandshake): |
no outgoing calls
searching dependent graphs…