open-iscsi / targetd

Remote configuration of a LIO-based storage appliance
GNU General Public License v3.0
71 stars 28 forks source link

jsonrpc2 not correclty implemented in responses #18

Closed raffaelespazzoli closed 7 years ago

raffaelespazzoli commented 7 years ago

based on my tests targetd does not return the field "jsonrpc": "2.0" in the response. This is required per http://www.jsonrpc.org/specification https://www.simple-is-better.org/json-rpc/transport_http.html

tasleson commented 7 years ago

Corrected with https://github.com/open-iscsi/targetd/pull/21

tasleson commented 7 years ago

Fix merged