1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-16 09:58:33 +02:00
go-micro/transport
Ak-Army 1515db5240
Fix stream eos error (#2716)
* [fix] etcd config source prefix issue (#2389)

* http transport data race issue (#2436)

* [fix] #2431 http transport data race issue

* [feature] Ability to close connection while receiving.
Ability to send messages while receiving.
Icreased r channel limit to 100 to more fluently communication.
Do not dropp sent request if r channel is full.

* [fix] Do not send error when stream send eos header, just close the connection

* [fix] Do not overwrite the error in http client

---------

Co-authored-by: Johnson C <chengqiaosheng@gmail.com>
2024-07-02 13:06:14 +01:00
..
headers feat: add test framework & refactor RPC server (#2579) 2022-10-20 13:00:50 +02:00
context.go fix: some linting issues (#2563) 2022-09-30 16:27:07 +02:00
http_client.go Fix stream eos error (#2716) 2024-07-02 13:06:14 +01:00
http_listener.go v5 2024-06-04 21:40:43 +01:00
http_proxy.go fix: linting issues (#2566) 2022-09-30 20:32:55 +02:00
http_socket.go fix: struct field alignment (#2632) 2023-04-26 02:16:34 +02:00
http_transport_test.go Fix stream eos error (#2716) 2024-07-02 13:06:14 +01:00
http_transport.go v5 2024-06-04 21:40:43 +01:00
memory_test.go fix: some linting issues (#2563) 2022-09-30 16:27:07 +02:00
memory.go v5 2024-06-04 21:40:43 +01:00
options.go v5 2024-06-04 21:40:43 +01:00
transport.go fix: linting issues (#2566) 2022-09-30 20:32:55 +02:00