EXPLOSION
5125c59dfa
Display correct payload in Frame::fmt
2 years ago
Jack Wills
657faf427f
docs: message.rs typo
...
Simple typo fix of is_close() method
2 years ago
Sebastian Dröge
c6769e3dae
Switch from base64 0.20 to data-encoding 2
...
base64 0.21 deprecated the simple API and requires quite a bit more code
for the simple usage here, while data-encoding provides exactly the API
needed and is also actively maintained.
2 years ago
dependabot[bot]
c469214dd3
Update base64 requirement from 0.13.0 to 0.20.0 ( #326 )
...
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64 ) to permit the latest version.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases )
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.0...v0.20.0 )
---
updated-dependencies:
- dependency-name: base64
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
ssrlive
3fc7fb412c
Mark some functions as public ( #315 )
...
Fixes #315 .
Co-authored-by: Daniel Abramov <inetcrack2@gmail.com>
2 years ago
Daniel Abramov
72c6f6cdd0
Bump version ( #322 )
2 years ago
dependabot[bot]
85f153c6fc
Update env_logger requirement from 0.9.0 to 0.10.0 ( #320 )
...
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger ) to permit the latest version.
- [Release notes](https://github.com/rust-cli/env_logger/releases )
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.10.0 )
---
updated-dependencies:
- dependency-name: env_logger
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Daniel Abramov
7174996e77
Merge pull request #319 from howjmay/typo
...
fix typos
2 years ago
Yang Hau
984ad9d6c7
fix typos
2 years ago
Alexey Galakhov
c7e9e0cbae
Merge pull request #317 from atouchet/lic
...
Use SPDX license format
2 years ago
Alex Touchet
eb9d440a14
Use SPDX license format
2 years ago
Alexey Galakhov
438210688f
Merge pull request #298 from riptide-org/ISSUE-199-READ-BODY-ON-FAILED-READ
...
Error response on client type returns request body upon non receiving non 101 status code from server
2 years ago
Josiah Bull
1c657d4c6a
feat: switched response type from Vec<u8> to Option<Vec<u8>> to allow returning of differentiation of no body from empty body.
2 years ago
Josiah Bull
36ab770059
feat: error type returns `Vec<u8>` instead of `Option<String>`
2 years ago
Josiah Bull
4a7beaa897
feat: error responses return body upon non 101 status code
...
modified `client::Response` type to contain `String` instead of `()` to achieve this.
2 years ago
Daniel Abramov
b473e19f7e
Merge pull request #302 from snapview/dependabot/cargo/criterion-0.4.0
...
Update criterion requirement from 0.3.4 to 0.4.0
2 years ago
dependabot[bot]
0b573efb6b
Update criterion requirement from 0.3.4 to 0.4.0
...
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs ) to permit the latest version.
- [Release notes](https://github.com/bheisler/criterion.rs/releases )
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.4...0.4.0 )
---
updated-dependencies:
- dependency-name: criterion
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Daniel Abramov
96f9cb9ad8
Merge pull request #301 from Icelk/master
...
Make handshake dependencies optional.
2 years ago
Icelk
4023390d38
Make handshake dependencies optional.
2 years ago
Daniel Abramov
1978a1b5ff
Merge pull request #299 from benesch/patch-1
...
Switch from `sha-1` to `sha1`
2 years ago
Nikhil Benesch
4bea1dfb70
Switch from `sha-1` to `sha1`
...
The RustCrypto project recently got control of the crate name `sha1`. This
commit switches over to the new name; the old `sha-1` name is now deprecated.
Details: https://github.com/RustCrypto/hashes/pull/350
2 years ago
Alexey Galakhov
137b690abe
Merge pull request #294 from snapview/queue-unit-test
...
tests: add a regression test for the queue logic
2 years ago
Daniel Abramov
fd96a35300
tests: add a regression test for the queue logic
2 years ago
Alexey Galakhov
f85eaaddaa
Merge pull request #292 from snapview/revert-291-buffering
...
Revert "add support for batching websocket messages"
2 years ago
Alexey Galakhov
0b9d2a649b
Revert "add support for batching websocket messages"
2 years ago
Alexey Galakhov
3edc4c286b
Merge pull request #291 from RustUser246/buffering
...
add support for batching websocket messages
2 years ago
RustUser246
68daa29b19
add support for batching websocket messages
2 years ago
Daniel Abramov
3bc195a42f
Bump version and update the changelog
2 years ago
Daniel Abramov
fbac5027ee
Merge pull request #287 from n3oney/master
...
fix: uppercase origin header
2 years ago
n3oney
80d0547fab
fix: uppercase origin header
2 years ago
Daniel Abramov
b8ccbcf2a1
chore: update the documentation
...
Fixes #280 .
3 years ago
Daniel Abramov
bb546acd76
Merge pull request #273 from kangalioo/msrv-1.51
...
Downgrade MSRV to 1.51
3 years ago
kangalioo
fa70a370c8
Downgrade MSRV to 1.51
3 years ago
Daniel Abramov
aeed5295ae
Merge pull request #271 from kazk/update-autobahn-expected
...
Update autobahn/expected-results.json for #246
3 years ago
Daniel Abramov
c96dc7c471
Merge pull request #272 from kazk/fix-autobahn-scripts
...
Fix autobahn scripts
3 years ago
kazk
8cc7e7e68f
Fix autobahn scripts
3 years ago
kazk
1d9bdbcfa3
Update autobahn/expected-results.json for #246
3 years ago
Daniel Abramov
45dad40cb5
chore: update README
3 years ago
Daniel Abramov
4e6d339a4e
Update changelog, bump version
3 years ago
Daniel Abramov
d9a1ab2cb2
Merge pull request #266 from teozkr/chore/rust-1.56
...
Downgrade MSRV to 1.56
3 years ago
Daniel Abramov
2171c997f5
test: add a unit test for invalid `http::Request`
...
This is to make sure that we don't panic anymore in such cases:
https://github.com/snapview/tungstenite-rs/pull/267
3 years ago
Daniel Abramov
4e3e079131
Merge pull request #267 from sdroege/header-name-from-static-panic
...
`HeaderName::from_static` requires all-lowercase HTTP2
3 years ago
Sebastian Dröge
1a48959adc
`HeaderName::from_static` requires all-lowercase HTTP2 compatible header names
...
and was passed header names with uppercase characters instead, which
made it panic.
3 years ago
Teo Klestrup Röijezon
d21c7b53ca
Downgrade MSRV to 1.56
3 years ago
Daniel Abramov
5695f5d891
Bump version
3 years ago
Daniel Abramov
6f25eaef78
general: specify the MSRV
3 years ago
Daniel Abramov
653296a1d4
Bump the version and update the changelog
3 years ago
Daniel Abramov
d079090031
Merge pull request #259 from snapview/new-handling-of-request
...
client: overhaul of the request generation
3 years ago
Daniel Abramov
d661f57224
client: overhaul of the request generation
3 years ago
Daniel Abramov
1b999136ef
clippy: fix warnings
3 years ago