Commit graph

14 commits

Author SHA1 Message Date
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