The example of using curl to talk to bitcoind on the wiki works with 0.6.3, does not work with git HEAD:
curl --user user --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getinfo", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/
git head gives: curl: (52) Empty reply from server