deleted unnecessary http headers according to my tests
parent
bcb80431d6
commit
73deeacd7e
|
@ -115,10 +115,8 @@ cache-control: no-cache
|
||||||
connection: close
|
connection: close
|
||||||
content-length: 0
|
content-length: 0
|
||||||
content-type: application/octetstream
|
content-type: application/octetstream
|
||||||
date: Tue, 16 Oct 2012 20:30:17 GMT
|
|
||||||
host: #{rhost}:#{rport}
|
host: #{rhost}:#{rport}
|
||||||
pragma: no-cache
|
pragma: no-cache
|
||||||
senderid: 2d2e1d02-032f-7561-148f-fcc87e48a956
|
|
||||||
targetid: unknown
|
targetid: unknown
|
||||||
targeturi: http://#{rhost}:#{rport}/Hewlett-Packard/OpenView/BBC/ping/
|
targeturi: http://#{rhost}:#{rport}/Hewlett-Packard/OpenView/BBC/ping/
|
||||||
user-agent: BBC 11.00.044; coda unknown version
|
user-agent: BBC 11.00.044; coda unknown version
|
||||||
|
@ -151,11 +149,9 @@ user-agent: BBC 11.00.044; coda unknown version
|
||||||
GET /Hewlett-Packard/OpenView/Coda/ HTTP/1.1
|
GET /Hewlett-Packard/OpenView/Coda/ HTTP/1.1
|
||||||
cache-control: no-cache
|
cache-control: no-cache
|
||||||
content-type: application/octetstream
|
content-type: application/octetstream
|
||||||
date: Tue, 16 Oct 2012 20:30:29 GMT
|
|
||||||
expect: 100-continue
|
expect: 100-continue
|
||||||
host: #{rhost}:#{rport}
|
host: #{rhost}:#{rport}
|
||||||
pragma: no-cache
|
pragma: no-cache
|
||||||
senderid: 2d2e1d02-032f-7561-148f-fcc87e48a956
|
|
||||||
targetid: unknown
|
targetid: unknown
|
||||||
targeturi: http://[#{rhost}]:#{rport}/Hewlett-Packard/OpenView/Coda/
|
targeturi: http://[#{rhost}]:#{rport}/Hewlett-Packard/OpenView/Coda/
|
||||||
transfer-encoding: chunked
|
transfer-encoding: chunked
|
||||||
|
|
Loading…
Reference in New Issue