Releases: testomato/minicrawler
Releases · testomato/minicrawler
v5.1.1
- allocate bigger buffer for gunzip output
- configure: support debian buster
v5.1.0
- added support for ALPN
- fixed test runners
v5.0.6
- fix: HTTP/2 error callback was called only in case of verbose output
v5.0.5
- fix: final state is error in case of HTTP/2 protocol error
v5.0.4
- reuse open connection only if the host is the same
v5.0.3
- fix storing of HTTP/2 headers (wrong delimiter \r\n\r)
- show correct status if an error happens during resolving URL of redirect location
v5.0.2
- fix redirection http/2 -> http/1.1
v5.0.1
- handle if allocation of buffer fails
v5.0.0
- configurable size of buffer for reading server response (BC breaks in struct
mcrawler_url
) – option -m
- new library functions
mcrawler_url_header
and mcrawler_url_body
for reading response
- fixes for HTTP/2 protocol
v4.1.0
- possible to disable HTTP/2 runtime (not only in compile time)