AspNetCore.Docs/aspnetcore/grpc
Alaa Masoud a86bda1fc3
Fix incorrect Kestrel's default stream window size
According to https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.server.kestrel.core.http2limits.initialstreamwindowsize?view=aspnetcore-8.0#microsoft-aspnetcore-server-kestrel-core-http2limits-initialstreamwindowsize, the default size is 768 KB not 96 KB
2024-09-28 23:41:58 +03:00
..
aspnetcore gRPC services Prereq update plus versioning by include (#30445) 2023-09-25 15:37:26 -07:00
authn-and-authz/sample Merge pull request #29715 from dotnet/dependabot/nuget/aspnetcore/grpc/authn-and-authz/sample/6.x/TicketerClient/Grpc.Net.Client-2.52.0 2023-07-05 11:31:04 -10:00
code-first/samples Bump Grpc.Net.Client 2023-07-05 20:45:45 +00:00
configuration/sample Corrected and tested sample 3 fix (#28111) 2023-01-16 15:30:19 -08:00
deadlines-cancellation Add gRPC deadlines and cancellation (#19787) 2020-09-16 09:29:59 +12:00
diagnostics/sample Update gRPC ASP.NET Core article to use TLS, minor diagnostic… (#14523) 2019-09-25 08:33:59 +12:00
grpcweb Fix misspellings in GRPC examples (#32914) 2024-06-20 18:17:26 -10:00
health-checks Add gRPC health checks doc (#24638) 2022-01-29 07:15:53 +13:00
interprocess gRPC interprocess: Move Named pipes content to 8.0 topic (#30981) 2023-11-08 21:01:49 -08:00
json-transcoding 8.0 Update: gRPC Json Transcoding (#29279) 2023-05-23 12:01:53 -07:00
json-transcoding-binding Add IsDevelopment check to Swagger UI in JSON transcoding docs (pt. 2) (#32403) 2024-04-25 10:47:47 -10:00
json-transcoding-openapi Add missing curly brace in json transcoding openapi sample (#33674) 2024-09-23 10:09:34 -10:00
native-aot Add gRPC native AOT page (#28899) 2023-04-06 10:11:54 +08:00
performance Add gRPC perf docs around gracefully completing and disposing streaming calls (#32742) 2024-06-06 00:10:30 +00:00
services move grpc embedded snippets to projects files (#30077) 2023-08-18 10:11:29 -10:00
test-services/sample Bump Grpc.Net.Client in /aspnetcore/grpc/test-services/sample/Tests 2023-07-05 20:44:39 +00:00
test-tools Update API test Tooling: Remove Postman (#32242) 2024-04-03 12:58:26 -07:00
troubleshoot Bias-free communication 2024-09-25 11:20:34 -04:00
versioning/sample Add gRPC versioning article (#16404) 2020-01-07 14:26:33 +13:00
aspnetcore.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
authn-and-authz.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
basics.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
browser.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
client.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
clientfactory.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
code-first.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
comparison.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
configuration.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
deadlines-cancellation.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
diagnostics.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
dotnet-grpc.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
error-handling.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
grpcweb.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
health-checks.md correct misspelling (#33451) 2024-08-27 09:18:24 -04:00
index.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
interceptors.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
interprocess-namedpipes.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
interprocess-uds.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
interprocess.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
json-transcoding-binding.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
json-transcoding-openapi.md Add missing curly brace in json transcoding openapi sample (#33674) 2024-09-23 10:09:34 -10:00
json-transcoding.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
loadbalancing.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
migration.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
native-aot.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
netstandard.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
performance.md Fix incorrect Kestrel's default stream window size 2024-09-28 23:41:58 +03:00
protobuf.md Bias-free communication 2024-09-25 11:20:34 -04:00
retries.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
security.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
services.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
supported-platforms.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
test-client.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
test-services.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
test-tools.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00
troubleshoot.md Bias-free communication 2024-09-25 11:20:34 -04:00
versioning.md Update grpc versioning to make point clearer (#33680) 2024-09-24 00:45:46 +00:00
why-migrate-wcf-to-dotnet-grpc.md Add include not-latest-version Part 2 (#33203) 2024-07-31 09:50:11 -07:00