Point72 / csp

csp is a high performance reactive stream processing library, written in C++ and Python
https://github.com/Point72/csp/wiki
Apache License 2.0
150 stars 27 forks source link

Auto resolve port based on protocol #265

Closed wrieg123 closed 2 weeks ago

wrieg123 commented 1 month ago

python's urllib.parse.parseurl will set the response's port to None if not set; this PR will resolve the port (if unset) based on the websocket protocol