General
-[New Feature] Added BESTHTTP_DISABLE_GZIP to be able to disable gzip Accept-Encoding requests
-[Improvement] Improved compatibility when run in an Editor window
-[Improvement] DNS query is done async with timeout (Thanks goes to chriser on the forums for the code)
-[Bugfix] The HTTPConnection object will not close the TCP stream when the "Connection: Close" header present and the http response handler's IsClosedManually set to true.
-[Bugfix] Fixed a compilation issue in RawJsonForm.cs when both BESTHTTP_DISABLE_SOCKETIO and BESTHTTP_DISABLE_SIGNALR are defined
-[Bugfix] When a request's DisableChace is set to true, it will not produce a warning if caching headers added manually
-[Bugfix] When there's no connection the CookieJar will not override saved cookies with an empty one
Websocket
-[Bugfix] Fixed an issue where receive threads are not shut down resulting in an exception
Socket.IO
-[Improvement] Compatibility with Socket.IO 2.0.0
Server-Sent Events
-[Improvement] Added WithCredentials property to the EventSource class under WebGL
-[Improvement] EventSource constructor will thrown a NotSupportedException under WebGL when the underlying browser isn't supports the EventSource protocol
-[Bugfix] Subscibing to a named event (On(...)) isn't worked under WebGL