[PR #597] [MERGED] Remove 2 second delay from first response and add IPv6 address support #989

Closed
opened 2025-12-29 15:34:41 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: remove-kestrel-first-response-delay-netcore


📝 Commits (1)

  • 57e3ee3 Remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/597 **Author:** [@benagain](https://github.com/benagain) **Created:** 3/21/2021 **Status:** ✅ Merged **Merged:** 3/21/2021 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `remove-kestrel-first-response-delay-netcore` --- ### 📝 Commits (1) - [`57e3ee3`](https://github.com/wiremock/WireMock.Net/commit/57e3ee3c836ffff55971ffa2c27cf0acfb49caf2) Remove 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) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:34:41 +01:00
adam closed this issue 2025-12-29 15:34:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#989