Merge pull request #575 from agronholm/master

Fixed CBOR MIME type to match RFC 7049
This commit is contained in:
Tobias Oberstein
2016-01-03 00:07:53 +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.