Skip to content

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 23 Jul 23:50

Added

  • ws/wss in the built-in scheme→port table (80/443). WebSocket schemes
    (RFC 6455) ride the HTTP/HTTPS ports but are absent from /etc/services, so
    get_default_port("wss") previously returned None and every websocket
    consumer had to register_port them. http/https remain canonical for
    80/443.

Full Changelog: v0.0.1...v0.0.2