Comment 1 for bug 1183169

Revision history for this message
clayg (clay-gerrard) wrote :

BEFORE (fd3acd2e5944251b3a473d2936f33f11101d56e4^1):

    clayg@swift:~$ curl -H 'x-auth-token: AUTH_tk' http://localhost/v1/AUTH_test?format=json -v
    * About to connect() to localhost port 80 (#0)
    * Trying 127.0.0.1... connected
    > GET /v1/AUTH_test?format=json HTTP/1.1
    > User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
    > Host: localhost
    > Accept: */*
    > x-auth-token: AUTH_tk1652a904f71a4869a13df050e6e886e2
    >
    < HTTP/1.1 200 OK
    < Content-Length: 2
    < Accept-Ranges: bytes
    < X-Timestamp: 1369274744.48164
    < X-Account-Bytes-Used: 0
    < X-Account-Container-Count: 0
    < Content-Type: application/json; charset=utf-8
    < X-Account-Object-Count: 0
    < Date: Thu, 23 May 2013 02:05:50 GMT
    <
    * Connection #0 to host localhost left intact
    * Closing connection #0
    []

AFTER (master):

    clayg@swift:~$ curl -H 'x-auth-token: AUTH_tk' http://localhost/v1/AUTH_test?format=json -v
    * About to connect() to localhost port 80 (#0)
    * Trying 127.0.0.1... connected
    > GET /v1/AUTH_test?format=json HTTP/1.1
    > User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
    > Host: localhost
    > Accept: */*
    > x-auth-token: AUTH_tk1652a904f71a4869a13df050e6e886e2
    >
    < HTTP/1.1 204 No Content
    < Content-Length: 0
    < Accept-Ranges: bytes
    < X-Timestamp: 1369274645.16959
    < X-Account-Bytes-Used: 0
    < X-Account-Container-Count: 0
    < Content-Type: text/plain; charset=utf-8
    < X-Account-Object-Count: 0
    < Date: Thu, 23 May 2013 02:04:05 GMT
    <
    * Connection #0 to host localhost left intact
    * Closing connection #0