Skip to content

v1.10.6

Choose a tag to compare

@github-actions github-actions released this 22 Apr 11:47
· 72 commits to master since this release
c0e9d3d

HTTP v1.10.6

Diff since v1.10.5

Merged pull requests:

  • Updated: Rethrow errors so they may be handled outside of WebSocket.open() (#1072) (@Zentrik)
  • HTTP.request(): infer socket_type_tls from sslconfig, if provided (#1106) (@cmcaine)
  • tests: Use ARGS to choose which tests to run (#1108) (@cmcaine)
  • Introduce connections_lock to protect Server.connections (backport 1.9) (#1162) (@Drvi)
  • "handler error": show request in log (#1163) (@fonsp)
  • Make multipart parsing more forgiving: start-of-line and casing (#1164) (@NHDaly)
  • Fix lost response body data. Fixes #1166 (#1170) (@quinnj)

Closed issues:

  • Unintentional(?) breaking change to type of sslconfig (#1104)
  • Character lost in HTTP post response body. (#1166)