mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
1c7fa93074
After removing the prototype code, the Gistie XMLHTTPRequest would send the complete request in the URI, which was often too lang and cause a failure. This only sends the request in the body, and also adds additional diagnostics.