Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple identical HTTP header fields #5

Open
ffeldhaus opened this issue Nov 10, 2011 · 1 comment
Open

Multiple identical HTTP header fields #5

ffeldhaus opened this issue Nov 10, 2011 · 1 comment
Labels
Milestone

Comments

@ffeldhaus
Copy link

In tests.py the handling of multiple Location headers is expecting a whitespace (for split) which does not necessarily exists.

These are the corresponding lines from test.py
computeinstance_first = result_textocci.headers[__X_OCCI_LOC].split(', ')[0]
computeinstance_second = result_textocci.headers[__X_OCCI_LOC].split(', ')[1]

See RFC 2068 section 4.2 Message Headers.

@lxndrp
Copy link
Contributor

lxndrp commented Feb 15, 2012

Tagged under tests; assigned to next milestone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants