Age | Commit message (Collapse) | Author | Files | Lines |
|
substituting PICOHTTPPARSER_DIR only when curl gets build, leads
to different dist tarballs depending on wether libcurl was available
or not. This then breaks later builds from this tarball because of
the missing files.
|
|
|
|
|
|
|
|
commandline
if we run configure with --with-uriparser=... it should use that path or fail.
|
|
|
|
and align them with check_http
|
|
|
|
|
|
|
|
|
|
|
|
protocol, same host) actually work
|
|
|
|
|
|
tests
|
|
|
|
|
|
to use uriparser library from the system
|
|
|
|
|
|
|
|
- remove obsolete todos
- change exit code to unknown if regex exectute fails
Signed-off-by: Sven Nierlein <sven@nierlein.de>
|
|
(since curl 7.56.1 we get an illegal argument error otherwise)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- added old style 'redir' function and options along to a new
libcurl internal 'follow' parameter 'curl'
- moved picohttpparser to it's own subdirectory
- added uriparser to be used instead of the home-grown parser in
'redir'
|
|
|
|
|
|
|
|
|
|
|
|
Host: (makes sure we get the corrent DNS entry and server)
|
|
(get_content_length)
|
|
|
|
|
|
|
|
|
|
|
|
compiled with OpenSSL
|