[PR #469] [MERGED] Fix unhandled exception when target is unavailable #931

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/469
Author: @StefH
Created: 5/18/2020
Status: Merged
Merged: 5/18/2020
Merged by: @StefH

Base: masterHead: proxy_unavailable_target_url


📝 Commits (4)

📊 Changes

6 files changed (+53 additions, -19 deletions)

View changed files

📝 azure-pipelines-ci-linux.yml (+1 -1)
📝 azure-pipelines-ci.yml (+3 -3)
📝 src/WireMock.Net/Owin/WireMockMiddleware.cs (+1 -1)
📝 src/WireMock.Net/Serialization/LogEntryMapper.cs (+1 -2)
📝 test/WireMock.Net.Tests/WireMock.Net.Tests.csproj (+1 -1)
📝 test/WireMock.Net.Tests/WireMockServer.Proxy.cs (+46 -11)

📄 Description

https://github.com/WireMock-Net/WireMock.Net/issues/467


🔄 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/469 **Author:** [@StefH](https://github.com/StefH) **Created:** 5/18/2020 **Status:** ✅ Merged **Merged:** 5/18/2020 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `proxy_unavailable_target_url` --- ### 📝 Commits (4) - [`8b5e16c`](https://github.com/wiremock/WireMock.Net/commit/8b5e16c9914206b322a6ddd407b08078932807d4) wip - [`8e25d51`](https://github.com/wiremock/WireMock.Net/commit/8e25d515b75da9fe152afb778fa10dc596e3c82b) fix - [`7b38ba0`](https://github.com/wiremock/WireMock.Net/commit/7b38ba0ffd582a08ff7cbe25e6a0ba1efde045db) 31 - [`0acb55c`](https://github.com/wiremock/WireMock.Net/commit/0acb55c51eae7cd8890ab9e2631acde095e42fb5) known ### 📊 Changes **6 files changed** (+53 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `azure-pipelines-ci-linux.yml` (+1 -1) 📝 `azure-pipelines-ci.yml` (+3 -3) 📝 `src/WireMock.Net/Owin/WireMockMiddleware.cs` (+1 -1) 📝 `src/WireMock.Net/Serialization/LogEntryMapper.cs` (+1 -2) 📝 `test/WireMock.Net.Tests/WireMock.Net.Tests.csproj` (+1 -1) 📝 `test/WireMock.Net.Tests/WireMockServer.Proxy.cs` (+46 -11) </details> ### 📄 Description https://github.com/WireMock-Net/WireMock.Net/issues/467 --- <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 08:34:02 +01:00
adam closed this issue 2025-12-29 08:34:02 +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#931