grpc-go/internal/transport
eshitachandwani 0a12fb0d84
Revert "credentials: allow audience to be configured (#8421) (#8442)" (#8450)
This reverts commit 7208cdc423.
2025-07-16 15:19:22 +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: Send RST stream from the server when deadline expires (#8071) 2025-02-28 22:49:18 +05:30
controlbuf.go transport: Re-use slice buffer reader for a stream (#8360) 2025-05-30 00:09:14 +05:30
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 cleanup: Fix usages of non-constant format strings (#7959) 2024-12-23 13:34:22 -08:00
handler_server_test.go cleanup: Remove test contexts without timeouts (#8072) 2025-02-12 00:39:01 +05:30
http2_client.go Revert "credentials: allow audience to be configured (#8421) (#8442)" (#8450) 2025-07-16 15:19:22 +05:30
http2_server.go transport: release mutex before returning on expired deadlines in server streams (#8451) 2025-07-16 10:46:15 +05:30
http_util.go server: allow 0s grpc-timeout header values, as java is known to be able to send them (#8439) 2025-07-09 07:35:47 -07:00
http_util_test.go server: allow 0s grpc-timeout header values, as java is known to be able to send them (#8439) 2025-07-09 07:35:47 -07:00
keepalive_test.go grpctest: minor improvements to the test logger implementation (#8370) 2025-07-07 11:55:00 +05:30
logging.go transport: use prefix logging (#6135) 2023-03-22 09:20:36 -07:00
proxy.go transport,grpc: Integrate delegating resolver and introduce dial options for target host resolution (#7881) 2025-01-24 12:10:11 +05:30
proxy_ext_test.go deps: update dependencies for all modules and fix revive findings (#8372) 2025-06-03 08:59:34 +05:30
proxy_test.go transport,grpc: Integrate delegating resolver and introduce dial options for target host resolution (#7881) 2025-01-24 12:10:11 +05:30
server_stream.go transport: Send RST stream from the server when deadline expires (#8071) 2025-02-28 22:49:18 +05:30
transport.go grpc: introduce new Dial and Server Options to set static window size (#8283) 2025-06-02 12:42:34 -07:00
transport_test.go grpc: introduce new Dial and Server Options to set static window size (#8283) 2025-06-02 12:42:34 -07:00