grpc-go/internal/transport
jovial 0027558c5d
internal/transport: replace integer status codes with http constants (#7910)
2024-12-10 15:23:27 +05:30
..
grpchttp2 *: fix more typos (#7619) 2024-09-16 10:58:27 -07:00
networktype attributes: add Equal method; resolver: add AddressMap and State.BalancerAttributes (#4855) 2021-10-15 10:39:56 -07:00
bdp_estimator.go transport: increase BDP limit to 16MB to improve performance for high latency networks (#2455) 2018-11-13 16:12:37 -08:00
client_stream.go transport: add send operations to ClientStream and ServerStream (#7808) 2024-11-20 15:40:17 -08:00
controlbuf.go Implement new Codec that uses `mem.BufferSlice` instead of `[]byte` (#7356) 2024-08-21 14:11:39 -07:00
defaults.go transport: fix maxStreamID to align with http2 spec (#5948) 2023-01-18 10:05:46 -08:00
flowcontrol.go transport: refactor `trInFlow.onData` to eliminate redundant logic (#7734) 2024-10-16 13:09:35 -07:00
handler_server.go transport: add send operations to ClientStream and ServerStream (#7808) 2024-11-20 15:40:17 -08:00
handler_server_test.go transport: add send operations to ClientStream and ServerStream (#7808) 2024-11-20 15:40:17 -08:00
http2_client.go transport: add send operations to ClientStream and ServerStream (#7808) 2024-11-20 15:40:17 -08:00
http2_server.go internal/transport: replace integer status codes with http constants (#7910) 2024-12-10 15:23:27 +05:30
http_util.go Fix revive identified linter issues: var-declaration, indent-error-flow, increment-decrement, superfluous-else (#7528) 2024-08-23 17:00:29 +05:30
http_util_test.go transport/bufWriter: fast-fail on error returned from flushKeepBuffer() (#7394) 2024-08-07 12:07:18 -07:00
keepalive_test.go transport: add send operations to ClientStream and ServerStream (#7808) 2024-11-20 15:40:17 -08:00
logging.go transport: use prefix logging (#6135) 2023-03-22 09:20:36 -07:00
proxy.go transport: Discard the buffer when empty after http connect handshake (#7424) 2024-07-30 21:30:34 +05:30
proxy_test.go .*: revive from unused_parameters (#7577) 2024-08-30 10:41:30 -07:00
server_stream.go transport: add send operations to ClientStream and ServerStream (#7808) 2024-11-20 15:40:17 -08:00
transport.go transport: add send operations to ClientStream and ServerStream (#7808) 2024-11-20 15:40:17 -08:00
transport_test.go transport: add send operations to ClientStream and ServerStream (#7808) 2024-11-20 15:40:17 -08:00