[BACK]Return to http.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/Attic/http.c between version 1.8 and 1.9

version 1.8, 2019/05/14 05:58:36 version 1.9, 2019/05/14 18:51:07
Line 441 
Line 441 
   
         if (url->scheme == S_HTTPS) {          if (url->scheme == S_HTTPS) {
                 if (tls_session_fd != -1)                  if (tls_session_fd != -1)
                         dprintf(STDERR_FILENO, "tls session resumed: %s\n",                          fprintf(stderr, "tls session resumed: %s\n",
                             tls_conn_session_resumed(ctx) ? "yes" : "no");                              tls_conn_session_resumed(ctx) ? "yes" : "no");
   
                 do {                  do {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9