Commit graph

36 commits

Author SHA1 Message Date
世界 c506255e0f
Fix grpc lite transport encoding 2024-01-01 16:16:58 +08:00
世界 2eecdc38a4
Fix gun conn setup 2023-12-08 21:10:36 +08:00
世界 0ef268637e
Prevent nil LocalAddr or RemoteAddr 2023-12-05 15:11:09 +08:00
世界 6d24be23da
Add support for v2ray http upgrade transport 2023-11-28 11:21:44 +08:00
世界 e26096085e
Remove invalid code 2023-09-28 15:52:05 +08:00
世界 ff209471d8
Fix QUIC defragger 2023-09-07 21:35:25 +08:00
世界 b83c6c9d20
Fix return nil addr in conn 2023-08-30 21:28:03 +08:00
世界 e8dad1afeb
Fix grpc request 2023-04-22 19:51:04 +08:00
世界 df0eef770e
Fix http response check
Co-authored-by: armv9 <48624112+arm64v8a@users.noreply.github.com>
2023-04-22 08:14:55 +08:00
世界 d686172854
Fix grpc lite request host
Co-authored-by: armv9 <48624112+arm64v8a@users.noreply.github.com>
2023-04-21 17:48:36 +08:00
H1JK e1d96cb64e
Add BaseContext to http servers 2023-04-21 17:48:29 +08:00
H1JK d5f94b65b7
Fix gRPC service name escape 2023-04-21 17:48:29 +08:00
Hellojack ec2d0b6b3c
Remove TLS requirement for gRPC client 2023-04-21 17:48:29 +08:00
世界 4382093868
Prepare deadline interface 2023-04-19 21:58:58 +08:00
世界 53e4302143
Fix set HTTP TLS ALPN 2023-04-14 20:56:55 +08:00
世界 0d7aa19cd1
Fix write http status after response sent 2023-04-14 20:55:20 +08:00
世界 19a35ec6a4
Fix http2 transport close 2023-03-31 14:31:35 +08:00
世界 6af9c2b3ca
Add health check support for http-based v2ray transport 2023-03-11 15:49:02 +08:00
世界 bdc620dab1
Fix http server usage 2023-03-11 15:05:07 +08:00
世界 b14ae51f71
Fix create badhttp2 server 2023-03-01 19:09:21 +08:00
世界 ed50257735
Add custom TLS server support for http based v2ray transports 2023-02-28 13:03:44 +08:00
世界 2bd91baad0
Add fallback support for v2ray transport 2023-02-18 14:28:21 +08:00
Hellojack 05620a369e
Fix gRPC lite header
Manually set the first byte to 0x00 (No Compression) since we can not ensure that the buffer is not polluted before.
2023-01-16 16:23:06 +08:00
世界 044f9c5d4f
Fix write to h2 conn after closed 2023-01-08 15:43:12 +08:00
世界 ee3cd49aa5
Fix tls config for h2 server 2022-11-26 14:55:51 +08:00
世界 7c910165ef
Cleanup code 2022-11-24 12:37:29 +08:00
Hellojack 01b4769852
Cleanup gun conn code 2022-11-23 14:56:31 +08:00
世界 ce1ddc400f
Support x/h2 v0.2.0 deadline 2022-11-11 22:08:20 +08:00
世界 5510c474c7
Fix h2c transport 2022-11-09 12:15:14 +08:00
世界 eb2e8a0b40
Add custom tls client support for std grpc 2022-11-09 11:46:29 +08:00
世界 b271e19a23
Fix concurrent write 2022-09-13 10:41:10 +08:00
世界 a2d1f89922
Add custom tls client support for v2ray h2/grpclite transports 2022-09-11 22:44:35 +08:00
世界 ee7e976084
Refactor TLS 2022-09-10 22:10:45 +08:00
世界 d440a01792
Add grpc compatibility test 2022-08-29 10:15:25 +08:00
Hellojack e0de96eb4c
Minor fixes (#45)
* Cleanup code
* Fix documentation typo
2022-08-28 12:40:44 +08:00
Hellojack de2453fce9
Add gun-lite gRPC implementation (#44) 2022-08-27 21:05:15 +08:00