the link of wsproto was not displayed right

I just fixed the link attached to wsproto.
This commit is contained in:
Vane11ope 2020-06-22 02:42:31 +09:00 committed by GitHub
parent e822d68e93
commit f7cc067724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,8 +55,7 @@ can enable it with: `http2_priority=true`.
[RFC7692: Compression Extensions for WebSocket](http://tools.ietf.org/html/rfc7692)
WebSocket support in mitmproxy is based on [wsproto]
(https://github.com/python-hyper/wsproto) project. It fully encapsulates
WebSocket support in mitmproxy is based on [wsproto](https://github.com/python-hyper/wsproto) project. It fully encapsulates
WebSocket frames/messages/connections and provides an easy-to-use event-based
API.