Yes, http is being used as the transport in this case where as the json-rpc messages exist at the application layer.
The http response is akin to tcp ack packets if you were to send a json-rpc request directly over TCP/IP and is merely a necessary component of the transport.
HTTP offers the benefit that you can use the http response to encapsulate a json-rpc response, but In either case, so long as the node doesn't return a json-rpc response for notification messages you should be in compliance w/ the protocol.
On Wednesday, October 10, 2012 6:25:12 AM UTC-4, bbkr wrote: