Skip to content

v0.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 17:00
· 310 commits to master since this release
06a4962

HTTP v0.9.2

Diff since v0.9.1

Closed issues:

  • Erratic behavior when working with spawned HTTP.request (#633)
  • New release of HTTP.jl? (#637)
  • What is "Server never wrote a response" ? (#643)
  • HTTP requests does not respect HTTP_PROXY and HTTPS_PROXY environment variables (#646)
  • HTTP.serve verbose reports wrong portnumber on pre-existing socket (#651)

Merged pull requests:

  • Websockets: implement reading fragmented message [WIP] (#638) (@jebej)
  • Accept abstract strings, but concisely (#639) (@cmcaine)
  • set userinfo from http(s)_proxy to proxy-auth (#640) (@p1scescom)
  • Document connect_timeout and set it to the nonzero minimum of itself and readtimeout (#641) (@sean-bennett112)
  • Fix invalid Access-Control-Allow-Methods (#642) (@rikhuijzer)
  • Document Response and Request constructors (#644) (@rikhuijzer)
  • added support for uppercase version of http proxy environment variables (#648) (@racinmat)