[w3m-dev 03070] Re: https through proxy
* url.c (openURL): pass extra_header (Proxy-Authorization:) From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-02-28 Fumitoshi UKAI <ukai@debian.or.jp>
|
||||||
|
|
||||||
|
* [w3m-dev 03070] Re: https through proxy
|
||||||
|
* url.c (openURL): pass extra_header (Proxy-Authorization:)
|
||||||
|
|
||||||
2002-02-26 Fumitoshi UKAI <ukai@debian.or.jp>
|
2002-02-26 Fumitoshi UKAI <ukai@debian.or.jp>
|
||||||
|
|
||||||
* [w3m-dev 03067] Re: https through proxy
|
* [w3m-dev 03067] Re: https through proxy
|
||||||
@@ -3001,4 +3006,4 @@
|
|||||||
* release-0-2-1
|
* release-0-2-1
|
||||||
* import w3m-0.2.1
|
* import w3m-0.2.1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.326 2002/02/26 04:08:48 ukai Exp $
|
$Id: ChangeLog,v 1.327 2002/02/27 16:53:27 ukai Exp $
|
||||||
|
|||||||
4
url.c
4
url.c
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: url.c,v 1.44 2002/02/19 15:50:18 ukai Exp $ */
|
/* $Id: url.c,v 1.45 2002/02/27 16:53:27 ukai Exp $ */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
@@ -1577,7 +1577,7 @@ openURL(char *url, ParsedURL *pu, ParsedURL *current,
|
|||||||
if (pu->scheme == SCM_HTTPS) {
|
if (pu->scheme == SCM_HTTPS) {
|
||||||
if (*status == HTST_NORMAL) {
|
if (*status == HTST_NORMAL) {
|
||||||
hr->command = HR_COMMAND_CONNECT;
|
hr->command = HR_COMMAND_CONNECT;
|
||||||
tmp = HTTPrequest(pu, current, hr, NULL);
|
tmp = HTTPrequest(pu, current, hr, extra_header);
|
||||||
*status = HTST_CONNECT;
|
*status = HTST_CONNECT;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user