Changeset 111dac8c7d1252f3d3b6f9ac96b37e6e986b06e4
- Timestamp:
- 03/03/08 17:49:37
(6 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1204562977 +0200
- git-parent:
[ea3b06940d060dff40b090855e632cd7a3726b06]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1204562948 +0200
- Message:
Use 443 rather than 80 as the implicit Host: port when using TLS
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r036d3e3 |
r111dac8 |
|
| 1010 | 1010 | psz_path = "/"; |
|---|
| 1011 | 1011 | } |
|---|
| 1012 | | if( p_sys->url.i_port != 80) |
|---|
| | 1012 | if( p_sys->url.i_port != (pvs ? 443 : 80) ) |
|---|
| 1013 | 1013 | { |
|---|
| 1014 | 1014 | net_Printf( VLC_OBJECT(p_access), p_sys->fd, pvs, |
|---|