Mock server unable to handle HEAD
HTTP method
#1828
Labels
bug
Indicates an unexpected problem or unintended behavior
HEAD
HTTP method
#1828
Hi team,
I am using your Mock-Servers,
When mocking an HTTP
HEAD
request, I receive the following error:I see the error's origin is at
MockHttpServer.kt
, in thepactResponseToHttpExchange
function, I guess the exchange is closing before response headers are being sent.My mock is very simple -
The text was updated successfully, but these errors were encountered: