apoorvajagtap
ce903f6d1d
Reverts to v1.5.0
...
This commit reverts the changes back till 8983b96324
.
And inherits the README.md changes of 931041c5ee
Relates to:
- https://github.com/gorilla/websocket/issues/880#issuecomment-2081189055
2024-06-13 23:18:03 -04:00
merlin
4a5e66f763
make tests parallel
2024-01-21 22:46:55 -05:00
Jérôme Bernard
71fa72d484
Replace parseURL() with net/url.Parse() ( #290 )
2017-10-12 19:08:58 -07:00
Gary Burd
3986be78bf
Split raw query from opaque in URL parser
...
Prior to this change, the client passed query strings from the
application to the network via the net/url#URL.Opaque field. This works,
but may not be something the authors of the net/url and net/http
packages expect. To play it safe, this change parses the query string to
the net/url#URL.RawQuery field.
2015-12-15 21:10:58 -08:00
Gary Burd
9727ab9cda
Test URL path and query
2015-12-15 20:25:50 -08:00
Gary Burd
1551221275
Reject URIs containing user information
...
WebSocket URIs do not contain user information per section 3 of RFC
6455.
Fixes #65
2015-05-15 09:26:38 -07:00
Gary Burd
db7a2a1679
Improve client host header handling.
...
- Set request host header to substring of the URL. Do not add default
port to string.
- Do not include port when verifying TLS host name.
2014-05-08 11:21:56 -07:00