Anyone else seeing forced Connection:close ?
With either a modified Ruby API or Firefox, I can't seem to get persistent connections. Here is an example from FF:
GET /ServEdge_pub/s3sync/README.txt HTTP/1.1
Host: s3.amazonaws.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
HTTP/1.1 200 OK
x-amz-id-2: tk/vY1eJAR3rI7jsEUiVIQsDlPYNJ9QFC7bYN2Yt/D6JObnqzG8UwxphJThsFsTE
x-amz-request-id: 21F99A6524B072F2
Date: Sat, 30 Sep 2006 01:45:59 GMT
x-amz-meta-group: 0
x-amz-meta-owner: 0
x-amz-meta-permissions: 33188
Last-Modified: Fri, 29 Sep 2006 06:08:44 GMT
ETag: "036067dab59825484743b37148382c93"
Content-Type: text/plain
Content-Length: 7324
Connection: close
Server: AmazonS3
Am I just missing something simple?
Thanks!
GET /ServEdge_pub/s3sync/README.txt HTTP/1.1
Host: s3.amazonaws.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
HTTP/1.1 200 OK
x-amz-id-2: tk/vY1eJAR3rI7jsEUiVIQsDlPYNJ9QFC7bYN2Yt/D6JObnqzG8UwxphJThsFsTE
x-amz-request-id: 21F99A6524B072F2
Date: Sat, 30 Sep 2006 01:45:59 GMT
x-amz-meta-group: 0
x-amz-meta-owner: 0
x-amz-meta-permissions: 33188
Last-Modified: Fri, 29 Sep 2006 06:08:44 GMT
ETag: "036067dab59825484743b37148382c93"
Content-Type: text/plain
Content-Length: 7324
Connection: close
Server: AmazonS3
Am I just missing something simple?
Thanks!












You must be logged in to post a comment.