vapor / websocket-kit

WebSocket client library built on SwiftNIO
https://docs.vapor.codes/4.0/advanced/websockets/
MIT License
272 stars 79 forks source link

Fix URI and configuration when using proxy #149

Open CWftw opened 6 months ago

CWftw commented 6 months ago

This fixes 2 bugs

  1. 147 URI formatting is wrong when using proxy

  2. Configuration, e.g. tlsConfiguration is not used when using proxy