samples
samples copied to clipboard
fix: resolve issue by enabling synchronous IO in Kestrel configuration
fix: resolve client-side exception by enabling synchronous IO in Kestrel configuration
Fixed the issue causing WebHttpClient.ApiException: "The HTTP status code of the response was not expected (500)" by configuring Kestrel to allow synchronous IO.