Fossil SCM
Update comment. No changes to code.
Commit
455b2aa67b62b5eb4b47ed111d8fe2ac33397873556849f790e736ee25a2eeb6
Parent
483ac3db837246c…
1 file changed
+2
-1
+2
-1
| --- src/http_ssl.c | ||
| +++ src/http_ssl.c | ||
| @@ -229,11 +229,12 @@ | ||
| 229 | 229 | |
| 230 | 230 | /* |
| 231 | 231 | ** Open an SSL connection. The identify of the server is determined |
| 232 | 232 | ** as follows: |
| 233 | 233 | ** |
| 234 | -** g.url.name Name of the server. Ex: www.fossil-scm.org | |
| 234 | +** pUrlData->name Name of the server. Ex: www.fossil-scm.org | |
| 235 | +** g.url.name Name of the proxy server, if proxying. | |
| 235 | 236 | ** pUrlData->port TCP/IP port to use. Ex: 80 |
| 236 | 237 | ** |
| 237 | 238 | ** Return the number of errors. |
| 238 | 239 | */ |
| 239 | 240 | int ssl_open(UrlData *pUrlData){ |
| 240 | 241 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -229,11 +229,12 @@ | |
| 229 | |
| 230 | /* |
| 231 | ** Open an SSL connection. The identify of the server is determined |
| 232 | ** as follows: |
| 233 | ** |
| 234 | ** g.url.name Name of the server. Ex: www.fossil-scm.org |
| 235 | ** pUrlData->port TCP/IP port to use. Ex: 80 |
| 236 | ** |
| 237 | ** Return the number of errors. |
| 238 | */ |
| 239 | int ssl_open(UrlData *pUrlData){ |
| 240 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -229,11 +229,12 @@ | |
| 229 | |
| 230 | /* |
| 231 | ** Open an SSL connection. The identify of the server is determined |
| 232 | ** as follows: |
| 233 | ** |
| 234 | ** pUrlData->name Name of the server. Ex: www.fossil-scm.org |
| 235 | ** g.url.name Name of the proxy server, if proxying. |
| 236 | ** pUrlData->port TCP/IP port to use. Ex: 80 |
| 237 | ** |
| 238 | ** Return the number of errors. |
| 239 | */ |
| 240 | int ssl_open(UrlData *pUrlData){ |
| 241 |