You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a support question, I have read about opensource and will send support questions to the IRC channel, GitHub Discussions or the mailing list.
Restsharp, an HTTP API client for .net, sends out a request with a HTTP 100-continue, but the API doesn't respond to with 100-Continue for the client to give the payload and the request times out after that (Apache2 as proxy after 5 seconds).
Environment
Operating system: Ubuntu 24.04
Software version: 4.9.2
Software source: PowerDNS repository
Steps to reproduce
Steps to reproduce is hard to do here, as this is a specific client (Restsharp) with a specific setup for that user.
This is not a support question, I have read about opensource and will send support questions to the IRC channel, GitHub Discussions or the mailing list.
I have read and understood the 'out in the open' support policy
Program: Authoritative
Issue type: Bug report
Short description
Restsharp, an HTTP API client for .net, sends out a request with a HTTP 100-continue, but the API doesn't respond to with 100-Continue for the client to give the payload and the request times out after that (Apache2 as proxy after 5 seconds).
Environment
Steps to reproduce
difference in the requests between Restsharp and curl as captured by tcpdump:
Expected behaviour
API should respond with a continue for the client to do the rest of the request.
Actual behaviour
API gives no response at all as it is waiting on the payload. but not sending the client the response to deliver that payload.
The text was updated successfully, but these errors were encountered: