mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #597] [MERGED] Remove 2 second delay from first response and add IPv6 address support #989
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/597
Author: @benagain
Created: 3/21/2021
Status: ✅ Merged
Merged: 3/21/2021
Merged by: @StefH
Base:
master← Head:remove-kestrel-first-response-delay-netcore📝 Commits (1)
57e3ee3Remove an approximate two second delay in response to the first request from a new socket connection, only occuring on some Windows 10 machines.📊 Changes
3 files changed (+49 additions, -3 deletions)
View changed files
📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.NETStandard.cs(+2 -2)📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.cs(+1 -1)📝
test/WireMock.Net.Tests/WireMockServerTests.cs(+46 -0)📄 Description
Fixes #554
Remove an approximate two second delay in response to the first request from a new socket connection, apparently only occuring on some Windows 10 machines when using .Net Core.
A side-effect of this fix is that is also allows connections to IPv6 addresses.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.