Skip to content

httpuv 1.5.3.1

Choose a tag to compare

@wch wch released this 08 Jun 16:57
  • Updated libuv to version 1.37.0. (#266)

  • Fixed #204: On UBSAN builds of R, there were warnings about unaligned memory access. (#246)

  • Avoid creating a new Rook error stream object for each request. This should improve performance. (#245)

  • Resolved #247: httpuv no longer returns a HTTP 400 code for static files when the "Content-Length" header is 0. This Content-Length header is inserted by some proxies even for messages without payloads. (#248)

  • Resolved #253: Setting the FRAMEWORK environment variable would break compilation. This change removes any dependency on that variable. (#254)