aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-websocket-client_0.57.0.bb
AgeCommit message (Collapse)Author
2020-07-06python3-websocket-client: Upgrade 0.56.0 -> 0.57.0Leon Anavi
Upgrade to release 0.57.0: - wsdump: Fix --headers option - Fix getting 400 bad request with long proxy authorization string - Fix for errors that occur when closing websocket from another thread - avoid calling repr(data) if tracing is not enabled - Fixed typo - Create dummy `ssl` object - Show compressed text messages in wsdump.py - Resolve issue opening socket to intranet on Windows 10 with no proxy settings but behind proxy - Expose http connection header to user - Improve the readability of HTTP status codes. - fix the compatible issue with gevent+dnspython - v should be checked for emptry string before splitting it - _handshake: hasattr checks on six before accessing the values Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>