Bug with socket option on Windows XP
"GRAY Andrew (SPARQ)" <[email protected]> Fri, 29 Jul 2011 11:08:20 +1000
| Newsgroups | gmane.comp.gnu.httptunnel.bugs |
|---|---|
| Message-ID | <6887A31FDBAFD043B60FEC1FC8932735055E4E98BA@QBNEWEMA1.sparq.com.au> |
--===============5186168473526684774==
Content-Language: en-US
Content-Type: multipart/alternative;
boundary="_000_6887A31FDBAFD043B60FEC1FC8932735055E4E98BAQBNEWEMA1spar_"
--_000_6887A31FDBAFD043B60FEC1FC8932735055E4E98BAQBNEWEMA1spar_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hi,
I have the windows binary distribution of httptunnel. I have been having c=
onnecting to a remote server, and using debug level 4, I see that httptunne=
l is attempting to use a socket option SO_RCVLOWAT, which is not supported =
on Windows platforms. According to Microsoft (http://msdn.microsoft.com/en=
-us/library/ms740532(v=3Dvs.85).aspx) that particular socket option will re=
turn with an error/failure. This may be a bug in the windows implementatio=
n.
The symptom is that when attempting the connection, it enters a loop (as se=
en in the output) but never actually completes. Below is the output.
I am not sure if it is a problem with the "clearswift" proxy gateway (which=
does intrusive inspection), or if it's a problem ultimately with httptunne=
l. I do know that other protocols (such as teamviewer) work fine through t=
his proxy.
Here is the output.
C:\Files\httptunnel\debug>htc -D4 -w -A sparq\ag084:Password -P proxybnelb.=
common.local:8080 -F 8022 abcremote.dyndns.org
:80
20110729 110149 htc (httptunnel) 3.3 started with arguments:
20110729 110149 me =3D htc
20110729 110149 device =3D (null)
20110729 110149 host_name =3D abcremote.dyndns.org
20110729 110149 host_port =3D 80
20110729 110149 proxy_name =3D proxybnelb.common.local
20110729 110149 proxy_port =3D 8080
20110729 110149 proxy_buffer_size =3D 0
20110729 110149 proxy_buffer_timeout =3D -1
20110729 110149 content_length =3D 102400
20110729 110149 forward_port =3D 8022
20110729 110149 max_connection_age =3D 300
20110729 110149 use_std =3D 0
20110729 110149 strict_content_length =3D 0
20110729 110149 keep_alive =3D 5
20110729 110149 proxy_authorization =3D sparq\ag084:Password
20110729 110149 user_agent =3D (null)
20110729 110149 debug_level =3D 4
20110729 110149 server_socket (8022) =3D 3
20110729 110149 waiting for connection on port 8022
20110729 110156 wait_for_connection_on_socket (3) =3D 4
20110729 110156 creating a new tunnel
20110729 110156 tunnel_new_client ("abcremote.dyndns.org", 80, =
"proxybnelb.common.local", 8080, 102400)
20110729 110156 tunnel_connect()
20110729 110156 tunnel_out_setsockopts: non-fatal SO_SNDLOWAT error=
: Protocol not available
20110729 110156 tunnel_out_setsockopts: non-fatal SO_SNDLOWAT: 0
20110729 110156 tunnel_out_setsockopts: SO_LINGER: onoff=3D1 linger=
=3D2000
20110729 110156 tunnel_out_setsockopts: non-fatal TCP_NODELAY: 1
20110729 110156 tunnel_out_setsockopts: SO_KEEPALIVE: 1
20110729 110156 http_write_request: POST http://abcremote.dyndn=
s.org:80/index.html?crap=3D1311901316 HTTP/1.1
20110729 110156 tunnel_out_connect: output connected
20110729 110156 tunnel_write_request: TUNNEL_OPEN (1)
20110729 110156 tunnel_in_connect()
20110729 110156 tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error:=
Protocol not available
20110729 110156 tunnel_out_setsockopts: SO_RCVLOWAT: 0
20110729 110156 http_write_request: GET http://abcremote.dyndns=
.org:80/index.html?crap=3D1311901316 HTTP/1.1
20110729 110206 http_parse_response: major version =3D 1
20110729 110206 http_parse_response: minor version =3D 1
20110729 110206 http_parse_response: status code =3D 200
20110729 110206 http_parse_response: status message =3D "OK"
20110729 110206 parse_header: Content-Length: 102400
20110729 110206 parse_header: Pragma: no-cache
20110729 110206 parse_header: Cache-Control: no-cache, no-store=
, must-revalidate
20110729 110206 parse_header: Expires: 0
20110729 110206 parse_header: Content-Type: text/html
20110729 110206 parse_header: date: Fri, 29 Jul 2011 01:01:56 G=
MT
20110729 110206 parse_header: Via: 1.1 Clearswift SECURE Web Ga=
teway
20110729 110206 tunnel_in_connect: input connected
20110729 110206 connected to abcremote.dyndns.org:80 via proxybnelb.common.=
local:8080
20110729 110206 tunnel_read_request: connection closed by peer
20110729 110206 tunnel_in_disconnect: input disconnected
20110729 110206 tunnel_in_connect()
20110729 110206 tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error:=
Protocol not available
20110729 110206 tunnel_out_setsockopts: SO_RCVLOWAT: 0
20110729 110206 http_write_request: GET http://abcremote.dyndns=
.org:80/index.html?crap=3D1311901326 HTTP/1.1
20110729 110217 http_parse_response: major version =3D 1
20110729 110217 http_parse_response: minor version =3D 1
20110729 110217 http_parse_response: status code =3D 200
20110729 110217 http_parse_response: status message =3D "OK"
20110729 110217 parse_header: Content-Length: 102400
20110729 110217 parse_header: Pragma: no-cache
20110729 110217 parse_header: Cache-Control: no-cache, no-store=
, must-revalidate
20110729 110217 parse_header: Expires: 0
20110729 110217 parse_header: Content-Type: text/html
20110729 110217 parse_header: date: Fri, 29 Jul 2011 01:02:07 G=
MT
20110729 110217 parse_header: Via: 1.1 Clearswift SECURE Web Ga=
teway
20110729 110217 tunnel_in_connect: input connected
20110729 110217 tunnel_read_request: connection closed by peer
20110729 110217 tunnel_in_disconnect: input disconnected
20110729 110217 tunnel_in_connect()
20110729 110217 tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error:=
Protocol not available
20110729 110217 tunnel_out_setsockopts: SO_RCVLOWAT: 0
20110729 110217 http_write_request: GET http://abcremote.dyndns=
.org:80/index.html?crap=3D1311901337 HTTP/1.1
20110729 110227 http_parse_response: major version =3D 1
20110729 110227 http_parse_response: minor version =3D 1
20110729 110227 http_parse_response: status code =3D 200
20110729 110227 http_parse_response: status message =3D "OK"
20110729 110227 parse_header: Content-Length: 102400
20110729 110227 parse_header: Pragma: no-cache
20110729 110227 parse_header: Cache-Control: no-cache, no-store=
, must-revalidate
20110729 110227 parse_header: Expires: 0
20110729 110227 parse_header: Content-Type: text/html
20110729 110227 parse_header: date: Fri, 29 Jul 2011 01:02:17 G=
MT
20110729 110227 parse_header: Via: 1.1 Clearswift SECURE Web Ga=
teway
20110729 110227 tunnel_in_connect: input connected
20110729 110227 tunnel_read_request: connection closed by peer
20110729 110227 tunnel_in_disconnect: input disconnected
20110729 110227 tunnel_in_connect()
20110729 110227 tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error:=
Protocol not available
20110729 110227 tunnel_out_setsockopts: SO_RCVLOWAT: 0
20110729 110227 http_write_request: GET http://abcremote.dyndns=
.org:80/index.html?crap=3D1311901347 HTTP/1.1
20110729 110237 http_parse_response: major version =3D 1
20110729 110237 http_parse_response: minor version =3D 1
20110729 110237 http_parse_response: status code =3D 200
20110729 110237 http_parse_response: status message =3D "OK"
20110729 110237 parse_header: Content-Length: 102400
20110729 110237 parse_header: Pragma: no-cache
20110729 110237 parse_header: Cache-Control: no-cache, no-store=
, must-revalidate
20110729 110237 parse_header: Expires: 0
20110729 110237 parse_header: Content-Type: text/html
20110729 110237 parse_header: date: Fri, 29 Jul 2011 01:02:27 G=
MT
20110729 110237 parse_header: Via: 1.1 Clearswift SECURE Web Ga=
teway
20110729 110237 tunnel_in_connect: input connected
20110729 110237 tunnel_read_request: connection closed by peer
20110729 110237 tunnel_in_disconnect: input disconnected
20110729 110237 tunnel_in_connect()
20110729 110237 tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error:=
Protocol not available
20110729 110237 tunnel_out_setsockopts: SO_RCVLOWAT: 0
20110729 110237 http_write_request: GET http://abcremote.dyndns=
.org:80/index.html?crap=3D1311901357 HTTP/1.1
20110729 110247 http_parse_response: major version =3D 1
20110729 110247 http_parse_response: minor version =3D 1
20110729 110247 http_parse_response: status code =3D 200
20110729 110247 http_parse_response: status message =3D "OK"
20110729 110247 parse_header: Content-Length: 102400
20110729 110247 parse_header: Pragma: no-cache
20110729 110247 parse_header: Cache-Control: no-cache, no-store=
, must-revalidate
20110729 110247 parse_header: Expires: 0
20110729 110247 parse_header: Content-Type: text/html
20110729 110247 parse_header: date: Fri, 29 Jul 2011 01:02:37 G=
MT
20110729 110247 parse_header: Via: 1.1 Clearswift SECURE Web Ga=
teway
20110729 110247 tunnel_in_connect: input connected
20110729 110247 tunnel_read_request: connection closed by peer
20110729 110247 tunnel_in_disconnect: input disconnected
20110729 110247 tunnel_in_connect()
20110729 110247 tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error:=
Protocol not available
20110729 110247 tunnel_out_setsockopts: SO_RCVLOWAT: 0
20110729 110247 http_write_request: GET http://abcremote.dyndns=
.org:80/index.html?crap=3D1311901367 HTTP/1.1
20110729 110257 http_parse_response: major version =3D 1
20110729 110257 http_parse_response: minor version =3D 1
20110729 110257 http_parse_response: status code =3D 200
20110729 110257 http_parse_response: status message =3D "OK"
20110729 110257 parse_header: Content-Length: 102400
20110729 110257 parse_header: Pragma: no-cache
20110729 110257 parse_header: Cache-Control: no-cache, no-store=
, must-revalidate
20110729 110257 parse_header: Expires: 0
20110729 110257 parse_header: Content-Type: text/html
20110729 110257 parse_header: date: Fri, 29 Jul 2011 01:02:47 G=
MT
20110729 110257 parse_header: Via: 1.1 Clearswift SECURE Web Ga=
teway
20110729 110257 tunnel_in_connect: input connected
20110729 110257 tunnel_read_request: connection closed by peer
20110729 110257 tunnel_in_disconnect: input disconnected
20110729 110257 tunnel_in_connect()
20110729 110257 tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error:=
Protocol not available
20110729 110257 tunnel_out_setsockopts: SO_RCVLOWAT: 0
20110729 110257 http_write_request: GET http://abcremote.dyndns=
.org:80/index.html?crap=3D1311901377 HTTP/1.1
20110729 110308 http_parse_response: major version =3D 1
20110729 110308 http_parse_response: minor version =3D 1
20110729 110308 http_parse_response: status code =3D 200
20110729 110308 http_parse_response: status message =3D "OK"
20110729 110308 parse_header: Content-Length: 102400
20110729 110308 parse_header: Pragma: no-cache
20110729 110308 parse_header: Cache-Control: no-cache, no-store=
, must-revalidate
20110729 110308 parse_header: Expires: 0
20110729 110308 parse_header: Content-Type: text/html
20110729 110308 parse_header: date: Fri, 29 Jul 2011 01:02:58 G=
MT
20110729 110308 parse_header: Via: 1.1 Clearswift SECURE Web Ga=
teway
20110729 110308 tunnel_in_connect: input connected
20110729 110308 tunnel_read_request: connection closed by peer
20110729 110308 tunnel_in_disconnect: input disconnected
20110729 110308 tunnel_in_connect()
20110729 110308 tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error:=
Protocol not available
20110729 110308 tunnel_out_setsockopts: SO_RCVLOWAT: 0
20110729 110308 http_write_request: GET http://abcremote.dyndns=
.org:80/index.html?crap=3D1311901388 HTTP/1.1
20110729 110318 http_parse_response: major version =3D 1
20110729 110318 http_parse_response: minor version =3D 1
20110729 110318 http_parse_response: status code =3D 200
20110729 110318 http_parse_response: status message =3D "OK"
20110729 110318 parse_header: Content-Length: 102400
20110729 110318 parse_header: Pragma: no-cache
20110729 110318 parse_header: Cache-Control: no-cache, no-store=
, must-revalidate
20110729 110318 parse_header: Expires: 0
20110729 110318 parse_header: Content-Type: text/html
20110729 110318 parse_header: date: Fri, 29 Jul 2011 01:03:08 G=
MT
20110729 110318 parse_header: Via: 1.1 Clearswift SECURE Web Ga=
teway
20110729 110318 tunnel_in_connect: input connected
20110729 110318 tunnel_read_request: connection closed by peer
20110729 110318 tunnel_in_disconnect: input disconnected
20110729 110318 tunnel_in_connect()
20110729 110318 tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error:=
Protocol not available
20110729 110318 tunnel_out_setsockopts: SO_RCVLOWAT: 0
20110729 110318 http_write_request: GET http://abcremote.dyndns=
.org:80/index.html?crap=3D1311901398 HTTP/1.1
20110729 110328 http_parse_response: major version =3D 1
20110729 110328 http_parse_response: minor version =3D 1
20110729 110328 http_parse_response: status code =3D 200
20110729 110328 http_parse_response: status message =3D "OK"
20110729 110328 parse_header: Content-Length: 102400
20110729 110328 parse_header: Pragma: no-cache
20110729 110328 parse_header: Cache-Control: no-cache, no-store=
, must-revalidate
20110729 110328 parse_header: Expires: 0
20110729 110328 parse_header: Content-Type: text/html
20110729 110328 parse_header: date: Fri, 29 Jul 2011 01:03:18 G=
MT
20110729 110328 parse_header: Via: 1.1 Clearswift SECURE Web Ga=
teway
20110729 110328 tunnel_in_connect: input connected
20110729 110328 tunnel_read_request: connection closed by peer
20110729 110328 tunnel_in_disconnect: input disconnected
20110729 110328 tunnel_in_connect()
20110729 110328 tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error:=
Protocol not available
20110729 110328 tunnel_out_setsockopts: SO_RCVLOWAT: 0
20110729 110328 http_write_request: GET http://abcremote.dyndns=
.org:80/index.html?crap=3D1311901408 HTTP/1.1
20110729 110338 http_parse_response: major version =3D 1
20110729 110338 http_parse_response: minor version =3D 1
20110729 110338 http_parse_response: status code =3D 200
20110729 110338 http_parse_response: status message =3D "OK"
20110729 110338 parse_header: Content-Length: 102400
20110729 110338 parse_header: Pragma: no-cache
20110729 110338 parse_header: Cache-Control: no-cache, no-store=
, must-revalidate
20110729 110338 parse_header: Expires: 0
20110729 110338 parse_header: Content-Type: text/html
20110729 110338 parse_header: date: Fri, 29 Jul 2011 01:03:28 G=
MT
20110729 110338 parse_header: Via: 1.1 Clearswift SECURE Web Ga=
teway
20110729 110338 tunnel_in_connect: input connected
20110729 110338 tunnel_read_request: connection closed by peer
20110729 110338 tunnel_in_disconnect: input disconnected
20110729 110338 tunnel_in_connect()
20110729 110338 tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error:=
Protocol not available
20110729 110338 tunnel_out_setsockopts: SO_RCVLOWAT: 0
20110729 110338 http_write_request: GET http://abcremote.dyndns=
.org:80/index.html?crap=3D1311901418 HTTP/1.1
20110729 110348 http_parse_response: major version =3D 1
20110729 110348 http_parse_response: minor version =3D 1
20110729 110348 http_parse_response: status code =3D 200
20110729 110348 http_parse_response: status message =3D "OK"
20110729 110348 parse_header: Content-Length: 102400
20110729 110348 parse_header: Pragma: no-cache
20110729 110348 parse_header: Cache-Control: no-cache, no-store=
, must-revalidate
20110729 110348 parse_header: Expires: 0
20110729 110348 parse_header: Content-Type: text/html
20110729 110348 parse_header: date: Fri, 29 Jul 2011 01:03:38 G=
MT
20110729 110348 parse_header: Via: 1.1 Clearswift SECURE Web Ga=
teway
20110729 110348 tunnel_in_connect: input connected
20110729 110348 tunnel_read_request: connection closed by peer
20110729 110348 tunnel_in_disconnect: input disconnected
20110729 110348 tunnel_in_connect()
20110729 110348 tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error:=
Protocol not available
20110729 110348 tunnel_out_setsockopts: SO_RCVLOWAT: 0
20110729 110348 http_write_request: GET http://abcremote.dyndns=
.org:80/index.html?crap=3D1311901428 HTTP/1.1
20110729 110359 http_parse_response: major version =3D 1
20110729 110359 http_parse_response: minor version =3D 1
20110729 110359 http_parse_response: status code =3D 200
20110729 110359 http_parse_response: status message =3D "OK"
20110729 110359 parse_header: Content-Length: 102400
20110729 110359 parse_header: Pragma: no-cache
20110729 110359 parse_header: Cache-Control: no-cache, no-store=
, must-revalidate
20110729 110359 parse_header: Expires: 0
20110729 110359 parse_header: Content-Type: text/html
20110729 110359 parse_header: date: Fri, 29 Jul 2011 01:03:49 G=
MT
20110729 110359 parse_header: Via: 1.1 Clearswift SECURE Web Ga=
teway
20110729 110359 tunnel_in_connect: input connected
20110729 110359 tunnel_read_request: connection closed by peer
20110729 110359 tunnel_in_disconnect: input disconnected
20110729 110359 tunnel_in_connect()
20110729 110359 tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error:=
Protocol not available
20110729 110359 tunnel_out_setsockopts: SO_RCVLOWAT: 0
20110729 110359 http_write_request: GET http://abcremote.dyndns=
.org:80/index.html?crap=3D1311901439 HTTP/1.1
20110729 110409 http_parse_response: major version =3D 1
20110729 110409 http_parse_response: minor version =3D 1
20110729 110409 http_parse_response: status code =3D 200
20110729 110409 http_parse_response: status message =3D "OK"
20110729 110409 parse_header: Content-Length: 102400
20110729 110409 parse_header: Pragma: no-cache
20110729 110409 parse_header: Cache-Control: no-cache, no-store=
, must-revalidate
20110729 110409 parse_header: Expires: 0
20110729 110409 parse_header: Content-Type: text/html
20110729 110409 parse_header: date: Fri, 29 Jul 2011 01:03:59 G=
MT
20110729 110409 parse_header: Via: 1.1 Clearswift SECURE Web Ga=
teway
20110729 110409 tunnel_in_connect: input connected
20110729 110409 device or port closed
20110729 110409 tunnel_read_request: connection closed by peer
20110729 110409 tunnel_in_disconnect: input disconnected
20110729 110409 tunnel_in_connect()
20110729 110409 tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error:=
Protocol not available
20110729 110409 tunnel_out_setsockopts: SO_RCVLOWAT: 0
20110729 110409 http_write_request: GET http://abcremote.dyndns=
.org:80/index.html?crap=3D1311901449 HTTP/1.1
20110729 110419 http_parse_response: major version =3D 1
20110729 110419 http_parse_response: minor version =3D 1
20110729 110419 http_parse_response: status code =3D 200
20110729 110419 http_parse_response: status message =3D "OK"
20110729 110419 parse_header: Content-Length: 102400
20110729 110419 parse_header: Pragma: no-cache
20110729 110419 parse_header: Cache-Control: no-cache, no-store=
, must-revalidate
20110729 110419 parse_header: Expires: 0
20110729 110419 parse_header: Content-Type: text/html
20110729 110419 parse_header: date: Fri, 29 Jul 2011 01:04:09 G=
MT
20110729 110419 parse_header: Via: 1.1 Clearswift SECURE Web Ga=
teway
20110729 110419 tunnel_in_connect: input connected
20110729 110419 destroying tunnel
20110729 110419 tunnel_close: write TUNNEL_CLOSE request
20110729 110419 tunnel_write_request: TUNNEL_CLOSE
20110729 110419 tunnel_out_disconnect: warning: bytes=3D5 !=3D content_=
length=3D102400
20110729 110419 tunnel_out_disconnect: output disconnected
20110729 110419 tunnel_close: reading trailing data from input ...
20110729 110419 tunnel_close: ... done (tunnel closed)
20110729 110419 tunnel_in_disconnect: input disconnected
20110729 110419 disconnected from abcremote.dyndns.org:80 via proxybnelb.co=
mmon.local:8080
20110729 110419 waiting for connection on port 8022
Andrew Gray
Senior Software Specialist
Corporate Data Systems
SPARQ Solutions
Ph 07 3003 3169 | Fax 07 3003 3907
25 Montpelier Road
Bowen Hills, Brisbane, Qld 4006
E-Mail [email protected]
=20
***************************************************************************=
***********************
This email message (including any file attachments transmitted with it) is =
for the sole use of the intended recipient(s) and may contain confidential =
and legally privileged information. Any unauthorised review, use, alteratio=
n, disclosure or distribution of this email (including any attachments) by =
an unintended recipient is prohibited. If you have received this email in e=
rror, please notify the sender by return email and destroy all copies of th=
e original message. Any confidential or legal professional privilege is not=
waived or lost by any mistaken delivery of the email. SPARQ Solutions acce=
pts no responsibility for the content of any email which is sent by an empl=
oyee which is of a personal nature.
Sender Details:
SPARQ Solutions
PO Box 15760 City East, Brisbane QLD Australia 4002
+61 7 4931 2222
SPARQ Solutions policy is to not send unsolicited electronic messages. Susp=
ected breaches of this policy can be reported by replying to this message i=
ncluding the original message and the word "UNSUBSCRIBE" in the subject.
***************************************************************************=
***********************
--_000_6887A31FDBAFD043B60FEC1FC8932735055E4E98BAQBNEWEMA1spar_
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
<html>
<head>
<META http-equiv=3D"Content-Type" content=3D"text/html; charset=3DISO-8859-=
1">
<meta name=3D"Generator" content=3D"Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left:=
#800000 2px solid; } --></style>
</head>
<body>
<font face=3D"Arial, sans-serif" size=3D"2">
<div>Hi,</div>
<div> </div>
<div>I have the windows binary distribution of httptunnel. I have bee=
n having connecting to a remote server, and using debug level 4, I see that=
httptunnel is attempting to use a socket option SO_RCVLOWAT, which is not =
supported on Windows platforms. According
to Microsoft (<a href=3D"http://msdn.microsoft.com/en-us/library/ms740532(v=
=3Dvs.85).aspx"><font face=3D"Arial, sans-serif" color=3D"#0000FF"><u>http:=
//msdn.microsoft.com/en-us/library/ms740532(v=3Dvs.85).aspx</u></font></a>)=
that particular socket option will return
with an error/failure. This may be a bug in the windows implementatio=
n.</div>
<div> </div>
<div>The symptom is that when attempting the connection, it enters a loop (=
as seen in the output) but never actually completes. Below is the out=
put.</div>
<div> </div>
<div>I am not sure if it is a problem with the "clearswift" proxy=
gateway (which does intrusive inspection), or if it's a problem ultimately=
with httptunnel. I do know that other protocols (such as teamviewer)=
work fine through this proxy.</div>
<div> </div>
<div>Here is the output.</div>
<div> </div>
<div><font face=3D"Courier New, monospace" size=3D"2">C:\Files\httptunnel\d=
ebug>htc -D4 -w -A sparq\ag084:Password -P proxybnelb.common.local:8080 =
-F 8022 abcremote.dyndns.org</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">:80</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 htc (=
httptunnel) 3.3 started with arguments:</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
me =3D htc</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
device =3D (null)</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
host_name =3D abcremote.dyndns.org</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
host_port =3D 80</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
proxy_name =3D proxybnelb.common.local</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
proxy_port =3D 8080</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
proxy_buffer_size =3D 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
proxy_buffer_timeout =3D -1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
content_length =3D 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
forward_port =3D 8022</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
max_connection_age =3D 300</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
use_std =3D 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
strict_content_length =3D 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
keep_alive =3D 5</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
proxy_authorization =3D sparq\ag084:Password</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
user_agent =3D (null)</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
debug_level =3D 4</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
server_socket (8022) =3D 3</font=
></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110149 =
waiting for connection on port 8=
022</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
wait_for_connection_on_socket (3=
) =3D 4</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
creating a new tunnel</font></di=
v>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
tunnel_n=
ew_client ("abcremote.dyndns.org", 80, "proxybnelb.common.lo=
cal", 8080, 102400)</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
tunnel_c=
onnect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
tunnel_out_setsockopts: non-fata=
l SO_SNDLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
tunnel_out_setsockopts: non-fata=
l SO_SNDLOWAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
tunnel_out_setsockopts: SO_LINGE=
R: onoff=3D1 linger=3D2000</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
tunnel_out_setsockopts: non-fata=
l TCP_NODELAY: 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
tunnel_out_setsockopts: SO_KEEPA=
LIVE: 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
http_wri=
te_request: POST <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901316"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901316</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
tunnel_out_connect: output conne=
cted</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
tunnel_write_request: TUNNEL_OPE=
N (1)</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
tunnel_i=
n_connect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
tunnel_in_setsockopts: non-fatal=
SO_RCVLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
tunnel_out_setsockopts: SO_RCVLO=
WAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110156 =
http_wri=
te_request: GET <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901316"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901316</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
http_par=
se_response: major version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
http_par=
se_response: minor version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
http_par=
se_response: status code =3D 200</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
http_par=
se_response: status message =3D "OK"</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
parse_he=
ader: Content-Length: 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
parse_he=
ader: Pragma: no-cache</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
parse_he=
ader: Cache-Control: no-cache, no-store, must-revalidate</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
parse_he=
ader: Expires: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
parse_he=
ader: Content-Type: text/html</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
parse_he=
ader: date: Fri, 29 Jul 2011 01:01:56 GMT</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
parse_he=
ader: Via: 1.1 Clearswift SECURE Web Gateway</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
tunnel_in_connect: input connect=
ed</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 conne=
cted to abcremote.dyndns.org:80 via proxybnelb.common.local:8080</font></di=
v>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
tunnel_read_request: connection =
closed by peer</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
tunnel_in_disconnect: input disc=
onnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
tunnel_i=
n_connect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
tunnel_in_setsockopts: non-fatal=
SO_RCVLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
tunnel_out_setsockopts: SO_RCVLO=
WAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110206 =
http_wri=
te_request: GET <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901326"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901326</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
http_par=
se_response: major version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
http_par=
se_response: minor version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
http_par=
se_response: status code =3D 200</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
http_par=
se_response: status message =3D "OK"</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
parse_he=
ader: Content-Length: 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
parse_he=
ader: Pragma: no-cache</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
parse_he=
ader: Cache-Control: no-cache, no-store, must-revalidate</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
parse_he=
ader: Expires: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
parse_he=
ader: Content-Type: text/html</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
parse_he=
ader: date: Fri, 29 Jul 2011 01:02:07 GMT</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
parse_he=
ader: Via: 1.1 Clearswift SECURE Web Gateway</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
tunnel_in_connect: input connect=
ed</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
tunnel_read_request: connection =
closed by peer</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
tunnel_in_disconnect: input disc=
onnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
tunnel_i=
n_connect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
tunnel_in_setsockopts: non-fatal=
SO_RCVLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
tunnel_out_setsockopts: SO_RCVLO=
WAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110217 =
http_wri=
te_request: GET <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901337"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901337</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
http_par=
se_response: major version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
http_par=
se_response: minor version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
http_par=
se_response: status code =3D 200</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
http_par=
se_response: status message =3D "OK"</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
parse_he=
ader: Content-Length: 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
parse_he=
ader: Pragma: no-cache</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
parse_he=
ader: Cache-Control: no-cache, no-store, must-revalidate</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
parse_he=
ader: Expires: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
parse_he=
ader: Content-Type: text/html</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
parse_he=
ader: date: Fri, 29 Jul 2011 01:02:17 GMT</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
parse_he=
ader: Via: 1.1 Clearswift SECURE Web Gateway</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
tunnel_in_connect: input connect=
ed</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
tunnel_read_request: connection =
closed by peer</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
tunnel_in_disconnect: input disc=
onnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
tunnel_i=
n_connect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
tunnel_in_setsockopts: non-fatal=
SO_RCVLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
tunnel_out_setsockopts: SO_RCVLO=
WAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110227 =
http_wri=
te_request: GET <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901347"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901347</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
http_par=
se_response: major version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
http_par=
se_response: minor version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
http_par=
se_response: status code =3D 200</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
http_par=
se_response: status message =3D "OK"</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
parse_he=
ader: Content-Length: 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
parse_he=
ader: Pragma: no-cache</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
parse_he=
ader: Cache-Control: no-cache, no-store, must-revalidate</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
parse_he=
ader: Expires: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
parse_he=
ader: Content-Type: text/html</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
parse_he=
ader: date: Fri, 29 Jul 2011 01:02:27 GMT</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
parse_he=
ader: Via: 1.1 Clearswift SECURE Web Gateway</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
tunnel_in_connect: input connect=
ed</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
tunnel_read_request: connection =
closed by peer</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
tunnel_in_disconnect: input disc=
onnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
tunnel_i=
n_connect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
tunnel_in_setsockopts: non-fatal=
SO_RCVLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
tunnel_out_setsockopts: SO_RCVLO=
WAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110237 =
http_wri=
te_request: GET <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901357"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901357</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
http_par=
se_response: major version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
http_par=
se_response: minor version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
http_par=
se_response: status code =3D 200</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
http_par=
se_response: status message =3D "OK"</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
parse_he=
ader: Content-Length: 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
parse_he=
ader: Pragma: no-cache</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
parse_he=
ader: Cache-Control: no-cache, no-store, must-revalidate</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
parse_he=
ader: Expires: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
parse_he=
ader: Content-Type: text/html</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
parse_he=
ader: date: Fri, 29 Jul 2011 01:02:37 GMT</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
parse_he=
ader: Via: 1.1 Clearswift SECURE Web Gateway</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
tunnel_in_connect: input connect=
ed</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
tunnel_read_request: connection =
closed by peer</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
tunnel_in_disconnect: input disc=
onnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
tunnel_i=
n_connect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
tunnel_in_setsockopts: non-fatal=
SO_RCVLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
tunnel_out_setsockopts: SO_RCVLO=
WAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110247 =
http_wri=
te_request: GET <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901367"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901367</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
http_par=
se_response: major version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
http_par=
se_response: minor version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
http_par=
se_response: status code =3D 200</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
http_par=
se_response: status message =3D "OK"</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
parse_he=
ader: Content-Length: 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
parse_he=
ader: Pragma: no-cache</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
parse_he=
ader: Cache-Control: no-cache, no-store, must-revalidate</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
parse_he=
ader: Expires: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
parse_he=
ader: Content-Type: text/html</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
parse_he=
ader: date: Fri, 29 Jul 2011 01:02:47 GMT</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
parse_he=
ader: Via: 1.1 Clearswift SECURE Web Gateway</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
tunnel_in_connect: input connect=
ed</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
tunnel_read_request: connection =
closed by peer</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
tunnel_in_disconnect: input disc=
onnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
tunnel_i=
n_connect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
tunnel_in_setsockopts: non-fatal=
SO_RCVLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
tunnel_out_setsockopts: SO_RCVLO=
WAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110257 =
http_wri=
te_request: GET <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901377"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901377</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
http_par=
se_response: major version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
http_par=
se_response: minor version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
http_par=
se_response: status code =3D 200</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
http_par=
se_response: status message =3D "OK"</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
parse_he=
ader: Content-Length: 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
parse_he=
ader: Pragma: no-cache</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
parse_he=
ader: Cache-Control: no-cache, no-store, must-revalidate</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
parse_he=
ader: Expires: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
parse_he=
ader: Content-Type: text/html</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
parse_he=
ader: date: Fri, 29 Jul 2011 01:02:58 GMT</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
parse_he=
ader: Via: 1.1 Clearswift SECURE Web Gateway</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
tunnel_in_connect: input connect=
ed</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
tunnel_read_request: connection =
closed by peer</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
tunnel_in_disconnect: input disc=
onnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
tunnel_i=
n_connect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
tunnel_in_setsockopts: non-fatal=
SO_RCVLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
tunnel_out_setsockopts: SO_RCVLO=
WAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110308 =
http_wri=
te_request: GET <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901388"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901388</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
http_par=
se_response: major version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
http_par=
se_response: minor version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
http_par=
se_response: status code =3D 200</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
http_par=
se_response: status message =3D "OK"</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
parse_he=
ader: Content-Length: 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
parse_he=
ader: Pragma: no-cache</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
parse_he=
ader: Cache-Control: no-cache, no-store, must-revalidate</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
parse_he=
ader: Expires: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
parse_he=
ader: Content-Type: text/html</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
parse_he=
ader: date: Fri, 29 Jul 2011 01:03:08 GMT</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
parse_he=
ader: Via: 1.1 Clearswift SECURE Web Gateway</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
tunnel_in_connect: input connect=
ed</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
tunnel_read_request: connection =
closed by peer</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
tunnel_in_disconnect: input disc=
onnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
tunnel_i=
n_connect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
tunnel_in_setsockopts: non-fatal=
SO_RCVLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
tunnel_out_setsockopts: SO_RCVLO=
WAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110318 =
http_wri=
te_request: GET <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901398"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901398</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
http_par=
se_response: major version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
http_par=
se_response: minor version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
http_par=
se_response: status code =3D 200</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
http_par=
se_response: status message =3D "OK"</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
parse_he=
ader: Content-Length: 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
parse_he=
ader: Pragma: no-cache</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
parse_he=
ader: Cache-Control: no-cache, no-store, must-revalidate</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
parse_he=
ader: Expires: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
parse_he=
ader: Content-Type: text/html</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
parse_he=
ader: date: Fri, 29 Jul 2011 01:03:18 GMT</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
parse_he=
ader: Via: 1.1 Clearswift SECURE Web Gateway</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
tunnel_in_connect: input connect=
ed</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
tunnel_read_request: connection =
closed by peer</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
tunnel_in_disconnect: input disc=
onnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
tunnel_i=
n_connect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
tunnel_in_setsockopts: non-fatal=
SO_RCVLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
tunnel_out_setsockopts: SO_RCVLO=
WAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110328 =
http_wri=
te_request: GET <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901408"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901408</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
http_par=
se_response: major version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
http_par=
se_response: minor version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
http_par=
se_response: status code =3D 200</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
http_par=
se_response: status message =3D "OK"</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
parse_he=
ader: Content-Length: 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
parse_he=
ader: Pragma: no-cache</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
parse_he=
ader: Cache-Control: no-cache, no-store, must-revalidate</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
parse_he=
ader: Expires: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
parse_he=
ader: Content-Type: text/html</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
parse_he=
ader: date: Fri, 29 Jul 2011 01:03:28 GMT</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
parse_he=
ader: Via: 1.1 Clearswift SECURE Web Gateway</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
tunnel_in_connect: input connect=
ed</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
tunnel_read_request: connection =
closed by peer</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
tunnel_in_disconnect: input disc=
onnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
tunnel_i=
n_connect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
tunnel_in_setsockopts: non-fatal=
SO_RCVLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
tunnel_out_setsockopts: SO_RCVLO=
WAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110338 =
http_wri=
te_request: GET <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901418"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901418</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
http_par=
se_response: major version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
http_par=
se_response: minor version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
http_par=
se_response: status code =3D 200</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
http_par=
se_response: status message =3D "OK"</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
parse_he=
ader: Content-Length: 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
parse_he=
ader: Pragma: no-cache</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
parse_he=
ader: Cache-Control: no-cache, no-store, must-revalidate</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
parse_he=
ader: Expires: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
parse_he=
ader: Content-Type: text/html</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
parse_he=
ader: date: Fri, 29 Jul 2011 01:03:38 GMT</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
parse_he=
ader: Via: 1.1 Clearswift SECURE Web Gateway</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
tunnel_in_connect: input connect=
ed</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
tunnel_read_request: connection =
closed by peer</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
tunnel_in_disconnect: input disc=
onnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
tunnel_i=
n_connect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
tunnel_in_setsockopts: non-fatal=
SO_RCVLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
tunnel_out_setsockopts: SO_RCVLO=
WAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110348 =
http_wri=
te_request: GET <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901428"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901428</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
http_par=
se_response: major version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
http_par=
se_response: minor version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
http_par=
se_response: status code =3D 200</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
http_par=
se_response: status message =3D "OK"</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
parse_he=
ader: Content-Length: 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
parse_he=
ader: Pragma: no-cache</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
parse_he=
ader: Cache-Control: no-cache, no-store, must-revalidate</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
parse_he=
ader: Expires: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
parse_he=
ader: Content-Type: text/html</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
parse_he=
ader: date: Fri, 29 Jul 2011 01:03:49 GMT</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
parse_he=
ader: Via: 1.1 Clearswift SECURE Web Gateway</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
tunnel_in_connect: input connect=
ed</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
tunnel_read_request: connection =
closed by peer</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
tunnel_in_disconnect: input disc=
onnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
tunnel_i=
n_connect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
tunnel_in_setsockopts: non-fatal=
SO_RCVLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
tunnel_out_setsockopts: SO_RCVLO=
WAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110359 =
http_wri=
te_request: GET <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901439"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901439</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
http_par=
se_response: major version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
http_par=
se_response: minor version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
http_par=
se_response: status code =3D 200</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
http_par=
se_response: status message =3D "OK"</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
parse_he=
ader: Content-Length: 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
parse_he=
ader: Pragma: no-cache</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
parse_he=
ader: Cache-Control: no-cache, no-store, must-revalidate</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
parse_he=
ader: Expires: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
parse_he=
ader: Content-Type: text/html</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
parse_he=
ader: date: Fri, 29 Jul 2011 01:03:59 GMT</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
parse_he=
ader: Via: 1.1 Clearswift SECURE Web Gateway</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
tunnel_in_connect: input connect=
ed</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
device or port closed</font></di=
v>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
tunnel_read_request: connection =
closed by peer</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
tunnel_in_disconnect: input disc=
onnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
tunnel_i=
n_connect()</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
tunnel_in_setsockopts: non-fatal=
SO_RCVLOWAT error: Protocol not available</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
tunnel_out_setsockopts: SO_RCVLO=
WAT: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110409 =
http_wri=
te_request: GET <a href=3D"http://abcremote.dyndns.org:80/index.html?crap=
=3D1311901449"><font color=3D"#0000FF"><u>http://abcremote.dyndns.org:80/in=
dex.html?crap=3D1311901449</u></font></a>
HTTP/1.1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
http_par=
se_response: major version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
http_par=
se_response: minor version =3D 1</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
http_par=
se_response: status code =3D 200</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
http_par=
se_response: status message =3D "OK"</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
parse_he=
ader: Content-Length: 102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
parse_he=
ader: Pragma: no-cache</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
parse_he=
ader: Cache-Control: no-cache, no-store, must-revalidate</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
parse_he=
ader: Expires: 0</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
parse_he=
ader: Content-Type: text/html</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
parse_he=
ader: date: Fri, 29 Jul 2011 01:04:09 GMT</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
parse_he=
ader: Via: 1.1 Clearswift SECURE Web Gateway</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
tunnel_in_connect: input connect=
ed</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
destroying tunnel</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
tunnel_close: write TUNNEL_CLOSE=
request</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
tunnel_write_request: TUNNEL_CLO=
SE</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
tunnel_out_disconnect: warning: bytes=3D5 !=3D content_l=
ength=3D102400</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
tunnel_out_disconnect: output di=
sconnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
tunnel_close: reading trailing d=
ata from input ...</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
tunnel_close: ... done (tunnel c=
losed)</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
tunnel_in_disconnect: input disc=
onnected</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 disco=
nnected from abcremote.dyndns.org:80 via proxybnelb.common.local:8080</font=
></div>
<div><font face=3D"Courier New, monospace" size=3D"2">20110729 110419 =
waiting for connection on port 8=
022</font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Courier New, monospace" size=3D"2"> </font></div>
<div><font face=3D"Tahoma, sans-serif" size=3D"1" color=3D"#008000"><b>Andr=
ew Gray<br>
</b><font size=3D"1" color=3D"#808000">Senior Software Specialist<br>
Corporate Data Systems<br>
SPARQ Solutions<br>
Ph 07 3003 3169 | Fax 07 3003 3907<br>
25 Montpelier Road<br>
Bowen Hills, Brisbane, Qld 4006<br>
E-Mail [email protected]<br>
</font></font></div>
<div><font face=3D"Tahoma, sans-serif" size=3D"1"> </font></div>
<div> </div>
</font>
=A0<br />******************************************************************=
*******************<br />This email message (including any file attachments=
transmitted with it) is for the sole use of the intended recipient(s) and =
may contain confidential and legally privileged information. Any unauthoris=
ed review, use, alteration, disclosure or distribution of this email (inclu=
ding any attachments) by an unintended recipient is prohibited. If you have=
received this email in error, please notify the sender by return email and=
destroy all copies of the original message. Any confidential or legal prof=
essional privilege is not waived or lost by any mistaken delivery of the em=
ail. SPARQ Solutions accepts no responsibility for the content of any email=
which is sent by an employee which is of a personal nature.<br />Sender De=
tails:<br />=A0 SPARQ Solutions<br />=A0 PO Box 15760 City East, Brisbane Q=
LD Australia 4002<br />=A0 +61 7 4931 2222<br />SPARQ Solutions policy is t=
o not send unsolicited electronic=A0messages. Suspected breaches of this po=
licy can be reported by replying=A0to this message including the original m=
essage and the word "UNSUBSCRIBE" in the subject. <br />*********=
***************************************************************************=
*=20
</body>
</html>
--_000_6887A31FDBAFD043B60FEC1FC8932735055E4E98BAQBNEWEMA1spar_--
--===============5186168473526684774==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
bug-httptunnel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-httptunnel
--===============5186168473526684774==--