[PR #79] [MERGED] Fix missed content headers #759

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/79
Author: @volodymyr-fed
Created: 1/23/2018
Status: Merged
Merged: 1/23/2018
Merged by: @StefH

Base: masterHead: master


📝 Commits (1)

  • 794c05a Fix missed content headers

📊 Changes

2 files changed (+32 additions, -1 deletions)

View changed files

📝 src/WireMock.Net/Http/HttpClientHelper.cs (+1 -1)
📝 test/WireMock.Net.Tests/FluentMockServerTests.Proxy.cs (+31 -0)

📄 Description

We need to pass the content headers even if the content is empty.

  • fixed issue with passing content headers
  • added test for checking the content header when the content is empty

🔄 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/79 **Author:** [@volodymyr-fed](https://github.com/volodymyr-fed) **Created:** 1/23/2018 **Status:** ✅ Merged **Merged:** 1/23/2018 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`794c05a`](https://github.com/wiremock/WireMock.Net/commit/794c05ae35540bccc082b1d65fa8ee09cce086cf) Fix missed content headers ### 📊 Changes **2 files changed** (+32 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Http/HttpClientHelper.cs` (+1 -1) 📝 `test/WireMock.Net.Tests/FluentMockServerTests.Proxy.cs` (+31 -0) </details> ### 📄 Description We need to pass the content headers even if the content is empty. * fixed issue with passing content headers * added test for checking the content header when the content is empty --- <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:33:05 +01:00
adam closed this issue 2025-12-29 15:33:05 +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#759