yhirose
|
228af9033b
Fix TLS session data race on wss:// WebSocket connections (#2551)
|
3 дней назад |
yhirose
|
70b49d50bd
Simplify get_bearer_token_auth and table-drive its test
|
1 неделя назад |
metsw24-max
|
2a068def54
validate bearer scheme in get_bearer_token_auth (#2544)
|
1 неделя назад |
yhirose
|
abf525d78c
Parse WWW-Authenticate/Proxy-Authenticate as an RFC 9110 challenge list
|
1 неделя назад |
yhirose
|
0151b3e23e
Match the Upgrade websocket token rather than the whole field value
|
1 неделя назад |
yhirose
|
f442226581
Match the Expect 100-continue expectation as a token
|
1 неделя назад |
yhirose
|
3e3e4863b0
Read Content-Encoding as the combined field value
|
1 неделя назад |
yhirose
|
e8887d98e9
Match Brotli and Zstandard content codings as whole tokens
|
1 неделя назад |
yhirose
|
881842cd72
Match Connection options as tokens rather than whole field values
|
1 неделя назад |
yhirose
|
2731b728f5
Move has_header_token() next to the other header field helpers
|
1 неделя назад |
yhirose
|
161f787fee
Combine repeated field lines before parsing list-valued headers
|
1 неделя назад |
yhirose
|
ffe2a1c1e9
Match the Connection "Upgrade" token exactly in WebSocket handshakes (#2542)
|
1 неделя назад |
Denis Gregor
|
2004668509
Make decode_uri the inverse of encode_uri (#2540)
|
1 неделя назад |
yhirose
|
b8fe69e4e8
Release v0.53.1
|
1 неделя назад |
yhirose
|
acd0640870
Code improvement
|
1 неделя назад |
metsw24-max
|
2d8e49dd9b
reject trailing bytes after IPv6 host literal in parse_url (#2536)
|
1 неделя назад |
yhirose
|
1e9d6f0b0b
Match literal route patterns without building a std::regex (#2538)
|
1 неделя назад |
yhirose
|
88240172ea
Guard regex routes against stack overflow from long paths
|
1 неделя назад |
yhirose
|
89e0c5c238
Enforce payload_max_length on decompressed size for unframed requests
|
1 неделя назад |
yhirose
|
f00e476f1b
Release v0.53.0
|
2 недель назад |
yhirose
|
8e702d3837
Gracefully drain socket before close in Server::process_and_close_socket (#2534)
|
2 недель назад |
yhirose
|
19333f80d4
Fix Mbed TLS/wolfSSL hostname verification bugs in set_sni()
|
2 недель назад |
yhirose
|
86d0210391
Add WebSocketClient::enable_server_hostname_verification
|
2 недель назад |
yhirose
|
6018c7feb3
Return ws::Result from WebSocketClient::connect() instead of bool
|
2 недель назад |
yhirose
|
86abc9a0ea
Give WebSocketClient the PemMemory client certificate constructor SSLClient has
|
2 недель назад |
yhirose
|
1c2607cbb8
Merge the SSLClient and WebSocketClient TLS session setup
|
2 недель назад |
yhirose
|
98be5fd3a6
Share the default Host and User-Agent header logic between the clients
|
2 недель назад |
yhirose
|
d2ef193b9c
Let WebSocketClient take a CA directory the way ClientImpl does
|
2 недель назад |
yhirose
|
a1aa2ad9cd
Give WebSocketClient the chrono::duration timeout setters ClientImpl has
|
2 недель назад |
metsw24-max
|
2b8658fa99
match mount points on a segment boundary in handle_file_request (#2529)
|
3 недель назад |