Merge branch 'master' of github.com:crossbario/autobahn-python

This commit is contained in:
Tobias Oberstein
2016-01-03 18:28:14 +01:00

View File

@@ -477,7 +477,7 @@ else:
handshake identify the serializer with WAMP-over-RawSocket.
"""
MIME_TYPE = "application/x-cbor"
MIME_TYPE = "application/cbor"
"""
MIME type announced in HTTP request/response headers when running
WAMP-over-Longpoll HTTP fallback.