Introcuding a new timestamp for curl_easy_getinfo():
authorDaniel Stenberg <daniel@haxx.se>
Thu, 3 Jul 2008 06:56:03 +0000 (06:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 3 Jul 2008 06:56:03 +0000 (06:56 +0000)
commit7c648782bc7c97be81c619acd8598c38b59c5832
tree19083e2f56b425701f0e44abcfe69e60e608aa40
parentee64d14733266ce533eeb3cbc86bd80212527b81
Introcuding a new timestamp for curl_easy_getinfo():
CURLINFO_APPCONNECT_TIME. This is set with the "application layer"
handshake/connection is completed (typically SSL, TLS or SSH). By using this
you can figure out the application layer's own connect time. You can extract
the time stamp using curl's -w option and the new variable named
'time_appconnect'. This feature was sponsored by Lenny Rachitsky at NeuStar.
13 files changed:
CHANGES
RELEASE-NOTES
docs/curl.1
docs/libcurl/curl_easy_getinfo.3
include/curl/curl.h
lib/getinfo.c
lib/progress.c
lib/progress.h
lib/ssh.c
lib/sslgen.c
lib/url.c
lib/urldata.h
src/writeout.c