Releases: JuliaWeb/HTTP.jl
Releases · JuliaWeb/HTTP.jl
v0.6.15 Fix #288 (readline failure with chunked/streamed response).
v0.6.14
v0.6.13: Fix julia 0.7 deprecations (#277)
* Remove precompile on 0.7 * Use IOError on 0.7 * Update CI config
v0.6.12
v0.6.11
v0.6.10
v0.6.9 AWSS3 EOFError fix & Debug improvements
Fix JuliaCloud/AWSS3.jl#26 -- EOFError doing S3 PUT to Ceph via nginx.
- Reinstate
yield()
after@async writebody(...)
inrequest(::Type{StreamLayer}, ...
- See fa6b206
Debug message improvements:
- Add timestamps to
DEBUG_LEVEL > 0
messages - Print time since last read activity in
show(::IO, ::Connection)
- Enable
DebugLayer
(akaverbose=3
) whenDEBUG_LEVEL >= 3
Fix for query=
option in request(::Client, …)
v0.6.8 new options: idle_timeout=, connect_timeout= and proxy=
New HTTP.request
options:
idle_timeout
, No. of sconds to maintain connection after last transaction.connect_timeout
, No. of seconds to wait for TCP connection to be established.proxy=
, HTTP and HTTPS proxying (not yet tested in the real world). See #218
v0.6.7, readline(::HTTP.Stream) and 0.7.0-DEV.4616 compat
Require MbedTLS.jl v0.5.7
Add Base.readuntil(::HTTP.Stream, ::UInt8)
Fix IOExtras.unread!(::HTTP.Stream)
Now Base.readline(::HTTP.Stream) works
compat for 0.7.0-DEV.4616