Skip to content

Commit

Permalink
warn on client extensions, no disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
citkane committed Oct 15, 2020
1 parent 40b545e commit be7222f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
[compat]
HTTP = "0.8"
MbedTLS = "0.6.8, 0.7, 1"
Suppressor = "0.2"
julia = "1"

[extras]
Expand Down

2 comments on commit be7222f

@citkane
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Server now only warns if client is requesting extension, no longer disconnects.
This allows native browser clients to connect.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/22987

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.4 -m "<description of version>" be7222f1377a7ff08c909b4db0936df84ed654fb
git push origin v0.1.4

Please sign in to comment.