I've been attempting to use Kayak to build a simple event viewer for an event notification service. The client POSTs SOAP messages, but chunks them, rather than setting Content-Length.
So far as I can tell, HttpMachine does not yet support chunked transfer, judging from the comments in the source.
I can however supply WIreshark PCAPs of the offending message, and have created a test case that reliably fails.
I've been attempting to use Kayak to build a simple event viewer for an event notification service. The client POSTs SOAP messages, but chunks them, rather than setting Content-Length.
So far as I can tell, HttpMachine does not yet support chunked transfer, judging from the comments in the source.
I can however supply WIreshark PCAPs of the offending message, and have created a test case that reliably fails.