httpuv 1.4.4
Note that this version was not released to CRAN; it was supplanted with 1.4.4.1.
-
Fixed #144: Before closing a handle, make sure that it is not already closing. (#145)
-
Exported
ipFamily()function, which tests whether a string represents an IPv4 address, IPv6 address, or neither. (#142) -
Templated C++ code with the format
A<B<C>>has been changed toA<B<C> >. Allowing consecutive>>is a feature of C++11. -
httpuv is now compiled with
_GLIBCXX_ASSERTIONS, to help catch bugs. (#137) -
The Rook
reqenvironment now includes an itemreq$HEADERS, which is a named character vector of request headers. (#143) -
Fixed #101: If server creation fails, report reason why. (#146, #149)
-
Fixed #147: Santizer complained when starting app with
startPipeServerafter a failed app start. (#149) -
Fixed #150, #151: On some platforms, httpuv would fail to install from a zip file because R's
unzip()function did not preserve the executable permission forsrc/libuv/configure. (#152) -
Worked around an issue where Shiny apps couldn't be viewed when launched from RStudio Server using Firefox. (#153)