removed unneeded lines
This commit is contained in:
parent
b7d14da21e
commit
45ad42fa36
@ -754,7 +754,6 @@ found:
|
|||||||
/* qinfo->xpath is not available for the REALM query in the std implementation.
|
/* qinfo->xpath is not available for the REALM query in the std implementation.
|
||||||
* let me check if it's available in case the implementation changes */
|
* let me check if it's available in case the implementation changes */
|
||||||
apath = qinfo->xpath? qinfo->xpath: qse_htre_getqpath (qinfo->req);
|
apath = qinfo->xpath? qinfo->xpath: qse_htre_getqpath (qinfo->req);
|
||||||
printf ("apth in READM QUERY [%s]\n", apath);
|
|
||||||
if (apath)
|
if (apath)
|
||||||
{
|
{
|
||||||
const qse_mchar_t* base;
|
const qse_mchar_t* base;
|
||||||
|
@ -224,7 +224,6 @@ static int proxy_capture_peer_header (qse_htre_t* req, const qse_mchar_t* key, c
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (qse_mbscasecmp (key, QSE_MT("Connection")) != 0 &&
|
if (qse_mbscasecmp (key, QSE_MT("Connection")) != 0 &&
|
||||||
qse_mbscasecmp (key, QSE_MT("Transfer-Encoding")) != 0)
|
qse_mbscasecmp (key, QSE_MT("Transfer-Encoding")) != 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user