Commit Graph

15 Commits

Author SHA1 Message Date
世界
93fd758295 Fix grpc lite transport encoding 2024-01-01 16:16:58 +08:00
世界
b919564a98 Fix gun conn setup 2023-12-08 21:10:36 +08:00
世界
c2c7d4382b Prevent nil LocalAddr or RemoteAddr 2023-12-05 15:11:09 +08:00
世界
3cfedd9f7e Fix QUIC defragger 2023-09-07 21:35:25 +08:00
世界
219e987d5b Fix return nil addr in conn 2023-08-30 21:28:03 +08:00
Hellojack
7c563c2c07 Remove TLS requirement for gRPC client 2023-04-21 17:48:29 +08:00
世界
b23baa263f Prepare deadline interface 2023-04-19 21:58:58 +08:00
Hellojack
61c69e5ff0 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
世界
2f59760d39 Cleanup code 2022-11-24 12:37:29 +08:00
Hellojack
65c0c298d8 Cleanup gun conn code 2022-11-23 14:56:31 +08:00
世界
39e2d33bef Support x/h2 v0.2.0 deadline 2022-11-11 22:08:20 +08:00
世界
f11317fe0a Fix concurrent write 2022-09-13 10:41:10 +08:00
世界
c4a7d8d209 Add grpc compatibility test 2022-08-29 10:15:25 +08:00
Hellojack
78a363ba05 Minor fixes (#45)
* Cleanup code
* Fix documentation typo
2022-08-28 12:40:44 +08:00
Hellojack
077969c709 Add gun-lite gRPC implementation (#44) 2022-08-27 21:05:15 +08:00