in reply to Re: JSON RPC
in thread JSON RPC

No. I am having JSON::RPC::Client handle everything. I can see on wireshark that the request sent and received both have no double headers".

Replies are listed 'Best First'.
Re^3: JSON RPC
by Your Mother (Archbishop) on Jan 15, 2016 at 16:05 UTC

    Well the error is pretty clear that it's attempting to parse a Content-Type line as JSON so... If I were you, I'd add some debug printing to the module to see what *it* is getting (server bug or unexpected response) or what it thinks it's getting and subsequently handling incorrectly (module bug).