Commit Graph

205 Commits (45dad40cb544ac6bee91afb961a589938cbb514d)

Author SHA1 Message Date
Daniel Abramov a8e06d2b39 clean up http error handling 4 years ago
Daniel Abramov 521f1a0767 clean up the redirect logic a bit 4 years ago
Redrield 60f7b0f024 Fix some code-review issues 4 years ago
Redrield 6bce14fa26 Add facilities to allow clients to follow HTTP 3xx redirects 4 years ago
Horki 88ff5f371f matches!: use macros; remove unused imports 4 years ago
philipp 50bc1b5e90 Delegate into_client_request (4) 4 years ago
philipp 064fd9313f Delegate into_client_request (3) 4 years ago
philipp 90345c994a Delegate into_client_request (2) 4 years ago
philipp 4cdc2edab1 Delegate into_client_request 4 years ago
philipp 599b677f5a Avoid temporary variable `fin` 4 years ago
Redrield bcf2b22d9e
Deduplicate the reason line in HTTP responses 4 years ago
Sebastian Dröge 849f248a94 Update to sha-1 0.9 4 years ago
Evgeniy A. Dushistov 5a95f12c6d refactoring/apply_mask: reduce number of usage of unsafe to 1 4 years ago
Evgeniy A. Dushistov 9764ac13a1 infra/apply_mask: test more case for apply_mask 4 years ago
Evgeniy A. Dushistov de80b9bced Change Into to From for CloseCode to u16 conversation 4 years ago
kids300 fb83e8c791 rm to_string 4 years ago
Yan 16a33df195 fix ws subportocol lowercase header 4 years ago
Mike Pedersen 1f744f1548
Make mask public on FrameHeader 4 years ago
Daniel Abramov 0c429cba94 chore: remove deprecated `description()` 5 years ago
Naja Melan 9c48226c8f chore: Remove needless closing/opening of the impl block on WebSocketContext. 5 years ago
Naja Melan 1f407f1005 feat: Allow reading the configuration. 5 years ago
Naja Melan d17f749914 doc: be precise about max message sizes. 5 years ago
macpp 0bfc217cfc allow firefox to connect 5 years ago
Alexey Galakhov 6b3423292f trivial: fix clippy warning 5 years ago
Alexey Galakhov 85f211230a websocket: add `can_read()` and `can_write()` 5 years ago
Alexey Galakhov da3acc107e protocol: handle "Connection reset by peer" in closing state 5 years ago
Alexey Galakhov c08f2c72ff client: correct port in request 5 years ago
Alexey Galakhov 9ec11cbc7a client: cover request generation with tests 5 years ago
Sebastian Dröge c2f713b6bb Update to http 0.2 5 years ago
Alfie John 7ca9bd6f2f Minor grammar fix 5 years ago
Sebastian Dröge 88760b8b59 Fix various clippy warnings 5 years ago
Sebastian Dröge 7a4779b6f6 Run everything through rustfmt 5 years ago
Sebastian Dröge 07d4721ffd Add type aliases for Response/Request with a fixed body type 5 years ago
Sebastian Dröge 1ecc4f900d Use Response for the server handshake callback too 5 years ago
Sebastian Dröge 09a9b7ceef Remove custom Request/Response types from server code 5 years ago
Sebastian Dröge 9020840f84 Remove custom Request/Response types from client code 5 years ago
Sebastian Dröge 38a7d1a375 Remove custom Headers type and use http::HeaderMap instead 5 years ago
Danilo Bargen 5f3f4c016e Fix typo in docs 5 years ago
Daniel Abramov c291395d3b Fixes #86 5 years ago
Alexey Galakhov 2903a02ef5 frame: correct possible infinite loop on sending 5 years ago
Naja Melan 17fe7987eb Make use of can_read 5 years ago
Daniel Abramov b807f76ed1
Update error description 5 years ago
Naja Melan 1ee3f342aa Consider remote sending a frame after sending a close frame a protocol error. 5 years ago
Naja Melan 2918eec1b3 No longer accept to send after close 5 years ago
Danny Browning 6369d48579 Fix compilation error without default features 5 years ago
Naja Melan f818322a25 Add some documentation to WebSocket and Error. 5 years ago
Naja Melan 9379ebe47d Don't swallow ping/pong while waiting for close acknowledgement 5 years ago
Danny Browning 02684b4946 Try removing unpin 5 years ago
Naja Melan bf63a71cd1 cleanup unnecessary dereference 5 years ago
Danny Browning 614a5068fa Tokio-Tungstenite Async Changes 5 years ago