Public bug reported:

version: keystone9.2.0
api: curl -i -X HEAD http://**:35357/v2.0/tokens/**   -H "X-Auth-Token:**"

result:

HTTP/1.1 200 OK
Vary: X-Auth-Token
Content-Type: application/json
Content-Length: 5420
X-Openstack-Request-Id: req-c0db94a5-9078-4181-947c-924dfca65a7a
Date: Fri, 30 Sep 2016 03:31:51 GMT

and we found block at here.

I think beause resp body has set to b'', content-lenth not set to 0.

** Affects: keystone
     Importance: Undecided
     Assignee: 侯喆 (houzhe)
         Status: New

** Changed in: keystone
     Assignee: (unassigned) => 侯喆 (houzhe)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1629167

Title:
  HEAD request blocked cause of  response Content-Length more than 0

Status in OpenStack Identity (keystone):
  New

Bug description:
  version: keystone9.2.0
  api: curl -i -X HEAD http://**:35357/v2.0/tokens/**   -H "X-Auth-Token:**"

  result:

  HTTP/1.1 200 OK
  Vary: X-Auth-Token
  Content-Type: application/json
  Content-Length: 5420
  X-Openstack-Request-Id: req-c0db94a5-9078-4181-947c-924dfca65a7a
  Date: Fri, 30 Sep 2016 03:31:51 GMT

  and we found block at here.

  I think beause resp body has set to b'', content-lenth not set to 0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1629167/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to