Florian P. Nierhaus

Results 2 comments of Florian P. Nierhaus

+1 (AttributeError: 'dict' object has no attribute 'iteritems') in bunchify(x)

This makes it work for me: ``` python @property def handshake_headers(self): """ List of headers appropriate for the upgrade handshake. """ headers = [ ('Host', self.host), ('Connection', 'Upgrade'), ('Upgrade', 'websocket'),...