• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ThreeMammals / Ocelot / 24520372450

16 Apr 2026 03:57PM UTC coverage: 92.599% (+0.07%) from 92.525%
24520372450

Pull #2379

github

web-flow
Merge 52f52b68e into 5eeb9ccca
Pull Request #2379: #2375 #2376 Map non-ASCII header `HttpRequestException` to 400 Bad Request

6406 of 6918 relevant lines covered (92.6%)

3390.94 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
src/Ocelot/Infrastructure/RequestData/CannotAddDataError.cs
1
using Ocelot.Errors;
2

3
namespace Ocelot.Infrastructure.RequestData;
4

5
public class CannotAddDataError : Error
6
{
7
    public CannotAddDataError(string message) : base(message, OcelotErrorCode.CannotAddDataError, 404)
×
8
    {
9
    }
×
10
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc