1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-18 08:26:38 +02:00
go-micro/transport
Ak-Army 48ba9f91b4
Fix panic in httpTransportClient.Recv (#2530)
* [fix] http transport can send when wait for recv

* [fix] http transport can send multiple message and recevie them. Do not block send and receive on stream mode

* [fix] http transport can close the connection when recv is in progress, add tests

* [fix] Read buff before reset it, when the connection is closed

Co-authored-by: Hunyadvári Péter <peter.hunyadvari@vcc.live>
2022-07-22 08:36:36 +01:00
..
http_proxy.go move transport back 2019-07-09 18:41:26 +01:00
http_transport_test.go HTTP Transport make streaming truly bidirectional (#2528) 2022-07-15 11:00:13 +01:00
http_transport.go Fix panic in httpTransportClient.Recv (#2530) 2022-07-22 08:36:36 +01:00
memory_test.go refactor all the things 2020-12-29 15:49:26 +00:00
memory.go v3 (#2104) 2021-01-20 13:54:31 +00:00
options.go v3 (#2104) 2021-01-20 13:54:31 +00:00
transport.go go fmt 2020-12-29 16:29:58 +00:00