commit | 33badfd1e3735b877e41939100511c65572be6b9 | [log] [tgz] |
---|---|---|
author | Daniel P. Berrange <berrange@redhat.com> | Wed Sep 06 14:49:41 2017 +0100 |
committer | Daniel P. Berrange <berrange@redhat.com> | Wed Oct 04 13:21:53 2017 +0100 |
tree | 78bf958819aa39e34757b508207650949a0b0c3d | |
parent | 3a3f8705962c8c8a47a9b981ffd5aab7274ad508 [diff] |
io: use case insensitive check for Connection & Upgrade websock headers When checking the value of the Connection and Upgrade HTTP headers the websock RFC (6455) requires the comparison to be case insensitive. The Connection value should be an exact match not a substring. Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>