[squid-users] Transparent proxy with Peek and Splice feature.

Vadim Rogoziansky vrogoziansky.squid at gmail.com
Tue Dec 2 18:32:36 UTC 2014


Yeap, squid perfectly "splice" the destination domain after step1 or 
step2 or step3 when the browser is set to use proxy directly.
But, it does not work in case of transparent proxy. Squid uses client IP 
address instead of SNI details.

I've attached squid debug log.
The example of using client IP address is below:
2014/11/27 01:15:22.851| DomainData.cc(110) match: aclMatchDomainList: 
'212.42.77.232' NOT found

Thank you guys.

11/29/2014 6:17 AM, Amos Jeffries написав(ла):
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 28/11/2014 2:48 a.m., Vadim Rogoziansky wrote:
>> Hello Amos.
>>
>> Thank you for answer.
>>
>> There was made an investigation related to squid's peek and splice
>> issues in transparent mode. One-line explanation is as follows - in
>> intercept mode squid can't get a server host name from the request
>> header and uses clent IP address instead for both fake cert
>> generation and as a SNI record in server bump SSL handshaking. This
>> is the root of the problem. However this can be fixed if squid uses
>> SNI field taken from client TLS Hello message for that purposes.
>> Can you hack squid in this way? What do you think?
> I think peek-n-splice is supposed to already be doing that.
>
> However it does depend on whether you are bumping the connection at
> step 1 (before ClientHello), step 2 (after ClientHello, before
> ServerHello), or step 3 (after both ClientHello and ServerHello) of
> the TLS handshake whether the SNI details are present.
>
> Amos
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.22 (MingW32)
>
> iQEcBAEBAgAGBQJUeUjPAAoJELJo5wb/XPRj6QEIAOHrR8wmDcjkfgUh2UtPwpHP
> vVkPMEuIrUq9Gxx3uSojCZjlFJPuCQ2UafS1p8LuxcEQ+TRmUFbAu4AkKoO2RoZ5
> 7fCGoiXTwn4TzFf0pLh9SPBq9j12OJ3uT28EEqbILrT0sbKP02xK/qiJfCLR61Ev
> vprAdggapbKg/ns1l1H3BBgZR2A4W/abQPIq6/Eu/r+7nYK6L2oOdqPDWTJjudMV
> 8D9sdOD9mYYryrdptU0GLh9Q/V5QEhipSkuA936iZ0Dfa2ZSr4gphJyaRAFWSMf3
> q502lZy+ASkDa2vAbjALRBgn3VwYWl8KBQcypUKF4UXtaLtF0EIrLMun+p4QxUM=
> =44aG
> -----END PGP SIGNATURE-----
> _______________________________________________
> squid-users mailing list
> squid-users at lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-users

-------------- next part --------------
2014/11/27 01:15:22.431| debug.cc(403) parseOptions: command-line -X overrides: ALL,7
2014/11/27 01:15:22.431| cache_manager.cc(80) registerProfile: registering legacy mem
2014/11/27 01:15:22.431| cache_manager.cc(114) findAction: CacheManager::findAction: looking for action mem
2014/11/27 01:15:22.431| cache_manager.cc(122) findAction: Action not found.
2014/11/27 01:15:22.431| cache_manager.cc(65) registerProfile: registered profile: mem
2014/11/27 01:15:22.431| cache_manager.cc(80) registerProfile: registering legacy squidaio_counts
2014/11/27 01:15:22.431| cache_manager.cc(114) findAction: CacheManager::findAction: looking for action squidaio_counts
2014/11/27 01:15:22.431| cache_manager.cc(122) findAction: Action not found.
2014/11/27 01:15:22.431| cache_manager.cc(65) registerProfile: registered profile: squidaio_counts
2014/11/27 01:15:22.431| cache_manager.cc(114) findAction: CacheManager::findAction: looking for action diskd
2014/11/27 01:15:22.432| cache_manager.cc(122) findAction: Action not found.
2014/11/27 01:15:22.432| cache_manager.cc(65) registerProfile: registered profile: diskd
2014/11/27 01:15:22.432| rock/RockStoreFileSystem.cc(50) setup: Will use Rock FS
2014/11/27 01:15:22.432| Startup: Initializing Authentication Schemes ...
2014/11/27 01:15:22.432| Startup: Initialized Authentication Scheme 'basic'
2014/11/27 01:15:22.432| Startup: Initialized Authentication Scheme 'digest'
2014/11/27 01:15:22.432| Startup: Initialized Authentication Scheme 'negotiate'
2014/11/27 01:15:22.432| Startup: Initialized Authentication.
2014/11/27 01:15:22.432| tools.cc(63) ProbeTransport: IPv6 transport forced OFF by build parameters.
2014/11/27 01:15:22.432| Config.cc(48) registerTokens:  register format tokens for 'adapt'
2014/11/27 01:15:22.432| Config.cc(48) registerTokens:  register format tokens for 'icap'
2014/11/27 01:15:22.432| Config.cc(48) registerTokens:  register format tokens for 'ssl'
2014/11/27 01:15:22.432| cache_cf.cc(570) parseConfigFile: 
2014/11/27 01:15:22.432| cf_parser.cci(4094) free_all: 
2014/11/27 01:15:22.432| Acl.cc(396) Registered: ACL::Prototype::Registered: invoked for type ssl_error
2014/11/27 01:15:22.432| Acl.cc(400) Registered: ACL::Prototype::Registered:    yes
2014/11/27 01:15:22.432| Acl.cc(97) FindByName: ACL::FindByName 'ssl::certHasExpired'
2014/11/27 01:15:22.432| Acl.cc(103) FindByName: ACL::FindByName found no match
2014/11/27 01:15:22.432| Acl.cc(238) ParseAclLine: aclParseAclLine: Creating ACL 'ssl::certHasExpired'
2014/11/27 01:15:22.432| Acl.cc(432) Factory: ACL::Prototype::Factory: cloning an object for type 'ssl_error'
2014/11/27 01:15:22.432| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c5cc98
2014/11/27 01:15:22.432| Acl.cc(396) Registered: ACL::Prototype::Registered: invoked for type ssl_error
2014/11/27 01:15:22.432| Acl.cc(400) Registered: ACL::Prototype::Registered:    yes
2014/11/27 01:15:22.432| Acl.cc(97) FindByName: ACL::FindByName 'ssl::certNotYetValid'
2014/11/27 01:15:22.432| Acl.cc(103) FindByName: ACL::FindByName found no match
2014/11/27 01:15:22.432| Acl.cc(238) ParseAclLine: aclParseAclLine: Creating ACL 'ssl::certNotYetValid'
2014/11/27 01:15:22.432| Acl.cc(432) Factory: ACL::Prototype::Factory: cloning an object for type 'ssl_error'
2014/11/27 01:15:22.432| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c5b398
2014/11/27 01:15:22.432| Acl.cc(396) Registered: ACL::Prototype::Registered: invoked for type ssl_error
2014/11/27 01:15:22.432| Acl.cc(400) Registered: ACL::Prototype::Registered:    yes
2014/11/27 01:15:22.432| Acl.cc(97) FindByName: ACL::FindByName 'ssl::certDomainMismatch'
2014/11/27 01:15:22.432| Acl.cc(103) FindByName: ACL::FindByName found no match
2014/11/27 01:15:22.432| Acl.cc(238) ParseAclLine: aclParseAclLine: Creating ACL 'ssl::certDomainMismatch'
2014/11/27 01:15:22.432| Acl.cc(432) Factory: ACL::Prototype::Factory: cloning an object for type 'ssl_error'
2014/11/27 01:15:22.432| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c5bf98
2014/11/27 01:15:22.432| Acl.cc(396) Registered: ACL::Prototype::Registered: invoked for type ssl_error
2014/11/27 01:15:22.432| Acl.cc(400) Registered: ACL::Prototype::Registered:    yes
2014/11/27 01:15:22.432| Acl.cc(97) FindByName: ACL::FindByName 'ssl::certUntrusted'
2014/11/27 01:15:22.432| Acl.cc(103) FindByName: ACL::FindByName found no match
2014/11/27 01:15:22.432| Acl.cc(238) ParseAclLine: aclParseAclLine: Creating ACL 'ssl::certUntrusted'
2014/11/27 01:15:22.432| Acl.cc(432) Factory: ACL::Prototype::Factory: cloning an object for type 'ssl_error'
2014/11/27 01:15:22.432| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c5afc8
2014/11/27 01:15:22.432| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c5c448
2014/11/27 01:15:22.432| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c5bff8
2014/11/27 01:15:22.432| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c5d028
2014/11/27 01:15:22.432| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c5d098
2014/11/27 01:15:22.432| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c5d308
2014/11/27 01:15:22.432| Acl.cc(396) Registered: ACL::Prototype::Registered: invoked for type ssl_error
2014/11/27 01:15:22.432| Acl.cc(400) Registered: ACL::Prototype::Registered:    yes
2014/11/27 01:15:22.432| Acl.cc(97) FindByName: ACL::FindByName 'ssl::certSelfSigned'
2014/11/27 01:15:22.432| Acl.cc(103) FindByName: ACL::FindByName found no match
2014/11/27 01:15:22.432| Acl.cc(238) ParseAclLine: aclParseAclLine: Creating ACL 'ssl::certSelfSigned'
2014/11/27 01:15:22.432| Acl.cc(432) Factory: ACL::Prototype::Factory: cloning an object for type 'ssl_error'
2014/11/27 01:15:22.432| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c5b7e8
2014/11/27 01:15:22.432| Acl.cc(396) Registered: ACL::Prototype::Registered: invoked for type src
2014/11/27 01:15:22.432| Acl.cc(400) Registered: ACL::Prototype::Registered:    yes
2014/11/27 01:15:22.432| Acl.cc(97) FindByName: ACL::FindByName 'all'
2014/11/27 01:15:22.432| Acl.cc(103) FindByName: ACL::FindByName found no match
2014/11/27 01:15:22.432| Acl.cc(238) ParseAclLine: aclParseAclLine: Creating ACL 'all'
2014/11/27 01:15:22.432| Acl.cc(432) Factory: ACL::Prototype::Factory: cloning an object for type 'src'
2014/11/27 01:15:22.432| Ip.cc(233) FactoryParse: aclIpParseIpData: all
2014/11/27 01:15:22.432| Ip.cc(237) FactoryParse: aclIpParseIpData: magic 'all' found.
2014/11/27 01:15:22.432| Acl.cc(396) Registered: ACL::Prototype::Registered: invoked for type url_regex
2014/11/27 01:15:22.432| Acl.cc(400) Registered: ACL::Prototype::Registered:    yes
2014/11/27 01:15:22.432| Acl.cc(97) FindByName: ACL::FindByName 'manager'
2014/11/27 01:15:22.432| Acl.cc(103) FindByName: ACL::FindByName found no match
2014/11/27 01:15:22.432| Acl.cc(238) ParseAclLine: aclParseAclLine: Creating ACL 'manager'
2014/11/27 01:15:22.432| Acl.cc(432) Factory: ACL::Prototype::Factory: cloning an object for type 'url_regex'
2014/11/27 01:15:22.432| RegexData.cc(303) aclParseRegexList: aclParseRegexList: new Regex line or file
2014/11/27 01:15:22.432| RegexData.cc(311) aclParseRegexList: aclParseRegexList: buffering RE '-i'
2014/11/27 01:15:22.432| RegexData.cc(311) aclParseRegexList: aclParseRegexList: buffering RE '^cache_object://'
2014/11/27 01:15:22.432| RegexData.cc(311) aclParseRegexList: aclParseRegexList: buffering RE '+i'
2014/11/27 01:15:22.432| RegexData.cc(311) aclParseRegexList: aclParseRegexList: buffering RE '^https?://[^/]+/squid-internal-mgr/'
2014/11/27 01:15:22.432| RegexData.cc(194) compileOptimisedREs: compileOptimisedREs: -i
2014/11/27 01:15:22.432| RegexData.cc(218) compileOptimisedREs: compileOptimisedREs: adding RE '^cache_object://'
2014/11/27 01:15:22.432| RegexData.cc(208) compileOptimisedREs: compileOptimisedREs: +i
2014/11/27 01:15:22.432| RegexData.cc(153) compileRE: compileRE: compiled '(^cache_object://)' with flags 11
2014/11/27 01:15:22.432| RegexData.cc(218) compileOptimisedREs: compileOptimisedREs: adding RE '^https?://[^/]+/squid-internal-mgr/'
2014/11/27 01:15:22.432| RegexData.cc(153) compileRE: compileRE: compiled '(^https?://[^/]+/squid-internal-mgr/)' with flags 9
2014/11/27 01:15:22.432| RegexData.cc(261) compileOptimisedREs: compileOptimisedREs: 2 REs are optimised into one RE.
2014/11/27 01:15:22.432| Acl.cc(396) Registered: ACL::Prototype::Registered: invoked for type src
2014/11/27 01:15:22.432| Acl.cc(400) Registered: ACL::Prototype::Registered:    yes
2014/11/27 01:15:22.432| Acl.cc(97) FindByName: ACL::FindByName 'localhost'
2014/11/27 01:15:22.432| Acl.cc(103) FindByName: ACL::FindByName found no match
2014/11/27 01:15:22.432| Acl.cc(238) ParseAclLine: aclParseAclLine: Creating ACL 'localhost'
2014/11/27 01:15:22.432| Acl.cc(432) Factory: ACL::Prototype::Factory: cloning an object for type 'src'
2014/11/27 01:15:22.432| Ip.cc(233) FactoryParse: aclIpParseIpData: 127.0.0.1/32
2014/11/27 01:15:22.432| Ip.cc(341) FactoryParse: aclIpParseIpData: '127.0.0.1/32' matched: SCAN3-v4: %[0123456789.]/%[0123456789.]
2014/11/27 01:15:22.432| Ip.cc(478) FactoryParse: Parsed: 127.0.0.1-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff](/128)
2014/11/27 01:15:22.432| Ip.cc(233) FactoryParse: aclIpParseIpData: ::1
2014/11/27 01:15:22.432| Ip.cc(378) FactoryParse: aclIpParseIpData: Lookup Host/IP ::1
2014/11/27 01:15:22.432| Ip.cc(417) FactoryParse: aclIpParseIpData: Located host/IP: '[::1]'
2014/11/27 01:15:22.432| Ip.cc(424) FactoryParse: ::1 --> [::1]
2014/11/27 01:15:22.432| Ip.cc(410) FactoryParse: aclIpParseIpData: Duplicate host/IP: '[::1]' dropped.
2014/11/27 01:15:22.432| Ip.cc(410) FactoryParse: aclIpParseIpData: Duplicate host/IP: '[::1]' dropped.
2014/11/27 01:15:22.432| Ip.cc(107) aclIpAddrNetworkCompare: aclIpAddrNetworkCompare: compare: 127.0.0.1/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff] (127.0.0.1)  vs [::1]-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff]
2014/11/27 01:15:22.432| Ip.cc(107) aclIpAddrNetworkCompare: aclIpAddrNetworkCompare: compare: [::1]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff] ([::1])  vs 127.0.0.1-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff]
2014/11/27 01:15:22.432| Acl.cc(396) Registered: ACL::Prototype::Registered: invoked for type dst
2014/11/27 01:15:22.432| Acl.cc(400) Registered: ACL::Prototype::Registered:    yes
2014/11/27 01:15:22.433| Acl.cc(97) FindByName: ACL::FindByName 'to_localhost'
2014/11/27 01:15:22.433| Acl.cc(103) FindByName: ACL::FindByName found no match
2014/11/27 01:15:22.433| Acl.cc(238) ParseAclLine: aclParseAclLine: Creating ACL 'to_localhost'
2014/11/27 01:15:22.433| Acl.cc(432) Factory: ACL::Prototype::Factory: cloning an object for type 'dst'
2014/11/27 01:15:22.433| Ip.cc(233) FactoryParse: aclIpParseIpData: 127.0.0.0/8
2014/11/27 01:15:22.433| Ip.cc(341) FactoryParse: aclIpParseIpData: '127.0.0.0/8' matched: SCAN3-v4: %[0123456789.]/%[0123456789.]
2014/11/27 01:15:22.433| Ip.cc(478) FactoryParse: Parsed: 127.0.0.0-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ff00:0](/104)
2014/11/27 01:15:22.433| Ip.cc(233) FactoryParse: aclIpParseIpData: 0.0.0.0/32
2014/11/27 01:15:22.433| Ip.cc(341) FactoryParse: aclIpParseIpData: '0.0.0.0/32' matched: SCAN3-v4: %[0123456789.]/%[0123456789.]
2014/11/27 01:15:22.433| Ip.cc(478) FactoryParse: Parsed: 0.0.0.0-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff](/128)
2014/11/27 01:15:22.433| Ip.cc(107) aclIpAddrNetworkCompare: aclIpAddrNetworkCompare: compare: 127.0.0.0/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff] (127.0.0.0)  vs 0.0.0.0-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff]
2014/11/27 01:15:22.433| Ip.cc(107) aclIpAddrNetworkCompare: aclIpAddrNetworkCompare: compare: 0.0.0.0/[ffff:ffff:ffff:ffff:ffff:ffff:ff00:0] (0.0.0.0)  vs 127.0.0.0-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ff00:0]
2014/11/27 01:15:22.433| Ip.cc(233) FactoryParse: aclIpParseIpData: ::1
2014/11/27 01:15:22.433| Ip.cc(378) FactoryParse: aclIpParseIpData: Lookup Host/IP ::1
2014/11/27 01:15:22.433| Ip.cc(417) FactoryParse: aclIpParseIpData: Located host/IP: '[::1]'
2014/11/27 01:15:22.433| Ip.cc(424) FactoryParse: ::1 --> [::1]
2014/11/27 01:15:22.433| Ip.cc(410) FactoryParse: aclIpParseIpData: Duplicate host/IP: '[::1]' dropped.
2014/11/27 01:15:22.433| Ip.cc(410) FactoryParse: aclIpParseIpData: Duplicate host/IP: '[::1]' dropped.
2014/11/27 01:15:22.433| Ip.cc(107) aclIpAddrNetworkCompare: aclIpAddrNetworkCompare: compare: 0.0.0.0/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff] (0.0.0.0)  vs [::1]-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff]
2014/11/27 01:15:22.433| Ip.cc(107) aclIpAddrNetworkCompare: aclIpAddrNetworkCompare: compare: [::1]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff] ([::1])  vs 0.0.0.0-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff]
2014/11/27 01:15:22.433| Processing Configuration File: /opt/squid/etc/squid.conf (depth 0)
2014/11/27 01:15:22.433| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.433| SBuf.cc(175) rawSpace: not growing
2014/11/27 01:15:22.433| cache_cf.cc(518) parseOneConfigFile: Processing: visible_hostname local.local
2014/11/27 01:15:22.433| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.433| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.433| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.433| MemBlob.cc(57) MemBlob: constructed, this=0x2c60450 id=blob37 reserveSize=6
2014/11/27 01:15:22.433| MemBlob.cc(102) memAlloc: blob37 memAlloc: requested=6, received=40
2014/11/27 01:15:22.434| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c3a0d0 id=blob32 capacity=16388 size=6
2014/11/27 01:15:22.434| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.434| cache_cf.cc(518) parseOneConfigFile: Processing: always_direct allow all
2014/11/27 01:15:22.434| InnerNode.cc(57) lineParse: looking for ACL all
2014/11/27 01:15:22.434| Acl.cc(97) FindByName: ACL::FindByName 'all'
2014/11/27 01:15:22.434| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c3b258
2014/11/27 01:15:22.434| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.434| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.434| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.434| MemBlob.cc(57) MemBlob: constructed, this=0x2c3a0d0 id=blob38 reserveSize=6
2014/11/27 01:15:22.434| MemBlob.cc(102) memAlloc: blob38 memAlloc: requested=6, received=40
2014/11/27 01:15:22.434| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c60450 id=blob37 capacity=40 size=6
2014/11/27 01:15:22.434| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.434| cache_cf.cc(518) parseOneConfigFile: Processing: dns_nameservers 8.8.8.8
2014/11/27 01:15:22.434| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.434| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.434| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.434| MemBlob.cc(57) MemBlob: constructed, this=0x2c60450 id=blob39 reserveSize=6
2014/11/27 01:15:22.434| MemBlob.cc(102) memAlloc: blob39 memAlloc: requested=6, received=40
2014/11/27 01:15:22.434| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c3a0d0 id=blob38 capacity=40 size=6
2014/11/27 01:15:22.434| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.434| cache_cf.cc(518) parseOneConfigFile: Processing: acl step2 at_step SslBump2
2014/11/27 01:15:22.434| Acl.cc(396) Registered: ACL::Prototype::Registered: invoked for type at_step
2014/11/27 01:15:22.434| Acl.cc(400) Registered: ACL::Prototype::Registered:    yes
2014/11/27 01:15:22.434| Acl.cc(97) FindByName: ACL::FindByName 'step2'
2014/11/27 01:15:22.434| Acl.cc(103) FindByName: ACL::FindByName found no match
2014/11/27 01:15:22.434| Acl.cc(238) ParseAclLine: aclParseAclLine: Creating ACL 'step2'
2014/11/27 01:15:22.434| Acl.cc(432) Factory: ACL::Prototype::Factory: cloning an object for type 'at_step'
2014/11/27 01:15:22.434| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.434| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.434| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.434| MemBlob.cc(57) MemBlob: constructed, this=0x2c3a0d0 id=blob40 reserveSize=6
2014/11/27 01:15:22.434| MemBlob.cc(102) memAlloc: blob40 memAlloc: requested=6, received=40
2014/11/27 01:15:22.434| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c60450 id=blob39 capacity=40 size=6
2014/11/27 01:15:22.434| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.434| cache_cf.cc(518) parseOneConfigFile: Processing: ssl_bump stare step2 all
2014/11/27 01:15:22.434| InnerNode.cc(57) lineParse: looking for ACL step2
2014/11/27 01:15:22.434| Acl.cc(97) FindByName: ACL::FindByName 'step2'
2014/11/27 01:15:22.434| InnerNode.cc(57) lineParse: looking for ACL all
2014/11/27 01:15:22.434| Acl.cc(97) FindByName: ACL::FindByName 'all'
2014/11/27 01:15:22.434| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c3bac8
2014/11/27 01:15:22.434| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.434| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.434| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.434| MemBlob.cc(57) MemBlob: constructed, this=0x2c60450 id=blob41 reserveSize=6
2014/11/27 01:15:22.434| MemBlob.cc(102) memAlloc: blob41 memAlloc: requested=6, received=40
2014/11/27 01:15:22.434| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c3a0d0 id=blob40 capacity=40 size=6
2014/11/27 01:15:22.434| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.434| cache_cf.cc(518) parseOneConfigFile: Processing: acl sslBumpDeniedDstDomain dstdomain ukr.net www.ukr.net
2014/11/27 01:15:22.434| Acl.cc(396) Registered: ACL::Prototype::Registered: invoked for type dstdomain
2014/11/27 01:15:22.434| Acl.cc(400) Registered: ACL::Prototype::Registered:    yes
2014/11/27 01:15:22.434| Acl.cc(97) FindByName: ACL::FindByName 'sslBumpDeniedDstDomain'
2014/11/27 01:15:22.434| Acl.cc(103) FindByName: ACL::FindByName found no match
2014/11/27 01:15:22.434| Acl.cc(238) ParseAclLine: aclParseAclLine: Creating ACL 'sslBumpDeniedDstDomain'
2014/11/27 01:15:22.434| Acl.cc(432) Factory: ACL::Prototype::Factory: cloning an object for type 'dstdomain'
2014/11/27 01:15:22.434| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.434| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.434| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.434| MemBlob.cc(57) MemBlob: constructed, this=0x2c3a0d0 id=blob42 reserveSize=6
2014/11/27 01:15:22.434| MemBlob.cc(102) memAlloc: blob42 memAlloc: requested=6, received=40
2014/11/27 01:15:22.434| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c60450 id=blob41 capacity=40 size=6
2014/11/27 01:15:22.434| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.434| cache_cf.cc(518) parseOneConfigFile: Processing: ssl_bump splice sslBumpDeniedDstDomain
2014/11/27 01:15:22.434| InnerNode.cc(57) lineParse: looking for ACL sslBumpDeniedDstDomain
2014/11/27 01:15:22.434| Acl.cc(97) FindByName: ACL::FindByName 'sslBumpDeniedDstDomain'
2014/11/27 01:15:22.434| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.434| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.434| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.434| MemBlob.cc(57) MemBlob: constructed, this=0x2c60450 id=blob43 reserveSize=6
2014/11/27 01:15:22.434| MemBlob.cc(102) memAlloc: blob43 memAlloc: requested=6, received=40
2014/11/27 01:15:22.434| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c3a0d0 id=blob42 capacity=40 size=6
2014/11/27 01:15:22.434| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.434| cache_cf.cc(518) parseOneConfigFile: Processing: ssl_bump bump all
2014/11/27 01:15:22.434| InnerNode.cc(57) lineParse: looking for ACL all
2014/11/27 01:15:22.434| Acl.cc(97) FindByName: ACL::FindByName 'all'
2014/11/27 01:15:22.434| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.434| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.434| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.434| MemBlob.cc(57) MemBlob: constructed, this=0x2c3a0d0 id=blob44 reserveSize=6
2014/11/27 01:15:22.434| MemBlob.cc(102) memAlloc: blob44 memAlloc: requested=6, received=40
2014/11/27 01:15:22.434| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c60450 id=blob43 capacity=40 size=6
2014/11/27 01:15:22.434| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.434| cache_cf.cc(518) parseOneConfigFile: Processing: http_port 3128 ssl-bump generate-host-certificates=on dynamic_cert_mem_cache_size=4MB cert=/opt/squid/var/ssl_cert/cert.pem
2014/11/27 01:15:22.434| SBuf.cc(79) SBuf: SBuf38 created
2014/11/27 01:15:22.434| SBuf.cc(152) assign: SBuf38 from c-string, n=4294967295)
2014/11/27 01:15:22.434| SBuf.cc(215) append: from c-string to id SBuf38
2014/11/27 01:15:22.434| SBuf.cc(168) rawSpace: reserving 4 for SBuf38
2014/11/27 01:15:22.434| SBuf.cc(910) cow: new size:4
2014/11/27 01:15:22.434| SBuf.cc(880) reAlloc: new size: 4
2014/11/27 01:15:22.434| MemBlob.cc(57) MemBlob: constructed, this=0x2c60450 id=blob45 reserveSize=4
2014/11/27 01:15:22.434| MemBlob.cc(102) memAlloc: blob45 memAlloc: requested=4, received=40
2014/11/27 01:15:22.434| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.434| cache_cf.cc(3513) parsePortSpecification: http_port: found Listen on Port: 3128
2014/11/27 01:15:22.434| cache_cf.cc(3529) parsePortSpecification: http_port: found Listen on wildcard address: *:3128
2014/11/27 01:15:22.434| SBuf.cc(124) ~SBuf: SBuf38 destructed
2014/11/27 01:15:22.434| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c60450 id=blob45 capacity=40 size=4
2014/11/27 01:15:22.434| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.434| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.434| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.434| MemBlob.cc(57) MemBlob: constructed, this=0x2c60450 id=blob46 reserveSize=6
2014/11/27 01:15:22.434| MemBlob.cc(102) memAlloc: blob46 memAlloc: requested=6, received=40
2014/11/27 01:15:22.434| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c3a0d0 id=blob44 capacity=40 size=6
2014/11/27 01:15:22.434| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.434| cache_cf.cc(518) parseOneConfigFile: Processing: http_port 3131 transparent
2014/11/27 01:15:22.434| SBuf.cc(79) SBuf: SBuf39 created
2014/11/27 01:15:22.434| SBuf.cc(152) assign: SBuf39 from c-string, n=4294967295)
2014/11/27 01:15:22.434| SBuf.cc(215) append: from c-string to id SBuf39
2014/11/27 01:15:22.434| SBuf.cc(168) rawSpace: reserving 4 for SBuf39
2014/11/27 01:15:22.434| SBuf.cc(910) cow: new size:4
2014/11/27 01:15:22.434| SBuf.cc(880) reAlloc: new size: 4
2014/11/27 01:15:22.434| MemBlob.cc(57) MemBlob: constructed, this=0x2c3a0d0 id=blob47 reserveSize=4
2014/11/27 01:15:22.434| MemBlob.cc(102) memAlloc: blob47 memAlloc: requested=4, received=40
2014/11/27 01:15:22.434| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.434| cache_cf.cc(3513) parsePortSpecification: http_port: found Listen on Port: 3131
2014/11/27 01:15:22.434| cache_cf.cc(3529) parsePortSpecification: http_port: found Listen on wildcard address: *:3131
2014/11/27 01:15:22.434| Starting Authentication on port 0.0.0.0:3131
2014/11/27 01:15:22.434| Disabling Authentication on port 0.0.0.0:3131 (interception enabled)
2014/11/27 01:15:22.434| SBuf.cc(124) ~SBuf: SBuf39 destructed
2014/11/27 01:15:22.434| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c3a0d0 id=blob47 capacity=40 size=4
2014/11/27 01:15:22.435| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.435| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.435| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.435| MemBlob.cc(57) MemBlob: constructed, this=0x2c3a0d0 id=blob48 reserveSize=6
2014/11/27 01:15:22.435| MemBlob.cc(102) memAlloc: blob48 memAlloc: requested=6, received=40
2014/11/27 01:15:22.435| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c60450 id=blob46 capacity=40 size=6
2014/11/27 01:15:22.435| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.435| cache_cf.cc(518) parseOneConfigFile: Processing: https_port 3132 transparent ssl-bump generate-host-certificates=on dynamic_cert_mem_cache_size=4MB cert=/opt/squid/var/ssl_cert/cert.pem
2014/11/27 01:15:22.435| SBuf.cc(79) SBuf: SBuf40 created
2014/11/27 01:15:22.435| SBuf.cc(152) assign: SBuf40 from c-string, n=4294967295)
2014/11/27 01:15:22.435| SBuf.cc(215) append: from c-string to id SBuf40
2014/11/27 01:15:22.435| SBuf.cc(168) rawSpace: reserving 5 for SBuf40
2014/11/27 01:15:22.435| SBuf.cc(910) cow: new size:5
2014/11/27 01:15:22.435| SBuf.cc(880) reAlloc: new size: 5
2014/11/27 01:15:22.435| MemBlob.cc(57) MemBlob: constructed, this=0x2c60450 id=blob49 reserveSize=5
2014/11/27 01:15:22.435| MemBlob.cc(102) memAlloc: blob49 memAlloc: requested=5, received=40
2014/11/27 01:15:22.435| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.435| cache_cf.cc(3513) parsePortSpecification: https_port: found Listen on Port: 3132
2014/11/27 01:15:22.435| cache_cf.cc(3529) parsePortSpecification: https_port: found Listen on wildcard address: *:3132
2014/11/27 01:15:22.435| Starting Authentication on port 0.0.0.0:3132
2014/11/27 01:15:22.435| Disabling Authentication on port 0.0.0.0:3132 (interception enabled)
2014/11/27 01:15:22.435| SBuf.cc(124) ~SBuf: SBuf40 destructed
2014/11/27 01:15:22.435| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c60450 id=blob49 capacity=40 size=5
2014/11/27 01:15:22.435| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.435| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.435| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.435| MemBlob.cc(57) MemBlob: constructed, this=0x2c60450 id=blob50 reserveSize=6
2014/11/27 01:15:22.435| MemBlob.cc(102) memAlloc: blob50 memAlloc: requested=6, received=40
2014/11/27 01:15:22.435| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c3a0d0 id=blob48 capacity=40 size=6
2014/11/27 01:15:22.435| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.435| cache_cf.cc(518) parseOneConfigFile: Processing: http_access allow all
2014/11/27 01:15:22.435| InnerNode.cc(57) lineParse: looking for ACL all
2014/11/27 01:15:22.435| Acl.cc(97) FindByName: ACL::FindByName 'all'
2014/11/27 01:15:22.435| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c3c8a8
2014/11/27 01:15:22.435| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.435| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.435| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.435| MemBlob.cc(57) MemBlob: constructed, this=0x2c3a0d0 id=blob51 reserveSize=6
2014/11/27 01:15:22.435| MemBlob.cc(102) memAlloc: blob51 memAlloc: requested=6, received=40
2014/11/27 01:15:22.435| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c60450 id=blob50 capacity=40 size=6
2014/11/27 01:15:22.435| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.435| cache_cf.cc(518) parseOneConfigFile: Processing: sslcrtd_program /opt/squid/libexec/ssl_crtd -s /opt/squid/var/ssl_db -M 4MB
2014/11/27 01:15:22.435| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.435| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.435| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.435| MemBlob.cc(57) MemBlob: constructed, this=0x2c60450 id=blob52 reserveSize=6
2014/11/27 01:15:22.435| MemBlob.cc(102) memAlloc: blob52 memAlloc: requested=6, received=40
2014/11/27 01:15:22.435| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c3a0d0 id=blob51 capacity=40 size=6
2014/11/27 01:15:22.435| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.435| cache_cf.cc(518) parseOneConfigFile: Processing: sslcrtd_children 15
2014/11/27 01:15:22.435| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.435| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.435| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.435| MemBlob.cc(57) MemBlob: constructed, this=0x2c3a0d0 id=blob53 reserveSize=6
2014/11/27 01:15:22.435| MemBlob.cc(102) memAlloc: blob53 memAlloc: requested=6, received=40
2014/11/27 01:15:22.435| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c60450 id=blob52 capacity=40 size=6
2014/11/27 01:15:22.435| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.435| cache_cf.cc(518) parseOneConfigFile: Processing: logformat logaccess  [%{%d/%b/%Y  %H:%M:%S}tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt
2014/11/27 01:15:22.435| Config.cc(34) parseFormats: Log Format for 'logaccess' is '[%{%d/%b/%Y  %H:%M:%S}tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Format.cc(64) parse: got definition '[%{%d/%b/%Y  %H:%M:%S}tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(354) parse: check for token in 3 namespaces.
2014/11/27 01:15:22.435| Token.cc(356) parse: check for possible adapt:: token
2014/11/27 01:15:22.435| Token.cc(356) parse: check for possible icap:: token
2014/11/27 01:15:22.435| Token.cc(356) parse: check for possible ssl:: token
2014/11/27 01:15:22.435| Token.cc(380) parse: scan for possible Misc token
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>eui' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>qos' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '<qos' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>nfmark' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '<nfmark' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'err_code' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'err_detail' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'note' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'credentials' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(384) parse: scan for possible 2C token
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>la' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'la' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>lp' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'lp' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '<la' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'oa' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '<lp' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'ts' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'tu' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'tl' with 'tl] %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(228) scanForToken: Found token 'tl'
2014/11/27 01:15:22.435| Token.cc(354) parse: check for token in 3 namespaces.
2014/11/27 01:15:22.435| Token.cc(356) parse: check for possible adapt:: token
2014/11/27 01:15:22.435| Token.cc(356) parse: check for possible icap:: token
2014/11/27 01:15:22.435| Token.cc(356) parse: check for possible ssl:: token
2014/11/27 01:15:22.435| Token.cc(380) parse: scan for possible Misc token
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>eui' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>qos' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '<qos' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>nfmark' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '<nfmark' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'err_code' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'err_detail' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'note' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'credentials' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(384) parse: scan for possible 2C token
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>la' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'la' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>lp' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'lp' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '<la' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'oa' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '<lp' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'ts' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'tu' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'tl' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'tg' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'tS' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'tr' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '<pt' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '<tt' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'dt' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>ha' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>ha' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'un' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'ul' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'ui' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'ue' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'Hs' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>Hs' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '<Hs' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '<bs' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'Ss' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'Sh' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens 'mt' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>rm' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.435| Token.cc(224) scanForToken: compare tokens '>ru' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>rs' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>rd' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>rP' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>rp' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>rv' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'rm' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'ru' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'rp' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'rv' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'rG' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<rm' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<ru' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<rs' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<rd' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<rP' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<rp' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<rv' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>st' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>sh' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<st' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<sH' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<sS' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<sh' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'st' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'et' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'ea' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'sn' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(389) parse: scan for possible 1C token
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>a' with '>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(228) scanForToken: Found token '>a'
2014/11/27 01:15:22.436| Token.cc(354) parse: check for token in 3 namespaces.
2014/11/27 01:15:22.436| Token.cc(356) parse: check for possible adapt:: token
2014/11/27 01:15:22.436| Token.cc(356) parse: check for possible icap:: token
2014/11/27 01:15:22.436| Token.cc(356) parse: check for possible ssl:: token
2014/11/27 01:15:22.436| Token.cc(380) parse: scan for possible Misc token
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>eui' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>qos' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<qos' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>nfmark' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<nfmark' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'err_code' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'err_detail' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'note' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'credentials' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(384) parse: scan for possible 2C token
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>la' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'la' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>lp' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'lp' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<la' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'oa' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<lp' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'ts' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tu' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tl' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tg' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tS' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tr' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<pt' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<tt' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'dt' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>ha' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>ha' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'un' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'ul' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'ui' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'ue' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'Hs' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>Hs' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<Hs' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<bs' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'Ss' with 'Ss/%03>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(228) scanForToken: Found token 'Ss'
2014/11/27 01:15:22.436| Token.cc(354) parse: check for token in 3 namespaces.
2014/11/27 01:15:22.436| Token.cc(356) parse: check for possible adapt:: token
2014/11/27 01:15:22.436| Token.cc(356) parse: check for possible icap:: token
2014/11/27 01:15:22.436| Token.cc(356) parse: check for possible ssl:: token
2014/11/27 01:15:22.436| Token.cc(380) parse: scan for possible Misc token
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>eui' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>qos' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<qos' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>nfmark' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<nfmark' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'err_code' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'err_detail' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'note' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'credentials' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(384) parse: scan for possible 2C token
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>la' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'la' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>lp' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'lp' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<la' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'oa' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<lp' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'ts' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tu' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tl' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tg' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tS' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tr' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<pt' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<tt' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'dt' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>ha' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>ha' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'un' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'ul' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'ui' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'ue' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'Hs' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>Hs' with '>Hs %<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(228) scanForToken: Found token '>Hs'
2014/11/27 01:15:22.436| Token.cc(354) parse: check for token in 3 namespaces.
2014/11/27 01:15:22.436| Token.cc(356) parse: check for possible adapt:: token
2014/11/27 01:15:22.436| Token.cc(356) parse: check for possible icap:: token
2014/11/27 01:15:22.436| Token.cc(356) parse: check for possible ssl:: token
2014/11/27 01:15:22.436| Token.cc(380) parse: scan for possible Misc token
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>eui' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>qos' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<qos' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>nfmark' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<nfmark' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'err_code' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'err_detail' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'note' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'credentials' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(384) parse: scan for possible 2C token
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>la' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'la' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '>lp' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'lp' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<la' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'oa' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens '<lp' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'ts' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tu' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tl' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tg' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tS' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.436| Token.cc(224) scanForToken: compare tokens 'tr' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<pt' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<tt' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'dt' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>ha' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>ha' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'un' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'ul' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'ui' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'ue' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'Hs' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>Hs' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<Hs' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<bs' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'Ss' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'Sh' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'mt' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rm' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>ru' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rs' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rd' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rP' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rp' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rv' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'rm' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'ru' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'rp' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'rv' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'rG' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<rm' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<ru' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<rs' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<rd' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<rP' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<rp' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<rv' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>st' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>sh' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<st' with '<st %rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(228) scanForToken: Found token '<st'
2014/11/27 01:15:22.437| Token.cc(354) parse: check for token in 3 namespaces.
2014/11/27 01:15:22.437| Token.cc(356) parse: check for possible adapt:: token
2014/11/27 01:15:22.437| Token.cc(356) parse: check for possible icap:: token
2014/11/27 01:15:22.437| Token.cc(356) parse: check for possible ssl:: token
2014/11/27 01:15:22.437| Token.cc(380) parse: scan for possible Misc token
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>eui' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>qos' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<qos' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>nfmark' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<nfmark' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'err_code' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'err_detail' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'note' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'credentials' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(384) parse: scan for possible 2C token
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>la' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'la' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>lp' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'lp' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<la' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'oa' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<lp' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'ts' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'tu' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'tl' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'tg' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'tS' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'tr' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<pt' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<tt' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'dt' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>ha' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>ha' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'un' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'ul' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'ui' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'ue' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'Hs' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>Hs' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<Hs' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<bs' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'Ss' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'Sh' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'mt' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rm' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>ru' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rs' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rd' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rP' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rp' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rv' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'rm' with 'rm %ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(228) scanForToken: Found token 'rm'
2014/11/27 01:15:22.437| Token.cc(354) parse: check for token in 3 namespaces.
2014/11/27 01:15:22.437| Token.cc(356) parse: check for possible adapt:: token
2014/11/27 01:15:22.437| Token.cc(356) parse: check for possible icap:: token
2014/11/27 01:15:22.437| Token.cc(356) parse: check for possible ssl:: token
2014/11/27 01:15:22.437| Token.cc(380) parse: scan for possible Misc token
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>eui' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>qos' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<qos' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>nfmark' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<nfmark' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'err_code' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'err_detail' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'note' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'credentials' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(384) parse: scan for possible 2C token
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>la' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'la' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>lp' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'lp' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<la' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'oa' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<lp' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'ts' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'tu' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'tl' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'tg' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'tS' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'tr' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<pt' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<tt' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'dt' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>ha' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>ha' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'un' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'ul' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'ui' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'ue' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'Hs' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>Hs' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<Hs' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '<bs' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'Ss' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'Sh' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens 'mt' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rm' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>ru' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rs' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rd' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rP' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.437| Token.cc(224) scanForToken: compare tokens '>rp' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>rv' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'rm' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'ru' with 'ru %un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(228) scanForToken: Found token 'ru'
2014/11/27 01:15:22.438| Token.cc(354) parse: check for token in 3 namespaces.
2014/11/27 01:15:22.438| Token.cc(356) parse: check for possible adapt:: token
2014/11/27 01:15:22.438| Token.cc(356) parse: check for possible icap:: token
2014/11/27 01:15:22.438| Token.cc(356) parse: check for possible ssl:: token
2014/11/27 01:15:22.438| Token.cc(380) parse: scan for possible Misc token
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>eui' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>qos' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<qos' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>nfmark' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<nfmark' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'err_code' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'err_detail' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'note' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'credentials' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(384) parse: scan for possible 2C token
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>la' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'la' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>lp' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'lp' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<la' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'oa' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<lp' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'ts' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tu' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tl' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tg' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tS' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tr' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<pt' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<tt' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'dt' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>ha' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>ha' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'un' with 'un %Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(228) scanForToken: Found token 'un'
2014/11/27 01:15:22.438| Token.cc(354) parse: check for token in 3 namespaces.
2014/11/27 01:15:22.438| Token.cc(356) parse: check for possible adapt:: token
2014/11/27 01:15:22.438| Token.cc(356) parse: check for possible icap:: token
2014/11/27 01:15:22.438| Token.cc(356) parse: check for possible ssl:: token
2014/11/27 01:15:22.438| Token.cc(380) parse: scan for possible Misc token
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>eui' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>qos' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<qos' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>nfmark' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<nfmark' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'err_code' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'err_detail' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'note' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'credentials' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(384) parse: scan for possible 2C token
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>la' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'la' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>lp' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'lp' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<la' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'oa' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<lp' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'ts' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tu' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tl' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tg' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tS' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tr' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<pt' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<tt' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'dt' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>ha' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>ha' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'un' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'ul' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'ui' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'ue' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'Hs' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>Hs' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<Hs' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<bs' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'Ss' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'Sh' with 'Sh/%<A %mt'
2014/11/27 01:15:22.438| Token.cc(228) scanForToken: Found token 'Sh'
2014/11/27 01:15:22.438| Token.cc(354) parse: check for token in 3 namespaces.
2014/11/27 01:15:22.438| Token.cc(356) parse: check for possible adapt:: token
2014/11/27 01:15:22.438| Token.cc(356) parse: check for possible icap:: token
2014/11/27 01:15:22.438| Token.cc(356) parse: check for possible ssl:: token
2014/11/27 01:15:22.438| Token.cc(380) parse: scan for possible Misc token
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>eui' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>qos' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<qos' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>nfmark' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<nfmark' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'err_code' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'err_detail' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'note' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'credentials' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(384) parse: scan for possible 2C token
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>la' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'la' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>lp' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'lp' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<la' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'oa' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<lp' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'ts' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tu' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tl' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tg' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tS' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'tr' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<pt' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<tt' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'dt' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>ha' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>ha' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'un' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'ul' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'ui' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'ue' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'Hs' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>Hs' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<Hs' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<bs' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'Ss' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'Sh' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'mt' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>rm' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>ru' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>rs' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>rd' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>rP' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>rp' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '>rv' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'rm' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'ru' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'rp' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'rv' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens 'rG' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<rm' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<ru' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<rs' with '<A %mt'
2014/11/27 01:15:22.438| Token.cc(224) scanForToken: compare tokens '<rd' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<rP' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<rp' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<rv' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '>st' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '>sh' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<st' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<sH' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<sS' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<sh' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'st' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'et' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'ea' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'sn' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(389) parse: scan for possible 1C token
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '>a' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '>p' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '>A' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<a' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<p' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<A' with '<A %mt'
2014/11/27 01:15:22.439| Token.cc(228) scanForToken: Found token '<A'
2014/11/27 01:15:22.439| Token.cc(354) parse: check for token in 3 namespaces.
2014/11/27 01:15:22.439| Token.cc(356) parse: check for possible adapt:: token
2014/11/27 01:15:22.439| Token.cc(356) parse: check for possible icap:: token
2014/11/27 01:15:22.439| Token.cc(356) parse: check for possible ssl:: token
2014/11/27 01:15:22.439| Token.cc(380) parse: scan for possible Misc token
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '>eui' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '>qos' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<qos' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '>nfmark' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<nfmark' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'err_code' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'err_detail' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'note' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'credentials' with 'mt'
2014/11/27 01:15:22.439| Token.cc(384) parse: scan for possible 2C token
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '>la' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'la' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '>lp' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'lp' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<la' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'oa' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<lp' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'ts' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'tu' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'tl' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'tg' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'tS' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'tr' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<pt' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<tt' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'dt' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '>ha' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '>ha' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'un' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'ul' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'ui' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'ue' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'Hs' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '>Hs' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<Hs' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens '<bs' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'Ss' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'Sh' with 'mt'
2014/11/27 01:15:22.439| Token.cc(224) scanForToken: compare tokens 'mt' with 'mt'
2014/11/27 01:15:22.439| Token.cc(228) scanForToken: Found token 'mt'
2014/11/27 01:15:22.439| SBuf.cc(168) rawSpace: reserving 1 for SBuf33
2014/11/27 01:15:22.439| SBuf.cc(910) cow: new size:6
2014/11/27 01:15:22.439| SBuf.cc(880) reAlloc: new size: 6
2014/11/27 01:15:22.439| MemBlob.cc(57) MemBlob: constructed, this=0x2c60450 id=blob54 reserveSize=6
2014/11/27 01:15:22.439| MemBlob.cc(102) memAlloc: blob54 memAlloc: requested=6, received=40
2014/11/27 01:15:22.439| MemBlob.cc(83) ~MemBlob: destructed, this=0x2c3a0d0 id=blob53 capacity=40 size=6
2014/11/27 01:15:22.439| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.439| cache_cf.cc(518) parseOneConfigFile: Processing: access_log daemon:/opt/squid/var/logs/access.log logaccess
2014/11/27 01:15:22.439| cache_cf.cc(4145) setLogformat: possible daemon:/opt/squid/var/logs/access.log logformat: logaccess
2014/11/27 01:15:22.439| cache_cf.cc(4158) setLogformat: Comparing against 'logaccess'
2014/11/27 01:15:22.439| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c3d468
2014/11/27 01:15:22.439| InnerNode.cc(57) lineParse: looking for ACL all
2014/11/27 01:15:22.439| Acl.cc(97) FindByName: ACL::FindByName 'all'
2014/11/27 01:15:22.439| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c3d008
2014/11/27 01:15:22.439| wccp2.cc(511) wccp2_add_service_list: wccp2_add_service_list: added service id 0
2014/11/27 01:15:22.439| InnerNode.cc(57) lineParse: looking for ACL all
2014/11/27 01:15:22.439| Acl.cc(97) FindByName: ACL::FindByName 'all'
2014/11/27 01:15:22.439| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c61008
2014/11/27 01:15:22.439| InnerNode.cc(57) lineParse: looking for ACL ssl::certUntrusted
2014/11/27 01:15:22.439| Acl.cc(97) FindByName: ACL::FindByName 'ssl::certUntrusted'
2014/11/27 01:15:22.439| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c3e0b8
2014/11/27 01:15:22.439| InnerNode.cc(57) lineParse: looking for ACL ssl::certSelfSigned
2014/11/27 01:15:22.439| Acl.cc(97) FindByName: ACL::FindByName 'ssl::certSelfSigned'
2014/11/27 01:15:22.439| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c3de68
2014/11/27 01:15:22.439| InnerNode.cc(57) lineParse: looking for ACL all
2014/11/27 01:15:22.439| Acl.cc(97) FindByName: ACL::FindByName 'all'
2014/11/27 01:15:22.439| cbdata.cc(299) cbdataInternalAlloc: Allocating 0x2c3e528
2014/11/27 01:15:22.439| tools.cc(531) uniqueHostname:  Config: '
2014/11/27 01:15:22.439| tools.cc(531) uniqueHostname:  Config: '
2014/11/27 01:15:22.439| SBuf.cc(79) SBuf: SBuf41 created
2014/11/27 01:15:22.439| SBuf.cc(152) assign: SBuf41 from c-string, n=4294967295)
2014/11/27 01:15:22.439| SBuf.cc(215) append: from c-string to id SBuf41
2014/11/27 01:15:22.439| SBuf.cc(168) rawSpace: reserving 1 for SBuf41
2014/11/27 01:15:22.439| SBuf.cc(910) cow: new size:1
2014/11/27 01:15:22.439| SBuf.cc(880) reAlloc: new size: 1
2014/11/27 01:15:22.439| MemBlob.cc(57) MemBlob: constructed, this=0x2c3a0d0 id=blob55 reserveSize=1
2014/11/27 01:15:22.439| MemBlob.cc(102) memAlloc: blob55 memAlloc: requested=1, received=40
2014/11/27 01:15:22.439| SBuf.cc(889) reAlloc: new store capacity: 40
2014/11/27 01:15:22.439| Initializing https proxy context
2014/11/27 01:15:22.441| support.cc(1062) method: Using SSLv2/SSLv3.
2014/11/27 01:15:22.441| support.cc(1194) sslCreateClientContext: Setting RSA key generation callback.
2014/11/27 01:15:22.441| support.cc(1201) sslCreateClientContext: Setting certificate verification callback.
2014/11/27 01:15:22.441| support.cc(1205) sslCreateClientContext: Setting CA certificate locations.
2014/11/27 01:15:22.441| Initializing http_port 0.0.0.0:3128 SSL context
2014/11/27 01:15:22.441| Using certificate in /opt/squid/var/ssl_cert/cert.pem
2014/11/27 01:15:22.448| support.cc(1708) readSslX509CertificatesChain: Certificate is self-signed, will not be chained
2014/11/27 01:15:22.449| support.cc(1527) contextMethod: Using SSLv2/SSLv3.
2014/11/27 01:15:22.449| support.cc(849) configureSslContext: Setting RSA key generation callback.
2014/11/27 01:15:22.449| support.cc(852) configureSslContext: Setting CA certificate locations.
2014/11/27 01:15:22.456| support.cc(895) configureSslContext: Not requiring any client certificates
2014/11/27 01:15:22.456| Initializing https_port 0.0.0.0:3132 SSL context
2014/11/27 01:15:22.456| Using certificate in /opt/squid/var/ssl_cert/cert.pem
2014/11/27 01:15:22.456| support.cc(1708) readSslX509CertificatesChain: Certificate is self-signed, will not be chained
2014/11/27 01:15:22.457| support.cc(1527) contextMethod: Using SSLv2/SSLv3.
2014/11/27 01:15:22.457| support.cc(849) configureSslContext: Setting RSA key generation callback.
2014/11/27 01:15:22.457| support.cc(852) configureSslContext: Setting CA certificate locations.
2014/11/27 01:15:22.464| support.cc(895) configureSslContext: Not requiring any client certificates
2014/11/27 01:15:22.464| tools.cc(543) leave_suid: leave_suid: PID 16232 called
2014/11/27 01:15:22.464| tools.cc(565) leave_suid: leave_suid: PID 16232 giving up root, becoming 'nobody'
2014/11/27 01:15:22.464| debug.cc(403) parseOptions: command-line -X overrides: ALL,1
2014/11/27 01:15:22.464| tools.cc(610) enter_suid: enter_suid: PID 16232 taking root privileges
2014/11/27 01:15:22.464| cache_manager.cc(80) registerProfile: registering legacy config
2014/11/27 01:15:22.464| cache_manager.cc(65) registerProfile: registered profile: config
2014/11/27 01:15:22.465| mem.cc(473) Report: Memory pools are 'on'; limit: 5.000 MB
2014/11/27 01:15:22.465| main.cc(1424) SquidMain: Doing post-config initialization

2014/11/27 01:15:22.465| tools.cc(543) leave_suid: leave_suid: PID 16232 called
2014/11/27 01:15:22.465| tools.cc(565) leave_suid: leave_suid: PID 16232 giving up root, becoming 'nobody'
2014/11/27 01:15:22.465| main.cc(1426) SquidMain: running RegisteredRunner::finalizeConfig
2014/11/27 01:15:22.465| main.cc(1427) SquidMain: running RegisteredRunner::claimMemoryNeeds
2014/11/27 01:15:22.465| main.cc(1428) SquidMain: running RegisteredRunner::useConfig
2014/11/27 01:15:22.465| mem/Segment.cc(111) create: created /squid-ssl_session_cache.shm segment: 2103672
2014/11/27 01:15:22.465| mem/Segment.cc(111) create: created /squid-cf__metadata.shm segment: 8
2014/11/27 01:15:22.465| mem/Segment.cc(111) create: created /squid-cf__queues.shm segment: 8216
2014/11/27 01:15:22.466| mem/Segment.cc(111) create: created /squid-cf__readers.shm segment: 44
2014/11/27 01:15:22.466| cache_manager.cc(80) registerProfile: registering legacy client_list
2014/11/27 01:15:22.466| cache_manager.cc(65) registerProfile: registered profile: client_list
2014/11/27 01:15:22.466| tools.cc(610) enter_suid: enter_suid: PID 16232 taking root privileges
2014/11/27 01:15:22.466| cache_manager.cc(80) registerProfile: registering legacy comm_epoll_incoming
2014/11/27 01:15:22.466| cache_manager.cc(65) registerProfile: registered profile: comm_epoll_incoming
2014/11/27 01:15:22.466| fd.cc(198) fd_open: fd_open() FD 0 stdin
2014/11/27 01:15:22.466| fd.cc(198) fd_open: fd_open() FD 1 stdout
2014/11/27 01:15:22.466| fd.cc(198) fd_open: fd_open() FD 2 stderr
2014/11/27 01:15:22.466| Current Directory is /opt/squid/etc
2014/11/27 01:15:22.466| tools.cc(543) leave_suid: leave_suid: PID 16232 called
2014/11/27 01:15:22.466| tools.cc(565) leave_suid: leave_suid: PID 16232 giving up root, becoming 'nobody'
2014/11/27 01:15:22.466| fd.cc(198) fd_open: fd_open() FD 3 /opt/squid/var/logs/cache.log
2014/11/27 01:15:22.466| Starting Squid Cache version 3.5.0.2 for x86_64-unknown-linux-gnu...
2014/11/27 01:15:22.466| Service Name: squid
2014/11/27 01:15:22.466| Process ID 16232
2014/11/27 01:15:22.466| Process Roles: master worker
2014/11/27 01:15:22.466| With 4096 file descriptors available
2014/11/27 01:15:22.466| Initializing IP Cache...
2014/11/27 01:15:22.466| cache_manager.cc(80) registerProfile: registering legacy ipcache
2014/11/27 01:15:22.466| cache_manager.cc(65) registerProfile: registered profile: ipcache
2014/11/27 01:15:22.466| cache_manager.cc(80) registerProfile: registering legacy fqdncache
2014/11/27 01:15:22.466| cache_manager.cc(65) registerProfile: registered profile: fqdncache
2014/11/27 01:15:22.466| fqdncache.cc(720) fqdncache_init: Initializing FQDN Cache...
2014/11/27 01:15:22.466| ipcache.cc(174) ipcacheRelease: ipcacheRelease: Releasing entry for 'test-local'
2014/11/27 01:15:22.466| dns_internal.cc(1538) dnsInit: idnsInit: attempt open DNS socket to: 0.0.0.0
2014/11/27 01:15:22.466| comm.cc(342) comm_openex: comm_openex: Attempt open socket for: 0.0.0.0
2014/11/27 01:15:22.466| comm.cc(383) comm_openex: comm_openex: Opened socket local=0.0.0.0 remote=[::] FD 10 flags=1 : family=2, type=2, protocol=17
2014/11/27 01:15:22.466| fd.cc(198) fd_open: fd_open() FD 10 DNS Socket IPv4
2014/11/27 01:15:22.466| DNS Socket created at 0.0.0.0, FD 10
2014/11/27 01:15:22.467| Adding nameserver 8.8.8.8 from squid.conf
2014/11/27 01:15:22.467| dns_internal.cc(321) idnsAddNameserver: idnsAddNameserver: Added nameserver #0 (8.8.8.8:53)
2014/11/27 01:15:22.467| cache_manager.cc(80) registerProfile: registering legacy idns
2014/11/27 01:15:22.467| cache_manager.cc(65) registerProfile: registered profile: idns
2014/11/27 01:15:22.467| helperOpenServers: Starting 5/15 'ssl_crtd' processes
2014/11/27 01:15:22.467| fd.cc(198) fd_open: fd_open() FD 11 IPC UNIX STREAM Parent
2014/11/27 01:15:22.467| fd.cc(198) fd_open: fd_open() FD 12 IPC UNIX STREAM Parent
2014/11/27 01:15:22.467| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 11
2014/11/27 01:15:22.467| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 11
2014/11/27 01:15:22.467| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 12
2014/11/27 01:15:22.467| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 12
2014/11/27 01:15:22.467| comm.cc(860) _comm_close: comm_close: start closing FD 12
2014/11/27 01:15:22.467| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 12
2014/11/27 01:15:22.467| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x2f237c0 [call1]
2014/11/27 01:15:22.467| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 12) [call1]
2014/11/27 01:15:22.467| tools.cc(543) leave_suid: leave_suid: PID 16233 called
2014/11/27 01:15:22.467| tools.cc(636) no_suid: no_suid: PID 16233 giving up root priveleges forever
2014/11/27 01:15:22.467| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 11
2014/11/27 01:15:22.467| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x2f70ca0 [call2]
2014/11/27 01:15:22.467| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x2f71c40 [call3]
2014/11/27 01:15:22.467| fd.cc(198) fd_open: fd_open() FD 13 IPC UNIX STREAM Parent
2014/11/27 01:15:22.467| fd.cc(198) fd_open: fd_open() FD 14 IPC UNIX STREAM Parent
2014/11/27 01:15:22.467| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 13
2014/11/27 01:15:22.467| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 13
2014/11/27 01:15:22.467| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 14
2014/11/27 01:15:22.467| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 14
2014/11/27 01:15:22.468| comm.cc(860) _comm_close: comm_close: start closing FD 14
2014/11/27 01:15:22.468| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 14
2014/11/27 01:15:22.468| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x2f734d0 [call4]
2014/11/27 01:15:22.468| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 14) [call4]
2014/11/27 01:15:22.468| tools.cc(543) leave_suid: leave_suid: PID 16234 called
2014/11/27 01:15:22.468| tools.cc(636) no_suid: no_suid: PID 16234 giving up root priveleges forever
2014/11/27 01:15:22.468| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 13
2014/11/27 01:15:22.468| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x2f73460 [call5]
2014/11/27 01:15:22.468| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x2f74930 [call6]
2014/11/27 01:15:22.468| fd.cc(198) fd_open: fd_open() FD 15 IPC UNIX STREAM Parent
2014/11/27 01:15:22.468| fd.cc(198) fd_open: fd_open() FD 16 IPC UNIX STREAM Parent
2014/11/27 01:15:22.468| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 15
2014/11/27 01:15:22.468| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 15
2014/11/27 01:15:22.468| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 16
2014/11/27 01:15:22.468| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 16
2014/11/27 01:15:22.468| comm.cc(860) _comm_close: comm_close: start closing FD 16
2014/11/27 01:15:22.468| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 16
2014/11/27 01:15:22.468| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x2f74cd0 [call7]
2014/11/27 01:15:22.468| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 16) [call7]
2014/11/27 01:15:22.468| tools.cc(543) leave_suid: leave_suid: PID 16235 called
2014/11/27 01:15:22.468| tools.cc(636) no_suid: no_suid: PID 16235 giving up root priveleges forever
2014/11/27 01:15:22.468| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 15
2014/11/27 01:15:22.468| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x2f74ac0 [call8]
2014/11/27 01:15:22.468| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x2f74b30 [call9]
2014/11/27 01:15:22.468| fd.cc(198) fd_open: fd_open() FD 17 IPC UNIX STREAM Parent
2014/11/27 01:15:22.469| fd.cc(198) fd_open: fd_open() FD 18 IPC UNIX STREAM Parent
2014/11/27 01:15:22.469| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 17
2014/11/27 01:15:22.469| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 17
2014/11/27 01:15:22.469| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 18
2014/11/27 01:15:22.469| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 18
2014/11/27 01:15:22.469| comm.cc(860) _comm_close: comm_close: start closing FD 18
2014/11/27 01:15:22.469| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 18
2014/11/27 01:15:22.469| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x2f76130 [call10]
2014/11/27 01:15:22.469| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 18) [call10]
2014/11/27 01:15:22.469| tools.cc(543) leave_suid: leave_suid: PID 16236 called
2014/11/27 01:15:22.469| tools.cc(636) no_suid: no_suid: PID 16236 giving up root priveleges forever
2014/11/27 01:15:22.469| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 17
2014/11/27 01:15:22.469| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x2f74bc0 [call11]
2014/11/27 01:15:22.469| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x2f76000 [call12]
2014/11/27 01:15:22.469| fd.cc(198) fd_open: fd_open() FD 19 IPC UNIX STREAM Parent
2014/11/27 01:15:22.469| fd.cc(198) fd_open: fd_open() FD 20 IPC UNIX STREAM Parent
2014/11/27 01:15:22.469| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 19
2014/11/27 01:15:22.469| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 19
2014/11/27 01:15:22.469| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 20
2014/11/27 01:15:22.469| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 20
2014/11/27 01:15:22.469| comm.cc(860) _comm_close: comm_close: start closing FD 20
2014/11/27 01:15:22.469| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 20
2014/11/27 01:15:22.469| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x2f74c30 [call13]
2014/11/27 01:15:22.470| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 20) [call13]
2014/11/27 01:15:22.471| tools.cc(543) leave_suid: leave_suid: PID 16237 called
2014/11/27 01:15:22.471| tools.cc(636) no_suid: no_suid: PID 16237 giving up root priveleges forever
2014/11/27 01:15:22.471| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 19
2014/11/27 01:15:22.471| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x2f76090 [call14]
2014/11/27 01:15:22.471| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x2f78610 [call15]
2014/11/27 01:15:22.471| mem/Segment.cc(130) open: opened /squid-ssl_session_cache.shm segment: 2103672
2014/11/27 01:15:22.471| cache_manager.cc(80) registerProfile: registering legacy redirector
2014/11/27 01:15:22.471| cache_manager.cc(65) registerProfile: registered profile: redirector
2014/11/27 01:15:22.471| cache_manager.cc(80) registerProfile: registering legacy store_id
2014/11/27 01:15:22.471| cache_manager.cc(65) registerProfile: registered profile: store_id
2014/11/27 01:15:22.471| Format.cc(64) parse: got definition '%>a/%>A %un %>rm myip=%la myport=%lp'
2014/11/27 01:15:22.473| Format.cc(64) parse: got definition '%>a/%>A %un %>rm myip=%la myport=%lp'
2014/11/27 01:15:22.475| cache_manager.cc(80) registerProfile: registering legacy external_acl
2014/11/27 01:15:22.475| cache_manager.cc(65) registerProfile: registered profile: external_acl
2014/11/27 01:15:22.477| cache_manager.cc(80) registerProfile: registering legacy http_headers
2014/11/27 01:15:22.477| cache_manager.cc(65) registerProfile: registered profile: http_headers
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_ACCESS_DENIED
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_ACCESS_DENIED
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_CACHE_ACCESS_DENIED
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_CACHE_ACCESS_DENIED
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_FORWARDING_DENIED
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_FORWARDING_DENIED
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_NO_RELAY
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_NO_RELAY
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_CANNOT_FORWARD
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_CANNOT_FORWARD
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_READ_TIMEOUT
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_READ_TIMEOUT
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_LIFETIME_EXP
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_LIFETIME_EXP
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_READ_ERROR
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_READ_ERROR
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_WRITE_ERROR
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_WRITE_ERROR
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_CONNECT_FAIL
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_CONNECT_FAIL
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_SECURE_CONNECT_FAIL
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_SECURE_CONNECT_FAIL
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_SOCKET_FAILURE
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_SOCKET_FAILURE
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_DNS_FAIL
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_DNS_FAIL
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_URN_RESOLVE
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_URN_RESOLVE
2014/11/27 01:15:22.477| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_ONLY_IF_CACHED_MISS
2014/11/27 01:15:22.477| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_ONLY_IF_CACHED_MISS
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_TOO_BIG
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_TOO_BIG
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_INVALID_RESP
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_INVALID_RESP
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_UNSUP_HTTPVERSION
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_UNSUP_HTTPVERSION
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_INVALID_REQ
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_INVALID_REQ
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_UNSUP_REQ
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_UNSUP_REQ
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_INVALID_URL
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_INVALID_URL
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_ZERO_SIZE_OBJECT
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_ZERO_SIZE_OBJECT
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_PRECONDITION_FAILED
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_PRECONDITION_FAILED
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_CONFLICT_HOST
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_CONFLICT_HOST
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_FTP_DISABLED
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_FTP_DISABLED
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_FTP_UNAVAILABLE
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_FTP_UNAVAILABLE
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_FTP_FAILURE
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_FTP_FAILURE
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_FTP_PUT_ERROR
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_FTP_PUT_ERROR
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_FTP_NOT_FOUND
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_FTP_NOT_FOUND
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_FTP_FORBIDDEN
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_FTP_FORBIDDEN
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_FTP_PUT_CREATED
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_FTP_PUT_CREATED
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_FTP_PUT_MODIFIED
2014/11/27 01:15:22.478| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_FTP_PUT_MODIFIED
2014/11/27 01:15:22.478| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_ESI
2014/11/27 01:15:22.479| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_ESI
2014/11/27 01:15:22.479| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_ICAP_FAILURE
2014/11/27 01:15:22.479| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_ICAP_FAILURE
2014/11/27 01:15:22.479| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_GATEWAY_FAILURE
2014/11/27 01:15:22.479| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_GATEWAY_FAILURE
2014/11/27 01:15:22.479| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_DIR_LISTING
2014/11/27 01:15:22.479| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_DIR_LISTING
2014/11/27 01:15:22.479| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/ERR_SHUTTING_DOWN
2014/11/27 01:15:22.479| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/ERR_SHUTTING_DOWN
2014/11/27 01:15:22.479| disk.cc(68) file_open: file_open: error opening file /opt/squid/share/errors/templates/MGR_INDEX: (2) No such file or directory
2014/11/27 01:15:22.479| errorpage.cc(286) loadDefault: WARNING: failed to find or read error text file MGR_INDEX
2014/11/27 01:15:22.479| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/etc/errorpage.css
2014/11/27 01:15:22.479| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/etc/errorpage.css
2014/11/27 01:15:22.479| fd.cc(198) fd_open: fd_open() FD 22 /opt/squid/share/errors/templates/error-details.txt
2014/11/27 01:15:22.488| fd.cc(93) fd_close: fd_close FD 22 /opt/squid/share/errors/templates/error-details.txt
2014/11/27 01:15:22.488| Logfile: opening log daemon:/opt/squid/var/logs/access.log
2014/11/27 01:15:22.488| Logfile Daemon: opening log /opt/squid/var/logs/access.log
2014/11/27 01:15:22.488| fd.cc(198) fd_open: fd_open() FD 22 IPC UNIX STREAM Parent
2014/11/27 01:15:22.488| fd.cc(198) fd_open: fd_open() FD 23 IPC UNIX STREAM Parent
2014/11/27 01:15:22.488| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 22
2014/11/27 01:15:22.488| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 22
2014/11/27 01:15:22.488| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 23
2014/11/27 01:15:22.488| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 23
2014/11/27 01:15:22.488| comm.cc(860) _comm_close: comm_close: start closing FD 23
2014/11/27 01:15:22.488| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 23
2014/11/27 01:15:22.488| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x2f9d8d0 [call16]
2014/11/27 01:15:22.488| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 23) [call16]
2014/11/27 01:15:22.488| tools.cc(636) no_suid: no_suid: PID 16238 giving up root priveleges forever
2014/11/27 01:15:22.488| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 22
2014/11/27 01:15:22.488| ModDaemon.cc(172) logfile_mod_daemon_append: logfile_mod_daemon_append: daemon:/opt/squid/var/logs/access.log: appending 7 bytes
2014/11/27 01:15:22.488| ModDaemon.cc(176) logfile_mod_daemon_append: logfile_mod_daemon_append: current buffer has 0 of 32768 bytes before append
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: info
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: service_times
2014/11/27 01:15:22.493| cache_manager.cc(80) registerProfile: registering legacy filedescriptors
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: filedescriptors
2014/11/27 01:15:22.493| cache_manager.cc(80) registerProfile: registering legacy objects
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: objects
2014/11/27 01:15:22.493| cache_manager.cc(80) registerProfile: registering legacy vm_objects
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: vm_objects
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: io
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: counters
2014/11/27 01:15:22.493| cache_manager.cc(80) registerProfile: registering legacy peer_select
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: peer_select
2014/11/27 01:15:22.493| cache_manager.cc(80) registerProfile: registering legacy digest_stats
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: digest_stats
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: 5min
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: 60min
2014/11/27 01:15:22.493| cache_manager.cc(80) registerProfile: registering legacy utilization
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: utilization
2014/11/27 01:15:22.493| cache_manager.cc(80) registerProfile: registering legacy histograms
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: histograms
2014/11/27 01:15:22.493| cache_manager.cc(80) registerProfile: registering legacy active_requests
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: active_requests
2014/11/27 01:15:22.493| cache_manager.cc(80) registerProfile: registering legacy username_cache
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: username_cache
2014/11/27 01:15:22.493| cache_manager.cc(80) registerProfile: registering legacy openfd_objects
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: openfd_objects
2014/11/27 01:15:22.493| cache_manager.cc(80) registerProfile: registering legacy store_digest
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: store_digest
2014/11/27 01:15:22.493| store_digest.cc(117) storeDigestInit: Local cache digest is 'off'
2014/11/27 01:15:22.493| cache_manager.cc(80) registerProfile: registering legacy store_log_tags
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: store_log_tags
2014/11/27 01:15:22.493| Store logging disabled
2014/11/27 01:15:22.493| Swap maxSize 0 + 262144 KB, estimated 20164 objects
2014/11/27 01:15:22.493| Target number of buckets: 1008
2014/11/27 01:15:22.493| Using 8192 Store buckets
2014/11/27 01:15:22.493| Max Mem  size: 262144 KB
2014/11/27 01:15:22.493| Max Swap size: 0 KB
2014/11/27 01:15:22.493| Using Least Load store dir selection
2014/11/27 01:15:22.493| cache_manager.cc(80) registerProfile: registering legacy storedir
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: storedir
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: store_io
2014/11/27 01:15:22.493| cache_manager.cc(80) registerProfile: registering legacy store_check_cachable_stats
2014/11/27 01:15:22.493| cache_manager.cc(65) registerProfile: registered profile: store_check_cachable_stats
2014/11/27 01:15:22.493| Current Directory is /opt/squid/etc
2014/11/27 01:15:22.493| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.494| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.495| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.496| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.497| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.498| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.499| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.500| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.500| store_dir.cc(744) find: none of 0 cache_dirs have 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.500| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/image.png
2014/11/27 01:15:22.500| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/image.png'
2014/11/27 01:15:22.500| MemObject.cc(97) MemObject: new MemObject 0x33696c0
2014/11/27 01:15:22.501| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33693c0*1
2014/11/27 01:15:22.501| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33693c0*1 key '91525E905C3E2496DD9A7C19EE2E78F5'
2014/11/27 01:15:22.501| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33693c0*1 key '9C0CC615AF155C43AECEA90B7D4E5B7F'
2014/11/27 01:15:22.501| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/image.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/image.png'
2014/11/27 01:15:22.501| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.501| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/image.png
2014/11/27 01:15:22.502| store_client.cc(731) invokeHandlers: InvokeHandlers: 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.503| store_client.cc(731) invokeHandlers: InvokeHandlers: 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.503| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/image.png
2014/11/27 01:15:22.503| store.cc(1028) complete: storeComplete: '9C0CC615AF155C43AECEA90B7D4E5B7F'
2014/11/27 01:15:22.503| store.cc(1319) validLength: storeEntryValidLength: Checking '9C0CC615AF155C43AECEA90B7D4E5B7F'
2014/11/27 01:15:22.503| store_client.cc(731) invokeHandlers: InvokeHandlers: 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.503| store.cc(523) unlock: MimeIcon::created unlocking key 9C0CC615AF155C43AECEA90B7D4E5B7F e:=sSV/0x33693c0*1
2014/11/27 01:15:22.503| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.503| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33693c0*0 into policy
2014/11/27 01:15:22.503| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/image.png
2014/11/27 01:15:22.503| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.503| store_dir.cc(744) find: none of 0 cache_dirs have D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.503| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_white_text.png
2014/11/27 01:15:22.503| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_white_text.png'
2014/11/27 01:15:22.503| MemObject.cc(97) MemObject: new MemObject 0x336bc50
2014/11/27 01:15:22.503| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x336be20*1
2014/11/27 01:15:22.503| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_white_text.png
2014/11/27 01:15:22.503| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x336be20*1 key 'D7EB66F40301CFBF04917718E7DA6C54'
2014/11/27 01:15:22.503| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x336be20*1 key 'D81E5CFD84EA27DB6A94514C03E68DB8'
2014/11/27 01:15:22.503| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_white_text.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_white_text.png'
2014/11/27 01:15:22.503| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.503| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_white_text.png
2014/11/27 01:15:22.505| store_client.cc(731) invokeHandlers: InvokeHandlers: D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.505| store_client.cc(731) invokeHandlers: InvokeHandlers: D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.505| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_white_text.png
2014/11/27 01:15:22.505| store.cc(1028) complete: storeComplete: 'D81E5CFD84EA27DB6A94514C03E68DB8'
2014/11/27 01:15:22.505| store.cc(1319) validLength: storeEntryValidLength: Checking 'D81E5CFD84EA27DB6A94514C03E68DB8'
2014/11/27 01:15:22.505| store_client.cc(731) invokeHandlers: InvokeHandlers: D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.505| store.cc(523) unlock: MimeIcon::created unlocking key D81E5CFD84EA27DB6A94514C03E68DB8 e:=sSV/0x336be20*1
2014/11/27 01:15:22.505| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.505| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x336be20*0 into policy
2014/11/27 01:15:22.505| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_white_text.png
2014/11/27 01:15:22.505| store_dir.cc(1073) get: storeGet: looking up 39A0FAE869902A69EA6754B557D317C1
2014/11/27 01:15:22.505| store_dir.cc(744) find: none of 0 cache_dirs have 39A0FAE869902A69EA6754B557D317C1
2014/11/27 01:15:22.505| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/arrow_up.png
2014/11/27 01:15:22.505| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/arrow_up.png'
2014/11/27 01:15:22.505| MemObject.cc(97) MemObject: new MemObject 0x3370960
2014/11/27 01:15:22.505| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33708f0*1
2014/11/27 01:15:22.505| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/arrow_up.png
2014/11/27 01:15:22.505| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33708f0*1 key '291BA1D2C98B9A9F1D4E2D744BBE56F2'
2014/11/27 01:15:22.505| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33708f0*1 key '39A0FAE869902A69EA6754B557D317C1'
2014/11/27 01:15:22.505| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/arrow_up.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/arrow_up.png'
2014/11/27 01:15:22.505| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.506| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/arrow_up.png
2014/11/27 01:15:22.507| store_client.cc(731) invokeHandlers: InvokeHandlers: 39A0FAE869902A69EA6754B557D317C1
2014/11/27 01:15:22.507| store_client.cc(731) invokeHandlers: InvokeHandlers: 39A0FAE869902A69EA6754B557D317C1
2014/11/27 01:15:22.507| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/arrow_up.png
2014/11/27 01:15:22.507| store.cc(1028) complete: storeComplete: '39A0FAE869902A69EA6754B557D317C1'
2014/11/27 01:15:22.507| store.cc(1319) validLength: storeEntryValidLength: Checking '39A0FAE869902A69EA6754B557D317C1'
2014/11/27 01:15:22.507| store_client.cc(731) invokeHandlers: InvokeHandlers: 39A0FAE869902A69EA6754B557D317C1
2014/11/27 01:15:22.507| store.cc(523) unlock: MimeIcon::created unlocking key 39A0FAE869902A69EA6754B557D317C1 e:=sSV/0x33708f0*1
2014/11/27 01:15:22.507| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.507| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33708f0*0 into policy
2014/11/27 01:15:22.507| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/arrow_up.png
2014/11/27 01:15:22.507| store_dir.cc(1073) get: storeGet: looking up 1D22C36D3450F39B1CE86481F97BEB2F
2014/11/27 01:15:22.507| store_dir.cc(744) find: none of 0 cache_dirs have 1D22C36D3450F39B1CE86481F97BEB2F
2014/11/27 01:15:22.507| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/folder.png
2014/11/27 01:15:22.507| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/folder.png'
2014/11/27 01:15:22.507| MemObject.cc(97) MemObject: new MemObject 0x3372210
2014/11/27 01:15:22.508| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33721a0*1
2014/11/27 01:15:22.508| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/folder.png
2014/11/27 01:15:22.508| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33721a0*1 key '93AAA821A2A8858032D5E43C31192991'
2014/11/27 01:15:22.508| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33721a0*1 key '1D22C36D3450F39B1CE86481F97BEB2F'
2014/11/27 01:15:22.508| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/folder.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/folder.png'
2014/11/27 01:15:22.508| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.508| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/folder.png
2014/11/27 01:15:22.509| store_client.cc(731) invokeHandlers: InvokeHandlers: 1D22C36D3450F39B1CE86481F97BEB2F
2014/11/27 01:15:22.509| store_client.cc(731) invokeHandlers: InvokeHandlers: 1D22C36D3450F39B1CE86481F97BEB2F
2014/11/27 01:15:22.509| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/folder.png
2014/11/27 01:15:22.509| store.cc(1028) complete: storeComplete: '1D22C36D3450F39B1CE86481F97BEB2F'
2014/11/27 01:15:22.509| store.cc(1319) validLength: storeEntryValidLength: Checking '1D22C36D3450F39B1CE86481F97BEB2F'
2014/11/27 01:15:22.510| store_client.cc(731) invokeHandlers: InvokeHandlers: 1D22C36D3450F39B1CE86481F97BEB2F
2014/11/27 01:15:22.510| store.cc(523) unlock: MimeIcon::created unlocking key 1D22C36D3450F39B1CE86481F97BEB2F e:=sSV/0x33721a0*1
2014/11/27 01:15:22.510| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.510| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33721a0*0 into policy
2014/11/27 01:15:22.510| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/folder.png
2014/11/27 01:15:22.510| store_dir.cc(1073) get: storeGet: looking up 74879194D826534455B3394D45AA61D1
2014/11/27 01:15:22.510| store_dir.cc(744) find: none of 0 cache_dirs have 74879194D826534455B3394D45AA61D1
2014/11/27 01:15:22.510| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/link.png
2014/11/27 01:15:22.510| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/link.png'
2014/11/27 01:15:22.510| MemObject.cc(97) MemObject: new MemObject 0x3373bc0
2014/11/27 01:15:22.510| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x3373b50*1
2014/11/27 01:15:22.510| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/link.png
2014/11/27 01:15:22.510| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x3373b50*1 key 'AD712B448C3F2139FF2846DE9273F4A8'
2014/11/27 01:15:22.510| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x3373b50*1 key '74879194D826534455B3394D45AA61D1'
2014/11/27 01:15:22.510| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/link.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/link.png'
2014/11/27 01:15:22.510| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.510| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/link.png
2014/11/27 01:15:22.512| store_client.cc(731) invokeHandlers: InvokeHandlers: 74879194D826534455B3394D45AA61D1
2014/11/27 01:15:22.512| store_client.cc(731) invokeHandlers: InvokeHandlers: 74879194D826534455B3394D45AA61D1
2014/11/27 01:15:22.512| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/link.png
2014/11/27 01:15:22.512| store.cc(1028) complete: storeComplete: '74879194D826534455B3394D45AA61D1'
2014/11/27 01:15:22.512| store.cc(1319) validLength: storeEntryValidLength: Checking '74879194D826534455B3394D45AA61D1'
2014/11/27 01:15:22.512| store_client.cc(731) invokeHandlers: InvokeHandlers: 74879194D826534455B3394D45AA61D1
2014/11/27 01:15:22.512| store.cc(523) unlock: MimeIcon::created unlocking key 74879194D826534455B3394D45AA61D1 e:=sSV/0x3373b50*1
2014/11/27 01:15:22.512| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.512| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x3373b50*0 into policy
2014/11/27 01:15:22.512| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/link.png
2014/11/27 01:15:22.512| store_dir.cc(1073) get: storeGet: looking up E6CADECED8B3D8625BF9E6D02023E5C2
2014/11/27 01:15:22.512| store_dir.cc(744) find: none of 0 cache_dirs have E6CADECED8B3D8625BF9E6D02023E5C2
2014/11/27 01:15:22.512| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/SN.png
2014/11/27 01:15:22.512| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/SN.png'
2014/11/27 01:15:22.512| MemObject.cc(97) MemObject: new MemObject 0x3375570
2014/11/27 01:15:22.512| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x3375500*1
2014/11/27 01:15:22.512| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/SN.png
2014/11/27 01:15:22.512| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x3375500*1 key 'E88579692EEACC810BA50500C669CA07'
2014/11/27 01:15:22.512| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x3375500*1 key 'E6CADECED8B3D8625BF9E6D02023E5C2'
2014/11/27 01:15:22.512| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/SN.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/SN.png'
2014/11/27 01:15:22.512| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.512| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/SN.png
2014/11/27 01:15:22.514| store_client.cc(731) invokeHandlers: InvokeHandlers: E6CADECED8B3D8625BF9E6D02023E5C2
2014/11/27 01:15:22.514| store_client.cc(731) invokeHandlers: InvokeHandlers: E6CADECED8B3D8625BF9E6D02023E5C2
2014/11/27 01:15:22.514| store_client.cc(731) invokeHandlers: InvokeHandlers: E6CADECED8B3D8625BF9E6D02023E5C2
2014/11/27 01:15:22.514| store_client.cc(731) invokeHandlers: InvokeHandlers: E6CADECED8B3D8625BF9E6D02023E5C2
2014/11/27 01:15:22.514| store_client.cc(731) invokeHandlers: InvokeHandlers: E6CADECED8B3D8625BF9E6D02023E5C2
2014/11/27 01:15:22.514| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/SN.png
2014/11/27 01:15:22.514| store.cc(1028) complete: storeComplete: 'E6CADECED8B3D8625BF9E6D02023E5C2'
2014/11/27 01:15:22.514| store.cc(1319) validLength: storeEntryValidLength: Checking 'E6CADECED8B3D8625BF9E6D02023E5C2'
2014/11/27 01:15:22.514| store_client.cc(731) invokeHandlers: InvokeHandlers: E6CADECED8B3D8625BF9E6D02023E5C2
2014/11/27 01:15:22.514| store.cc(523) unlock: MimeIcon::created unlocking key E6CADECED8B3D8625BF9E6D02023E5C2 e:=sSV/0x3375500*1
2014/11/27 01:15:22.514| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.514| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x3375500*0 into policy
2014/11/27 01:15:22.515| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/SN.png
2014/11/27 01:15:22.515| store_dir.cc(1073) get: storeGet: looking up BC86BD9D96A6F884B62FE6BBF50BB53A
2014/11/27 01:15:22.515| store_dir.cc(744) find: none of 0 cache_dirs have BC86BD9D96A6F884B62FE6BBF50BB53A
2014/11/27 01:15:22.515| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/folder_table.png
2014/11/27 01:15:22.515| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/folder_table.png'
2014/11/27 01:15:22.515| MemObject.cc(97) MemObject: new MemObject 0x3379fb0
2014/11/27 01:15:22.515| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x3379f40*1
2014/11/27 01:15:22.515| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/folder_table.png
2014/11/27 01:15:22.515| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x3379f40*1 key 'FBA89B2A08A72092929C0967076E0570'
2014/11/27 01:15:22.515| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x3379f40*1 key 'BC86BD9D96A6F884B62FE6BBF50BB53A'
2014/11/27 01:15:22.515| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/folder_table.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/folder_table.png'
2014/11/27 01:15:22.515| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.515| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/folder_table.png
2014/11/27 01:15:22.517| store_client.cc(731) invokeHandlers: InvokeHandlers: BC86BD9D96A6F884B62FE6BBF50BB53A
2014/11/27 01:15:22.517| store_client.cc(731) invokeHandlers: InvokeHandlers: BC86BD9D96A6F884B62FE6BBF50BB53A
2014/11/27 01:15:22.517| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/folder_table.png
2014/11/27 01:15:22.517| store.cc(1028) complete: storeComplete: 'BC86BD9D96A6F884B62FE6BBF50BB53A'
2014/11/27 01:15:22.517| store.cc(1319) validLength: storeEntryValidLength: Checking 'BC86BD9D96A6F884B62FE6BBF50BB53A'
2014/11/27 01:15:22.517| store_client.cc(731) invokeHandlers: InvokeHandlers: BC86BD9D96A6F884B62FE6BBF50BB53A
2014/11/27 01:15:22.517| store.cc(523) unlock: MimeIcon::created unlocking key BC86BD9D96A6F884B62FE6BBF50BB53A e:=sSV/0x3379f40*1
2014/11/27 01:15:22.517| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.517| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x3379f40*0 into policy
2014/11/27 01:15:22.517| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/folder_table.png
2014/11/27 01:15:22.517| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.517| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.517| store_dir.cc(1073) get: storeGet: looking up BC86BD9D96A6F884B62FE6BBF50BB53A
2014/11/27 01:15:22.517| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x3379f40*0
2014/11/27 01:15:22.517| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.517| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.517| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.517| store_dir.cc(744) find: none of 0 cache_dirs have 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.517| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/music.png
2014/11/27 01:15:22.517| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/music.png'
2014/11/27 01:15:22.517| MemObject.cc(97) MemObject: new MemObject 0x337b9c0
2014/11/27 01:15:22.517| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x337b950*1
2014/11/27 01:15:22.517| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/music.png
2014/11/27 01:15:22.517| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x337b950*1 key '64E6A6A1A27DB88606A4013353538897'
2014/11/27 01:15:22.517| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x337b950*1 key '51B121AB09873161B8AA3027B291757A'
2014/11/27 01:15:22.517| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/music.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/music.png'
2014/11/27 01:15:22.517| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.518| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/music.png
2014/11/27 01:15:22.519| store_client.cc(731) invokeHandlers: InvokeHandlers: 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.519| store_client.cc(731) invokeHandlers: InvokeHandlers: 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.519| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/music.png
2014/11/27 01:15:22.519| store.cc(1028) complete: storeComplete: '51B121AB09873161B8AA3027B291757A'
2014/11/27 01:15:22.519| store.cc(1319) validLength: storeEntryValidLength: Checking '51B121AB09873161B8AA3027B291757A'
2014/11/27 01:15:22.519| store_client.cc(731) invokeHandlers: InvokeHandlers: 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.519| store.cc(523) unlock: MimeIcon::created unlocking key 51B121AB09873161B8AA3027B291757A e:=sSV/0x337b950*1
2014/11/27 01:15:22.519| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.519| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x337b950*0 into policy
2014/11/27 01:15:22.519| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/music.png
2014/11/27 01:15:22.519| store_dir.cc(1073) get: storeGet: looking up F16CA0A0B0F9E5727914AD2B62B4FB74
2014/11/27 01:15:22.519| store_dir.cc(744) find: none of 0 cache_dirs have F16CA0A0B0F9E5727914AD2B62B4FB74
2014/11/27 01:15:22.519| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/film.png
2014/11/27 01:15:22.519| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/film.png'
2014/11/27 01:15:22.519| MemObject.cc(97) MemObject: new MemObject 0x337d370
2014/11/27 01:15:22.519| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x337d300*1
2014/11/27 01:15:22.519| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/film.png
2014/11/27 01:15:22.519| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x337d300*1 key 'AACBA8125C6F85042A17094627AD283F'
2014/11/27 01:15:22.520| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x337d300*1 key 'F16CA0A0B0F9E5727914AD2B62B4FB74'
2014/11/27 01:15:22.520| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/film.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/film.png'
2014/11/27 01:15:22.520| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.520| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/film.png
2014/11/27 01:15:22.521| store_client.cc(731) invokeHandlers: InvokeHandlers: F16CA0A0B0F9E5727914AD2B62B4FB74
2014/11/27 01:15:22.521| store_client.cc(731) invokeHandlers: InvokeHandlers: F16CA0A0B0F9E5727914AD2B62B4FB74
2014/11/27 01:15:22.521| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/film.png
2014/11/27 01:15:22.521| store.cc(1028) complete: storeComplete: 'F16CA0A0B0F9E5727914AD2B62B4FB74'
2014/11/27 01:15:22.521| store.cc(1319) validLength: storeEntryValidLength: Checking 'F16CA0A0B0F9E5727914AD2B62B4FB74'
2014/11/27 01:15:22.521| store_client.cc(731) invokeHandlers: InvokeHandlers: F16CA0A0B0F9E5727914AD2B62B4FB74
2014/11/27 01:15:22.522| store.cc(523) unlock: MimeIcon::created unlocking key F16CA0A0B0F9E5727914AD2B62B4FB74 e:=sSV/0x337d300*1
2014/11/27 01:15:22.522| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.522| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x337d300*0 into policy
2014/11/27 01:15:22.522| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/film.png
2014/11/27 01:15:22.522| store_dir.cc(1073) get: storeGet: looking up C99950CF83DA8D1E5C8BD4C9D9D32794
2014/11/27 01:15:22.522| store_dir.cc(744) find: none of 0 cache_dirs have C99950CF83DA8D1E5C8BD4C9D9D32794
2014/11/27 01:15:22.522| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/computer_link.png
2014/11/27 01:15:22.522| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/computer_link.png'
2014/11/27 01:15:22.522| MemObject.cc(97) MemObject: new MemObject 0x337ed20
2014/11/27 01:15:22.522| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x337ecb0*1
2014/11/27 01:15:22.522| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/computer_link.png
2014/11/27 01:15:22.522| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x337ecb0*1 key 'A46A89E2434BE701DB4F508DAC11929D'
2014/11/27 01:15:22.522| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x337ecb0*1 key 'C99950CF83DA8D1E5C8BD4C9D9D32794'
2014/11/27 01:15:22.522| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/computer_link.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/computer_link.png'
2014/11/27 01:15:22.522| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.522| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/computer_link.png
2014/11/27 01:15:22.524| store_client.cc(731) invokeHandlers: InvokeHandlers: C99950CF83DA8D1E5C8BD4C9D9D32794
2014/11/27 01:15:22.524| store_client.cc(731) invokeHandlers: InvokeHandlers: C99950CF83DA8D1E5C8BD4C9D9D32794
2014/11/27 01:15:22.524| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/computer_link.png
2014/11/27 01:15:22.524| store.cc(1028) complete: storeComplete: 'C99950CF83DA8D1E5C8BD4C9D9D32794'
2014/11/27 01:15:22.524| store.cc(1319) validLength: storeEntryValidLength: Checking 'C99950CF83DA8D1E5C8BD4C9D9D32794'
2014/11/27 01:15:22.524| store_client.cc(731) invokeHandlers: InvokeHandlers: C99950CF83DA8D1E5C8BD4C9D9D32794
2014/11/27 01:15:22.524| store.cc(523) unlock: MimeIcon::created unlocking key C99950CF83DA8D1E5C8BD4C9D9D32794 e:=sSV/0x337ecb0*1
2014/11/27 01:15:22.524| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.524| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x337ecb0*0 into policy
2014/11/27 01:15:22.524| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/computer_link.png
2014/11/27 01:15:22.524| store_dir.cc(1073) get: storeGet: looking up 288A7626FFE57C1B2DBA69C15FB9A411
2014/11/27 01:15:22.524| store_dir.cc(744) find: none of 0 cache_dirs have 288A7626FFE57C1B2DBA69C15FB9A411
2014/11/27 01:15:22.524| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/application.png
2014/11/27 01:15:22.524| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/application.png'
2014/11/27 01:15:22.524| MemObject.cc(97) MemObject: new MemObject 0x33806d0
2014/11/27 01:15:22.524| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x3380660*1
2014/11/27 01:15:22.524| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/application.png
2014/11/27 01:15:22.524| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x3380660*1 key 'D0DF014C8A0159858D00EE67DFB9C528'
2014/11/27 01:15:22.524| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x3380660*1 key '288A7626FFE57C1B2DBA69C15FB9A411'
2014/11/27 01:15:22.524| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/application.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/application.png'
2014/11/27 01:15:22.524| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.524| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/application.png
2014/11/27 01:15:22.526| store_client.cc(731) invokeHandlers: InvokeHandlers: 288A7626FFE57C1B2DBA69C15FB9A411
2014/11/27 01:15:22.526| store_client.cc(731) invokeHandlers: InvokeHandlers: 288A7626FFE57C1B2DBA69C15FB9A411
2014/11/27 01:15:22.526| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/application.png
2014/11/27 01:15:22.526| store.cc(1028) complete: storeComplete: '288A7626FFE57C1B2DBA69C15FB9A411'
2014/11/27 01:15:22.526| store.cc(1319) validLength: storeEntryValidLength: Checking '288A7626FFE57C1B2DBA69C15FB9A411'
2014/11/27 01:15:22.526| store_client.cc(731) invokeHandlers: InvokeHandlers: 288A7626FFE57C1B2DBA69C15FB9A411
2014/11/27 01:15:22.526| store.cc(523) unlock: MimeIcon::created unlocking key 288A7626FFE57C1B2DBA69C15FB9A411 e:=sSV/0x3380660*1
2014/11/27 01:15:22.526| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.526| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x3380660*0 into policy
2014/11/27 01:15:22.526| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/application.png
2014/11/27 01:15:22.526| store_dir.cc(1073) get: storeGet: looking up 4226A0233E563AAFAECC8B1C7F522696
2014/11/27 01:15:22.526| store_dir.cc(744) find: none of 0 cache_dirs have 4226A0233E563AAFAECC8B1C7F522696
2014/11/27 01:15:22.526| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/bullet_red.png
2014/11/27 01:15:22.526| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/bullet_red.png'
2014/11/27 01:15:22.526| MemObject.cc(97) MemObject: new MemObject 0x33822a0
2014/11/27 01:15:22.526| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33820e0*1
2014/11/27 01:15:22.526| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/bullet_red.png
2014/11/27 01:15:22.526| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33820e0*1 key '7F28AB9458D0607C552095C76913EEAC'
2014/11/27 01:15:22.526| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33820e0*1 key '4226A0233E563AAFAECC8B1C7F522696'
2014/11/27 01:15:22.526| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/bullet_red.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/bullet_red.png'
2014/11/27 01:15:22.526| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.527| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/bullet_red.png
2014/11/27 01:15:22.528| store_client.cc(731) invokeHandlers: InvokeHandlers: 4226A0233E563AAFAECC8B1C7F522696
2014/11/27 01:15:22.528| store_client.cc(731) invokeHandlers: InvokeHandlers: 4226A0233E563AAFAECC8B1C7F522696
2014/11/27 01:15:22.528| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/bullet_red.png
2014/11/27 01:15:22.528| store.cc(1028) complete: storeComplete: '4226A0233E563AAFAECC8B1C7F522696'
2014/11/27 01:15:22.528| store.cc(1319) validLength: storeEntryValidLength: Checking '4226A0233E563AAFAECC8B1C7F522696'
2014/11/27 01:15:22.528| store_client.cc(731) invokeHandlers: InvokeHandlers: 4226A0233E563AAFAECC8B1C7F522696
2014/11/27 01:15:22.528| store.cc(523) unlock: MimeIcon::created unlocking key 4226A0233E563AAFAECC8B1C7F522696 e:=sSV/0x33820e0*1
2014/11/27 01:15:22.528| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.528| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33820e0*0 into policy
2014/11/27 01:15:22.528| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/bullet_red.png
2014/11/27 01:15:22.528| store_dir.cc(1073) get: storeGet: looking up 014EE52BD4C4571E5F15AB6231A62DBB
2014/11/27 01:15:22.529| store_dir.cc(744) find: none of 0 cache_dirs have 014EE52BD4C4571E5F15AB6231A62DBB
2014/11/27 01:15:22.529| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_white.png
2014/11/27 01:15:22.529| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_white.png'
2014/11/27 01:15:22.529| MemObject.cc(97) MemObject: new MemObject 0x3384420
2014/11/27 01:15:22.529| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33847c0*1
2014/11/27 01:15:22.529| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_white.png
2014/11/27 01:15:22.529| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33847c0*1 key 'F4AC3EB020FDD56794FDCFD074C26130'
2014/11/27 01:15:22.529| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33847c0*1 key '014EE52BD4C4571E5F15AB6231A62DBB'
2014/11/27 01:15:22.529| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_white.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_white.png'
2014/11/27 01:15:22.529| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.529| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_white.png
2014/11/27 01:15:22.530| store_client.cc(731) invokeHandlers: InvokeHandlers: 014EE52BD4C4571E5F15AB6231A62DBB
2014/11/27 01:15:22.531| store_client.cc(731) invokeHandlers: InvokeHandlers: 014EE52BD4C4571E5F15AB6231A62DBB
2014/11/27 01:15:22.531| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_white.png
2014/11/27 01:15:22.531| store.cc(1028) complete: storeComplete: '014EE52BD4C4571E5F15AB6231A62DBB'
2014/11/27 01:15:22.531| store.cc(1319) validLength: storeEntryValidLength: Checking '014EE52BD4C4571E5F15AB6231A62DBB'
2014/11/27 01:15:22.531| store_client.cc(731) invokeHandlers: InvokeHandlers: 014EE52BD4C4571E5F15AB6231A62DBB
2014/11/27 01:15:22.531| store.cc(523) unlock: MimeIcon::created unlocking key 014EE52BD4C4571E5F15AB6231A62DBB e:=sSV/0x33847c0*1
2014/11/27 01:15:22.531| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.531| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33847c0*0 into policy
2014/11/27 01:15:22.531| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_white.png
2014/11/27 01:15:22.531| store_dir.cc(1073) get: storeGet: looking up 93FB840D0C379219DEC9E5D6C4618EB8
2014/11/27 01:15:22.531| store_dir.cc(744) find: none of 0 cache_dirs have 93FB840D0C379219DEC9E5D6C4618EB8
2014/11/27 01:15:22.531| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/package_go.png
2014/11/27 01:15:22.531| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/package_go.png'
2014/11/27 01:15:22.531| MemObject.cc(97) MemObject: new MemObject 0x3385d40
2014/11/27 01:15:22.531| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x3386160*1
2014/11/27 01:15:22.531| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/package_go.png
2014/11/27 01:15:22.531| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x3386160*1 key '9FC26D0669985FE4403775F03E4F31E7'
2014/11/27 01:15:22.531| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x3386160*1 key '93FB840D0C379219DEC9E5D6C4618EB8'
2014/11/27 01:15:22.531| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/package_go.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/package_go.png'
2014/11/27 01:15:22.531| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.531| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/package_go.png
2014/11/27 01:15:22.533| store_client.cc(731) invokeHandlers: InvokeHandlers: 93FB840D0C379219DEC9E5D6C4618EB8
2014/11/27 01:15:22.533| store_client.cc(731) invokeHandlers: InvokeHandlers: 93FB840D0C379219DEC9E5D6C4618EB8
2014/11/27 01:15:22.533| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/package_go.png
2014/11/27 01:15:22.533| store.cc(1028) complete: storeComplete: '93FB840D0C379219DEC9E5D6C4618EB8'
2014/11/27 01:15:22.533| store.cc(1319) validLength: storeEntryValidLength: Checking '93FB840D0C379219DEC9E5D6C4618EB8'
2014/11/27 01:15:22.533| store_client.cc(731) invokeHandlers: InvokeHandlers: 93FB840D0C379219DEC9E5D6C4618EB8
2014/11/27 01:15:22.533| store.cc(523) unlock: MimeIcon::created unlocking key 93FB840D0C379219DEC9E5D6C4618EB8 e:=sSV/0x3386160*1
2014/11/27 01:15:22.533| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.533| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x3386160*0 into policy
2014/11/27 01:15:22.533| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/package_go.png
2014/11/27 01:15:22.533| store_dir.cc(1073) get: storeGet: looking up 288A7626FFE57C1B2DBA69C15FB9A411
2014/11/27 01:15:22.533| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x3380660*0
2014/11/27 01:15:22.533| store_dir.cc(1073) get: storeGet: looking up 288A7626FFE57C1B2DBA69C15FB9A411
2014/11/27 01:15:22.533| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x3380660*0
2014/11/27 01:15:22.533| store_dir.cc(1073) get: storeGet: looking up 288A7626FFE57C1B2DBA69C15FB9A411
2014/11/27 01:15:22.533| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x3380660*0
2014/11/27 01:15:22.533| store_dir.cc(1073) get: storeGet: looking up 36006D47FACB2755F26D2A9D577500AE
2014/11/27 01:15:22.533| store_dir.cc(744) find: none of 0 cache_dirs have 36006D47FACB2755F26D2A9D577500AE
2014/11/27 01:15:22.533| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_white_acrobat.png
2014/11/27 01:15:22.533| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_white_acrobat.png'
2014/11/27 01:15:22.533| MemObject.cc(97) MemObject: new MemObject 0x33876e0
2014/11/27 01:15:22.533| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x3387b00*1
2014/11/27 01:15:22.533| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_white_acrobat.png
2014/11/27 01:15:22.533| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x3387b00*1 key 'A117DAC28CCF06AA7527A1F8860F1809'
2014/11/27 01:15:22.533| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x3387b00*1 key '36006D47FACB2755F26D2A9D577500AE'
2014/11/27 01:15:22.533| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_white_acrobat.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_white_acrobat.png'
2014/11/27 01:15:22.534| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.534| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_white_acrobat.png
2014/11/27 01:15:22.535| store_client.cc(731) invokeHandlers: InvokeHandlers: 36006D47FACB2755F26D2A9D577500AE
2014/11/27 01:15:22.535| store_client.cc(731) invokeHandlers: InvokeHandlers: 36006D47FACB2755F26D2A9D577500AE
2014/11/27 01:15:22.535| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_white_acrobat.png
2014/11/27 01:15:22.535| store.cc(1028) complete: storeComplete: '36006D47FACB2755F26D2A9D577500AE'
2014/11/27 01:15:22.535| store.cc(1319) validLength: storeEntryValidLength: Checking '36006D47FACB2755F26D2A9D577500AE'
2014/11/27 01:15:22.535| store_client.cc(731) invokeHandlers: InvokeHandlers: 36006D47FACB2755F26D2A9D577500AE
2014/11/27 01:15:22.535| store.cc(523) unlock: MimeIcon::created unlocking key 36006D47FACB2755F26D2A9D577500AE e:=sSV/0x3387b00*1
2014/11/27 01:15:22.535| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.535| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x3387b00*0 into policy
2014/11/27 01:15:22.535| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_white_acrobat.png
2014/11/27 01:15:22.536| store_dir.cc(1073) get: storeGet: looking up 71CA7720BB68023561B1DC835F86221D
2014/11/27 01:15:22.536| store_dir.cc(744) find: none of 0 cache_dirs have 71CA7720BB68023561B1DC835F86221D
2014/11/27 01:15:22.536| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_green.png
2014/11/27 01:15:22.536| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_green.png'
2014/11/27 01:15:22.536| MemObject.cc(97) MemObject: new MemObject 0x3389090
2014/11/27 01:15:22.536| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x3389490*1
2014/11/27 01:15:22.536| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_green.png
2014/11/27 01:15:22.536| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x3389490*1 key '4D91C809DA2BEDEC192B1FA7F7C002A7'
2014/11/27 01:15:22.536| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x3389490*1 key '71CA7720BB68023561B1DC835F86221D'
2014/11/27 01:15:22.536| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_green.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_green.png'
2014/11/27 01:15:22.536| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.536| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_green.png
2014/11/27 01:15:22.538| store_client.cc(731) invokeHandlers: InvokeHandlers: 71CA7720BB68023561B1DC835F86221D
2014/11/27 01:15:22.538| store_client.cc(731) invokeHandlers: InvokeHandlers: 71CA7720BB68023561B1DC835F86221D
2014/11/27 01:15:22.538| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_green.png
2014/11/27 01:15:22.538| store.cc(1028) complete: storeComplete: '71CA7720BB68023561B1DC835F86221D'
2014/11/27 01:15:22.538| store.cc(1319) validLength: storeEntryValidLength: Checking '71CA7720BB68023561B1DC835F86221D'
2014/11/27 01:15:22.538| store_client.cc(731) invokeHandlers: InvokeHandlers: 71CA7720BB68023561B1DC835F86221D
2014/11/27 01:15:22.538| store.cc(523) unlock: MimeIcon::created unlocking key 71CA7720BB68023561B1DC835F86221D e:=sSV/0x3389490*1
2014/11/27 01:15:22.538| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.538| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x3389490*0 into policy
2014/11/27 01:15:22.538| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_green.png
2014/11/27 01:15:22.538| store_dir.cc(1073) get: storeGet: looking up 71CA7720BB68023561B1DC835F86221D
2014/11/27 01:15:22.538| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x3389490*0
2014/11/27 01:15:22.538| store_dir.cc(1073) get: storeGet: looking up 71CA7720BB68023561B1DC835F86221D
2014/11/27 01:15:22.538| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x3389490*0
2014/11/27 01:15:22.538| store_dir.cc(1073) get: storeGet: looking up 11E51DB30434453AD0C7A0185D2CD597
2014/11/27 01:15:22.538| store_dir.cc(744) find: none of 0 cache_dirs have 11E51DB30434453AD0C7A0185D2CD597
2014/11/27 01:15:22.538| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_white_picture.png
2014/11/27 01:15:22.538| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_white_picture.png'
2014/11/27 01:15:22.538| MemObject.cc(97) MemObject: new MemObject 0x338aa40
2014/11/27 01:15:22.538| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x338ae40*1
2014/11/27 01:15:22.538| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_white_picture.png
2014/11/27 01:15:22.538| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x338ae40*1 key '1E9CE778F66A498A040D1858D781E0B6'
2014/11/27 01:15:22.538| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x338ae40*1 key '11E51DB30434453AD0C7A0185D2CD597'
2014/11/27 01:15:22.538| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_white_picture.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_white_picture.png'
2014/11/27 01:15:22.538| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.538| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_white_picture.png
2014/11/27 01:15:22.540| store_client.cc(731) invokeHandlers: InvokeHandlers: 11E51DB30434453AD0C7A0185D2CD597
2014/11/27 01:15:22.540| store_client.cc(731) invokeHandlers: InvokeHandlers: 11E51DB30434453AD0C7A0185D2CD597
2014/11/27 01:15:22.540| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_white_picture.png
2014/11/27 01:15:22.540| store.cc(1028) complete: storeComplete: '11E51DB30434453AD0C7A0185D2CD597'
2014/11/27 01:15:22.540| store.cc(1319) validLength: storeEntryValidLength: Checking '11E51DB30434453AD0C7A0185D2CD597'
2014/11/27 01:15:22.540| store_client.cc(731) invokeHandlers: InvokeHandlers: 11E51DB30434453AD0C7A0185D2CD597
2014/11/27 01:15:22.540| store.cc(523) unlock: MimeIcon::created unlocking key 11E51DB30434453AD0C7A0185D2CD597 e:=sSV/0x338ae40*1
2014/11/27 01:15:22.540| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.540| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x338ae40*0 into policy
2014/11/27 01:15:22.540| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_white_picture.png
2014/11/27 01:15:22.540| store_dir.cc(1073) get: storeGet: looking up 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.540| store_dir.cc(744) find: none of 0 cache_dirs have 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.540| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/compress.png
2014/11/27 01:15:22.540| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/compress.png'
2014/11/27 01:15:22.540| MemObject.cc(97) MemObject: new MemObject 0x338c3e0
2014/11/27 01:15:22.540| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x338c7e0*1
2014/11/27 01:15:22.540| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/compress.png
2014/11/27 01:15:22.540| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x338c7e0*1 key 'DFD831AB88F098DA3F495C3098E90042'
2014/11/27 01:15:22.540| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x338c7e0*1 key '859639B2D98C5D1EECA638A885752553'
2014/11/27 01:15:22.540| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/compress.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/compress.png'
2014/11/27 01:15:22.540| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.541| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/compress.png
2014/11/27 01:15:22.542| store_client.cc(731) invokeHandlers: InvokeHandlers: 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.542| store_client.cc(731) invokeHandlers: InvokeHandlers: 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.542| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/compress.png
2014/11/27 01:15:22.542| store.cc(1028) complete: storeComplete: '859639B2D98C5D1EECA638A885752553'
2014/11/27 01:15:22.542| store.cc(1319) validLength: storeEntryValidLength: Checking '859639B2D98C5D1EECA638A885752553'
2014/11/27 01:15:22.542| store_client.cc(731) invokeHandlers: InvokeHandlers: 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.542| store.cc(523) unlock: MimeIcon::created unlocking key 859639B2D98C5D1EECA638A885752553 e:=sSV/0x338c7e0*1
2014/11/27 01:15:22.542| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.542| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x338c7e0*0 into policy
2014/11/27 01:15:22.542| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/compress.png
2014/11/27 01:15:22.543| store_dir.cc(1073) get: storeGet: looking up 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.543| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338c7e0*0
2014/11/27 01:15:22.543| store_dir.cc(1073) get: storeGet: looking up 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.543| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338c7e0*0
2014/11/27 01:15:22.543| store_dir.cc(1073) get: storeGet: looking up 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.543| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338c7e0*0
2014/11/27 01:15:22.543| store_dir.cc(1073) get: storeGet: looking up 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.543| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338c7e0*0
2014/11/27 01:15:22.543| store_dir.cc(1073) get: storeGet: looking up 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.543| store_dir.cc(744) find: none of 0 cache_dirs have 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.543| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/script.png
2014/11/27 01:15:22.543| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/script.png'
2014/11/27 01:15:22.543| MemObject.cc(97) MemObject: new MemObject 0x338dd90
2014/11/27 01:15:22.543| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x338e190*1
2014/11/27 01:15:22.543| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/script.png
2014/11/27 01:15:22.543| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x338e190*1 key '144DB87249EAAB83CEBC10265BB8A937'
2014/11/27 01:15:22.543| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x338e190*1 key '93A5D936ED6A19E50691CD1B2FF11519'
2014/11/27 01:15:22.543| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/script.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/script.png'
2014/11/27 01:15:22.543| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.543| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/script.png
2014/11/27 01:15:22.545| store_client.cc(731) invokeHandlers: InvokeHandlers: 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.545| store_client.cc(731) invokeHandlers: InvokeHandlers: 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.545| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/script.png
2014/11/27 01:15:22.545| store.cc(1028) complete: storeComplete: '93A5D936ED6A19E50691CD1B2FF11519'
2014/11/27 01:15:22.545| store.cc(1319) validLength: storeEntryValidLength: Checking '93A5D936ED6A19E50691CD1B2FF11519'
2014/11/27 01:15:22.545| store_client.cc(731) invokeHandlers: InvokeHandlers: 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.545| store.cc(523) unlock: MimeIcon::created unlocking key 93A5D936ED6A19E50691CD1B2FF11519 e:=sSV/0x338e190*1
2014/11/27 01:15:22.545| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.545| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x338e190*0 into policy
2014/11/27 01:15:22.545| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/script.png
2014/11/27 01:15:22.545| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.545| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.545| store_dir.cc(1073) get: storeGet: looking up 8C0F252779516ECED33C19BEAC975C7E
2014/11/27 01:15:22.545| store_dir.cc(744) find: none of 0 cache_dirs have 8C0F252779516ECED33C19BEAC975C7E
2014/11/27 01:15:22.545| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/database.png
2014/11/27 01:15:22.545| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/database.png'
2014/11/27 01:15:22.545| MemObject.cc(97) MemObject: new MemObject 0x338f740
2014/11/27 01:15:22.545| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x338fb40*1
2014/11/27 01:15:22.545| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/database.png
2014/11/27 01:15:22.545| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x338fb40*1 key 'D5D1C5D159A1E1D6A94B05AC38C005F9'
2014/11/27 01:15:22.545| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x338fb40*1 key '8C0F252779516ECED33C19BEAC975C7E'
2014/11/27 01:15:22.545| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/database.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/database.png'
2014/11/27 01:15:22.545| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.546| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/database.png
2014/11/27 01:15:22.547| store_client.cc(731) invokeHandlers: InvokeHandlers: 8C0F252779516ECED33C19BEAC975C7E
2014/11/27 01:15:22.547| store_client.cc(731) invokeHandlers: InvokeHandlers: 8C0F252779516ECED33C19BEAC975C7E
2014/11/27 01:15:22.547| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/database.png
2014/11/27 01:15:22.547| store.cc(1028) complete: storeComplete: '8C0F252779516ECED33C19BEAC975C7E'
2014/11/27 01:15:22.547| store.cc(1319) validLength: storeEntryValidLength: Checking '8C0F252779516ECED33C19BEAC975C7E'
2014/11/27 01:15:22.547| store_client.cc(731) invokeHandlers: InvokeHandlers: 8C0F252779516ECED33C19BEAC975C7E
2014/11/27 01:15:22.547| store.cc(523) unlock: MimeIcon::created unlocking key 8C0F252779516ECED33C19BEAC975C7E e:=sSV/0x338fb40*1
2014/11/27 01:15:22.547| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.547| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x338fb40*0 into policy
2014/11/27 01:15:22.547| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/database.png
2014/11/27 01:15:22.547| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.547| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.547| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.547| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.548| store_dir.cc(1073) get: storeGet: looking up 9CCBB9E3BABFE9FBB70719DBC551A187
2014/11/27 01:15:22.548| store_dir.cc(744) find: none of 0 cache_dirs have 9CCBB9E3BABFE9FBB70719DBC551A187
2014/11/27 01:15:22.548| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/cd.png
2014/11/27 01:15:22.548| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/cd.png'
2014/11/27 01:15:22.548| MemObject.cc(97) MemObject: new MemObject 0x33910d0
2014/11/27 01:15:22.548| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x338fac0*1
2014/11/27 01:15:22.548| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/cd.png
2014/11/27 01:15:22.548| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x338fac0*1 key 'C47C7344BFD2F82A115E50B4AFD57C73'
2014/11/27 01:15:22.548| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x338fac0*1 key '9CCBB9E3BABFE9FBB70719DBC551A187'
2014/11/27 01:15:22.548| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/cd.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/cd.png'
2014/11/27 01:15:22.548| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.548| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/cd.png
2014/11/27 01:15:22.550| store_client.cc(731) invokeHandlers: InvokeHandlers: 9CCBB9E3BABFE9FBB70719DBC551A187
2014/11/27 01:15:22.550| store_client.cc(731) invokeHandlers: InvokeHandlers: 9CCBB9E3BABFE9FBB70719DBC551A187
2014/11/27 01:15:22.550| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/cd.png
2014/11/27 01:15:22.550| store.cc(1028) complete: storeComplete: '9CCBB9E3BABFE9FBB70719DBC551A187'
2014/11/27 01:15:22.550| store.cc(1319) validLength: storeEntryValidLength: Checking '9CCBB9E3BABFE9FBB70719DBC551A187'
2014/11/27 01:15:22.550| store_client.cc(731) invokeHandlers: InvokeHandlers: 9CCBB9E3BABFE9FBB70719DBC551A187
2014/11/27 01:15:22.550| store.cc(523) unlock: MimeIcon::created unlocking key 9CCBB9E3BABFE9FBB70719DBC551A187 e:=sSV/0x338fac0*1
2014/11/27 01:15:22.550| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.550| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x338fac0*0 into policy
2014/11/27 01:15:22.550| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/cd.png
2014/11/27 01:15:22.550| store_dir.cc(1073) get: storeGet: looking up 9CCBB9E3BABFE9FBB70719DBC551A187
2014/11/27 01:15:22.550| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338fac0*0
2014/11/27 01:15:22.550| store_dir.cc(1073) get: storeGet: looking up 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.550| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338e190*0
2014/11/27 01:15:22.550| store_dir.cc(1073) get: storeGet: looking up 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.550| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338e190*0
2014/11/27 01:15:22.550| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.550| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.550| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.550| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.550| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.550| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.550| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.550| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.550| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.550| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.550| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.550| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.550| store_dir.cc(1073) get: storeGet: looking up C6C255C752F7F20A55182B9AB3B288BF
2014/11/27 01:15:22.550| store_dir.cc(744) find: none of 0 cache_dirs have C6C255C752F7F20A55182B9AB3B288BF
2014/11/27 01:15:22.550| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_white_magnify.png
2014/11/27 01:15:22.550| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_white_magnify.png'
2014/11/27 01:15:22.550| MemObject.cc(97) MemObject: new MemObject 0x3392a10
2014/11/27 01:15:22.551| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33929a0*1
2014/11/27 01:15:22.551| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_white_magnify.png
2014/11/27 01:15:22.551| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33929a0*1 key 'CA19C91B956D12778DDD47A1F133BA2F'
2014/11/27 01:15:22.551| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33929a0*1 key 'C6C255C752F7F20A55182B9AB3B288BF'
2014/11/27 01:15:22.551| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_white_magnify.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_white_magnify.png'
2014/11/27 01:15:22.551| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.551| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_white_magnify.png
2014/11/27 01:15:22.552| store_client.cc(731) invokeHandlers: InvokeHandlers: C6C255C752F7F20A55182B9AB3B288BF
2014/11/27 01:15:22.552| store_client.cc(731) invokeHandlers: InvokeHandlers: C6C255C752F7F20A55182B9AB3B288BF
2014/11/27 01:15:22.552| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_white_magnify.png
2014/11/27 01:15:22.552| store.cc(1028) complete: storeComplete: 'C6C255C752F7F20A55182B9AB3B288BF'
2014/11/27 01:15:22.552| store.cc(1319) validLength: storeEntryValidLength: Checking 'C6C255C752F7F20A55182B9AB3B288BF'
2014/11/27 01:15:22.553| store_client.cc(731) invokeHandlers: InvokeHandlers: C6C255C752F7F20A55182B9AB3B288BF
2014/11/27 01:15:22.553| store.cc(523) unlock: MimeIcon::created unlocking key C6C255C752F7F20A55182B9AB3B288BF e:=sSV/0x33929a0*1
2014/11/27 01:15:22.553| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.553| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33929a0*0 into policy
2014/11/27 01:15:22.553| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_white_magnify.png
2014/11/27 01:15:22.553| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.553| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.553| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.553| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.553| store_dir.cc(1073) get: storeGet: looking up 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.553| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338e190*0
2014/11/27 01:15:22.553| store_dir.cc(1073) get: storeGet: looking up 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.553| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338c7e0*0
2014/11/27 01:15:22.553| store_dir.cc(1073) get: storeGet: looking up 683CA4FE0957F25DF94EC23B89C376C8
2014/11/27 01:15:22.553| store_dir.cc(744) find: none of 0 cache_dirs have 683CA4FE0957F25DF94EC23B89C376C8
2014/11/27 01:15:22.553| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/box.png
2014/11/27 01:15:22.553| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/box.png'
2014/11/27 01:15:22.553| MemObject.cc(97) MemObject: new MemObject 0x33943d0
2014/11/27 01:15:22.553| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x3394360*1
2014/11/27 01:15:22.553| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/box.png
2014/11/27 01:15:22.553| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x3394360*1 key '0D79614CE9E3237F4018BCB59A6C0FF1'
2014/11/27 01:15:22.553| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x3394360*1 key '683CA4FE0957F25DF94EC23B89C376C8'
2014/11/27 01:15:22.553| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/box.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/box.png'
2014/11/27 01:15:22.553| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.553| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/box.png
2014/11/27 01:15:22.555| store_client.cc(731) invokeHandlers: InvokeHandlers: 683CA4FE0957F25DF94EC23B89C376C8
2014/11/27 01:15:22.555| store_client.cc(731) invokeHandlers: InvokeHandlers: 683CA4FE0957F25DF94EC23B89C376C8
2014/11/27 01:15:22.555| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/box.png
2014/11/27 01:15:22.555| store.cc(1028) complete: storeComplete: '683CA4FE0957F25DF94EC23B89C376C8'
2014/11/27 01:15:22.555| store.cc(1319) validLength: storeEntryValidLength: Checking '683CA4FE0957F25DF94EC23B89C376C8'
2014/11/27 01:15:22.555| store_client.cc(731) invokeHandlers: InvokeHandlers: 683CA4FE0957F25DF94EC23B89C376C8
2014/11/27 01:15:22.555| store.cc(523) unlock: MimeIcon::created unlocking key 683CA4FE0957F25DF94EC23B89C376C8 e:=sSV/0x3394360*1
2014/11/27 01:15:22.555| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.555| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x3394360*0 into policy
2014/11/27 01:15:22.555| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/box.png
2014/11/27 01:15:22.555| store_dir.cc(1073) get: storeGet: looking up 683CA4FE0957F25DF94EC23B89C376C8
2014/11/27 01:15:22.555| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x3394360*0
2014/11/27 01:15:22.555| store_dir.cc(1073) get: storeGet: looking up 7C26723F666ED2415A2989B56DD64037
2014/11/27 01:15:22.555| store_dir.cc(744) find: none of 0 cache_dirs have 7C26723F666ED2415A2989B56DD64037
2014/11/27 01:15:22.555| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_white_stack.png
2014/11/27 01:15:22.555| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_white_stack.png'
2014/11/27 01:15:22.555| MemObject.cc(97) MemObject: new MemObject 0x3395d60
2014/11/27 01:15:22.555| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x3395cf0*1
2014/11/27 01:15:22.555| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_white_stack.png
2014/11/27 01:15:22.555| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x3395cf0*1 key 'ED35F94EF9DAD091F625C3DE8E5DC915'
2014/11/27 01:15:22.555| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x3395cf0*1 key '7C26723F666ED2415A2989B56DD64037'
2014/11/27 01:15:22.555| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_white_stack.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_white_stack.png'
2014/11/27 01:15:22.556| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.556| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_white_stack.png
2014/11/27 01:15:22.557| store_client.cc(731) invokeHandlers: InvokeHandlers: 7C26723F666ED2415A2989B56DD64037
2014/11/27 01:15:22.557| store_client.cc(731) invokeHandlers: InvokeHandlers: 7C26723F666ED2415A2989B56DD64037
2014/11/27 01:15:22.557| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_white_stack.png
2014/11/27 01:15:22.557| store.cc(1028) complete: storeComplete: '7C26723F666ED2415A2989B56DD64037'
2014/11/27 01:15:22.557| store.cc(1319) validLength: storeEntryValidLength: Checking '7C26723F666ED2415A2989B56DD64037'
2014/11/27 01:15:22.557| store_client.cc(731) invokeHandlers: InvokeHandlers: 7C26723F666ED2415A2989B56DD64037
2014/11/27 01:15:22.557| store.cc(523) unlock: MimeIcon::created unlocking key 7C26723F666ED2415A2989B56DD64037 e:=sSV/0x3395cf0*1
2014/11/27 01:15:22.557| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.557| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x3395cf0*0 into policy
2014/11/27 01:15:22.557| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_white_stack.png
2014/11/27 01:15:22.558| store_dir.cc(1073) get: storeGet: looking up D6BF2395672A3EAF823DE0731B02D0FD
2014/11/27 01:15:22.558| store_dir.cc(744) find: none of 0 cache_dirs have D6BF2395672A3EAF823DE0731B02D0FD
2014/11/27 01:15:22.558| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/package.png
2014/11/27 01:15:22.558| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/package.png'
2014/11/27 01:15:22.558| MemObject.cc(97) MemObject: new MemObject 0x3397720
2014/11/27 01:15:22.558| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33976b0*1
2014/11/27 01:15:22.558| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/package.png
2014/11/27 01:15:22.558| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33976b0*1 key '9A95B8F33D045CEB4B1CBA040BA33515'
2014/11/27 01:15:22.558| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33976b0*1 key 'D6BF2395672A3EAF823DE0731B02D0FD'
2014/11/27 01:15:22.558| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/package.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/package.png'
2014/11/27 01:15:22.558| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.558| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/package.png
2014/11/27 01:15:22.560| store_client.cc(731) invokeHandlers: InvokeHandlers: D6BF2395672A3EAF823DE0731B02D0FD
2014/11/27 01:15:22.560| store_client.cc(731) invokeHandlers: InvokeHandlers: D6BF2395672A3EAF823DE0731B02D0FD
2014/11/27 01:15:22.560| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/package.png
2014/11/27 01:15:22.560| store.cc(1028) complete: storeComplete: 'D6BF2395672A3EAF823DE0731B02D0FD'
2014/11/27 01:15:22.560| store.cc(1319) validLength: storeEntryValidLength: Checking 'D6BF2395672A3EAF823DE0731B02D0FD'
2014/11/27 01:15:22.560| store_client.cc(731) invokeHandlers: InvokeHandlers: D6BF2395672A3EAF823DE0731B02D0FD
2014/11/27 01:15:22.560| store.cc(523) unlock: MimeIcon::created unlocking key D6BF2395672A3EAF823DE0731B02D0FD e:=sSV/0x33976b0*1
2014/11/27 01:15:22.560| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.560| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33976b0*0 into policy
2014/11/27 01:15:22.560| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/package.png
2014/11/27 01:15:22.560| store_dir.cc(1073) get: storeGet: looking up 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.560| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338e190*0
2014/11/27 01:15:22.560| store_dir.cc(1073) get: storeGet: looking up 683CA4FE0957F25DF94EC23B89C376C8
2014/11/27 01:15:22.560| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x3394360*0
2014/11/27 01:15:22.560| store_dir.cc(1073) get: storeGet: looking up 683CA4FE0957F25DF94EC23B89C376C8
2014/11/27 01:15:22.560| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x3394360*0
2014/11/27 01:15:22.560| store_dir.cc(1073) get: storeGet: looking up 7C26723F666ED2415A2989B56DD64037
2014/11/27 01:15:22.560| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x3395cf0*0
2014/11/27 01:15:22.560| store_dir.cc(1073) get: storeGet: looking up 7C26723F666ED2415A2989B56DD64037
2014/11/27 01:15:22.560| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x3395cf0*0
2014/11/27 01:15:22.560| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.560| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.560| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.560| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.560| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.560| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.560| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.560| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.560| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.560| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.560| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.560| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.561| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.561| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.561| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.561| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.561| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.561| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.561| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.561| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.561| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.561| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.561| store_dir.cc(1073) get: storeGet: looking up 540CB777FCAD6BE09A9DD78CBB41A526
2014/11/27 01:15:22.561| store_dir.cc(744) find: none of 0 cache_dirs have 540CB777FCAD6BE09A9DD78CBB41A526
2014/11/27 01:15:22.561| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/photo.png
2014/11/27 01:15:22.561| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/photo.png'
2014/11/27 01:15:22.561| MemObject.cc(97) MemObject: new MemObject 0x33990b0
2014/11/27 01:15:22.561| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x3399040*1
2014/11/27 01:15:22.561| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/photo.png
2014/11/27 01:15:22.561| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x3399040*1 key '900B29FFCA40C1A506CC064092C72ED3'
2014/11/27 01:15:22.561| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x3399040*1 key '540CB777FCAD6BE09A9DD78CBB41A526'
2014/11/27 01:15:22.561| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/photo.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/photo.png'
2014/11/27 01:15:22.561| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.561| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/photo.png
2014/11/27 01:15:22.563| store_client.cc(731) invokeHandlers: InvokeHandlers: 540CB777FCAD6BE09A9DD78CBB41A526
2014/11/27 01:15:22.563| store_client.cc(731) invokeHandlers: InvokeHandlers: 540CB777FCAD6BE09A9DD78CBB41A526
2014/11/27 01:15:22.563| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/photo.png
2014/11/27 01:15:22.563| store.cc(1028) complete: storeComplete: '540CB777FCAD6BE09A9DD78CBB41A526'
2014/11/27 01:15:22.563| store.cc(1319) validLength: storeEntryValidLength: Checking '540CB777FCAD6BE09A9DD78CBB41A526'
2014/11/27 01:15:22.563| store_client.cc(731) invokeHandlers: InvokeHandlers: 540CB777FCAD6BE09A9DD78CBB41A526
2014/11/27 01:15:22.563| store.cc(523) unlock: MimeIcon::created unlocking key 540CB777FCAD6BE09A9DD78CBB41A526 e:=sSV/0x3399040*1
2014/11/27 01:15:22.563| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.563| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x3399040*0 into policy
2014/11/27 01:15:22.563| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/photo.png
2014/11/27 01:15:22.563| store_dir.cc(1073) get: storeGet: looking up 540CB777FCAD6BE09A9DD78CBB41A526
2014/11/27 01:15:22.563| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x3399040*0
2014/11/27 01:15:22.563| store_dir.cc(1073) get: storeGet: looking up 540CB777FCAD6BE09A9DD78CBB41A526
2014/11/27 01:15:22.563| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x3399040*0
2014/11/27 01:15:22.563| store_dir.cc(1073) get: storeGet: looking up 540CB777FCAD6BE09A9DD78CBB41A526
2014/11/27 01:15:22.563| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x3399040*0
2014/11/27 01:15:22.563| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.563| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.563| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.563| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.563| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.563| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.563| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.563| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.564| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.564| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.564| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.564| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.564| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.564| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.564| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.564| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.564| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.564| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.564| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.564| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.564| store_dir.cc(1073) get: storeGet: looking up 19C41E4F777D19FFA38C31FC3FE11777
2014/11/27 01:15:22.564| store_dir.cc(744) find: none of 0 cache_dirs have 19C41E4F777D19FFA38C31FC3FE11777
2014/11/27 01:15:22.564| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_world.png
2014/11/27 01:15:22.564| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_world.png'
2014/11/27 01:15:22.564| MemObject.cc(97) MemObject: new MemObject 0x339aa60
2014/11/27 01:15:22.564| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x339a9f0*1
2014/11/27 01:15:22.564| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_world.png
2014/11/27 01:15:22.564| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x339a9f0*1 key 'CA8DE5F1643D5FF46FDF5041E1016907'
2014/11/27 01:15:22.564| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x339a9f0*1 key '19C41E4F777D19FFA38C31FC3FE11777'
2014/11/27 01:15:22.564| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_world.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_world.png'
2014/11/27 01:15:22.564| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.564| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_world.png
2014/11/27 01:15:22.566| store_client.cc(731) invokeHandlers: InvokeHandlers: 19C41E4F777D19FFA38C31FC3FE11777
2014/11/27 01:15:22.566| store_client.cc(731) invokeHandlers: InvokeHandlers: 19C41E4F777D19FFA38C31FC3FE11777
2014/11/27 01:15:22.566| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_world.png
2014/11/27 01:15:22.566| store.cc(1028) complete: storeComplete: '19C41E4F777D19FFA38C31FC3FE11777'
2014/11/27 01:15:22.566| store.cc(1319) validLength: storeEntryValidLength: Checking '19C41E4F777D19FFA38C31FC3FE11777'
2014/11/27 01:15:22.566| store_client.cc(731) invokeHandlers: InvokeHandlers: 19C41E4F777D19FFA38C31FC3FE11777
2014/11/27 01:15:22.566| store.cc(523) unlock: MimeIcon::created unlocking key 19C41E4F777D19FFA38C31FC3FE11777 e:=sSV/0x339a9f0*1
2014/11/27 01:15:22.566| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.566| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x339a9f0*0 into policy
2014/11/27 01:15:22.566| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_world.png
2014/11/27 01:15:22.566| store_dir.cc(1073) get: storeGet: looking up 19C41E4F777D19FFA38C31FC3FE11777
2014/11/27 01:15:22.566| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x339a9f0*0
2014/11/27 01:15:22.566| store_dir.cc(1073) get: storeGet: looking up 8F6795E3ACAD40C3F1A13097CAE4B3D5
2014/11/27 01:15:22.566| store_dir.cc(744) find: none of 0 cache_dirs have 8F6795E3ACAD40C3F1A13097CAE4B3D5
2014/11/27 01:15:22.566| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/css.png
2014/11/27 01:15:22.566| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/css.png'
2014/11/27 01:15:22.566| MemObject.cc(97) MemObject: new MemObject 0x339c410
2014/11/27 01:15:22.566| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x339c3a0*1
2014/11/27 01:15:22.566| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/css.png
2014/11/27 01:15:22.566| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x339c3a0*1 key '5350AFDE32328A7462D458E31188CD90'
2014/11/27 01:15:22.566| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x339c3a0*1 key '8F6795E3ACAD40C3F1A13097CAE4B3D5'
2014/11/27 01:15:22.566| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/css.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/css.png'
2014/11/27 01:15:22.566| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.567| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/css.png
2014/11/27 01:15:22.568| store_client.cc(731) invokeHandlers: InvokeHandlers: 8F6795E3ACAD40C3F1A13097CAE4B3D5
2014/11/27 01:15:22.568| store_client.cc(731) invokeHandlers: InvokeHandlers: 8F6795E3ACAD40C3F1A13097CAE4B3D5
2014/11/27 01:15:22.568| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/css.png
2014/11/27 01:15:22.568| store.cc(1028) complete: storeComplete: '8F6795E3ACAD40C3F1A13097CAE4B3D5'
2014/11/27 01:15:22.568| store.cc(1319) validLength: storeEntryValidLength: Checking '8F6795E3ACAD40C3F1A13097CAE4B3D5'
2014/11/27 01:15:22.568| store_client.cc(731) invokeHandlers: InvokeHandlers: 8F6795E3ACAD40C3F1A13097CAE4B3D5
2014/11/27 01:15:22.568| store.cc(523) unlock: MimeIcon::created unlocking key 8F6795E3ACAD40C3F1A13097CAE4B3D5 e:=sSV/0x339c3a0*1
2014/11/27 01:15:22.568| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.568| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x339c3a0*0 into policy
2014/11/27 01:15:22.568| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/css.png
2014/11/27 01:15:22.568| store_dir.cc(1073) get: storeGet: looking up 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.569| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338e190*0
2014/11/27 01:15:22.569| store_dir.cc(1073) get: storeGet: looking up C1C15A2DF4443D42B1A2ABE3F3AD3374
2014/11/27 01:15:22.569| store_dir.cc(744) find: none of 0 cache_dirs have C1C15A2DF4443D42B1A2ABE3F3AD3374
2014/11/27 01:15:22.569| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_white_c.png
2014/11/27 01:15:22.569| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_white_c.png'
2014/11/27 01:15:22.569| MemObject.cc(97) MemObject: new MemObject 0x339ddc0
2014/11/27 01:15:22.569| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x339dd50*1
2014/11/27 01:15:22.569| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_white_c.png
2014/11/27 01:15:22.569| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x339dd50*1 key 'B0E2611C5F025DA889D2A255D5CC47CB'
2014/11/27 01:15:22.569| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x339dd50*1 key 'C1C15A2DF4443D42B1A2ABE3F3AD3374'
2014/11/27 01:15:22.569| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_white_c.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_white_c.png'
2014/11/27 01:15:22.569| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.569| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_white_c.png
2014/11/27 01:15:22.571| store_client.cc(731) invokeHandlers: InvokeHandlers: C1C15A2DF4443D42B1A2ABE3F3AD3374
2014/11/27 01:15:22.571| store_client.cc(731) invokeHandlers: InvokeHandlers: C1C15A2DF4443D42B1A2ABE3F3AD3374
2014/11/27 01:15:22.571| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_white_c.png
2014/11/27 01:15:22.571| store.cc(1028) complete: storeComplete: 'C1C15A2DF4443D42B1A2ABE3F3AD3374'
2014/11/27 01:15:22.571| store.cc(1319) validLength: storeEntryValidLength: Checking 'C1C15A2DF4443D42B1A2ABE3F3AD3374'
2014/11/27 01:15:22.571| store_client.cc(731) invokeHandlers: InvokeHandlers: C1C15A2DF4443D42B1A2ABE3F3AD3374
2014/11/27 01:15:22.571| store.cc(523) unlock: MimeIcon::created unlocking key C1C15A2DF4443D42B1A2ABE3F3AD3374 e:=sSV/0x339dd50*1
2014/11/27 01:15:22.571| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.571| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x339dd50*0 into policy
2014/11/27 01:15:22.571| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_white_c.png
2014/11/27 01:15:22.571| store_dir.cc(1073) get: storeGet: looking up C1C15A2DF4443D42B1A2ABE3F3AD3374
2014/11/27 01:15:22.571| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x339dd50*0
2014/11/27 01:15:22.571| store_dir.cc(1073) get: storeGet: looking up CDA8DD64F38FDABBEF83E7F48FF0EC55
2014/11/27 01:15:22.571| store_dir.cc(744) find: none of 0 cache_dirs have CDA8DD64F38FDABBEF83E7F48FF0EC55
2014/11/27 01:15:22.571| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_white_cplusplus.png
2014/11/27 01:15:22.571| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_white_cplusplus.png'
2014/11/27 01:15:22.571| MemObject.cc(97) MemObject: new MemObject 0x339f770
2014/11/27 01:15:22.571| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x339f700*1
2014/11/27 01:15:22.571| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_white_cplusplus.png
2014/11/27 01:15:22.571| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x339f700*1 key 'F613F3C956FAD91790B430C355153793'
2014/11/27 01:15:22.571| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x339f700*1 key 'CDA8DD64F38FDABBEF83E7F48FF0EC55'
2014/11/27 01:15:22.571| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_white_cplusplus.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_white_cplusplus.png'
2014/11/27 01:15:22.571| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.571| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_white_cplusplus.png
2014/11/27 01:15:22.573| store_client.cc(731) invokeHandlers: InvokeHandlers: CDA8DD64F38FDABBEF83E7F48FF0EC55
2014/11/27 01:15:22.573| store_client.cc(731) invokeHandlers: InvokeHandlers: CDA8DD64F38FDABBEF83E7F48FF0EC55
2014/11/27 01:15:22.573| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_white_cplusplus.png
2014/11/27 01:15:22.573| store.cc(1028) complete: storeComplete: 'CDA8DD64F38FDABBEF83E7F48FF0EC55'
2014/11/27 01:15:22.573| store.cc(1319) validLength: storeEntryValidLength: Checking 'CDA8DD64F38FDABBEF83E7F48FF0EC55'
2014/11/27 01:15:22.573| store_client.cc(731) invokeHandlers: InvokeHandlers: CDA8DD64F38FDABBEF83E7F48FF0EC55
2014/11/27 01:15:22.573| store.cc(523) unlock: MimeIcon::created unlocking key CDA8DD64F38FDABBEF83E7F48FF0EC55 e:=sSV/0x339f700*1
2014/11/27 01:15:22.573| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.573| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x339f700*0 into policy
2014/11/27 01:15:22.573| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_white_cplusplus.png
2014/11/27 01:15:22.573| store_dir.cc(1073) get: storeGet: looking up CDA8DD64F38FDABBEF83E7F48FF0EC55
2014/11/27 01:15:22.573| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x339f700*0
2014/11/27 01:15:22.573| store_dir.cc(1073) get: storeGet: looking up C1C15A2DF4443D42B1A2ABE3F3AD3374
2014/11/27 01:15:22.573| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x339dd50*0
2014/11/27 01:15:22.573| store_dir.cc(1073) get: storeGet: looking up 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.573| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338e190*0
2014/11/27 01:15:22.573| store_dir.cc(1073) get: storeGet: looking up 86F8329951E4E8F4F27D8D36E8FE5A42
2014/11/27 01:15:22.573| store_dir.cc(744) find: none of 0 cache_dirs have 86F8329951E4E8F4F27D8D36E8FE5A42
2014/11/27 01:15:22.573| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_code.png
2014/11/27 01:15:22.573| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_code.png'
2014/11/27 01:15:22.573| MemObject.cc(97) MemObject: new MemObject 0x33a1130
2014/11/27 01:15:22.574| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33a10c0*1
2014/11/27 01:15:22.574| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_code.png
2014/11/27 01:15:22.574| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33a10c0*1 key 'EAD835601CFCD5C49429C9421D43E8C4'
2014/11/27 01:15:22.574| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33a10c0*1 key '86F8329951E4E8F4F27D8D36E8FE5A42'
2014/11/27 01:15:22.574| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_code.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_code.png'
2014/11/27 01:15:22.574| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.574| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_code.png
2014/11/27 01:15:22.575| store_client.cc(731) invokeHandlers: InvokeHandlers: 86F8329951E4E8F4F27D8D36E8FE5A42
2014/11/27 01:15:22.575| store_client.cc(731) invokeHandlers: InvokeHandlers: 86F8329951E4E8F4F27D8D36E8FE5A42
2014/11/27 01:15:22.575| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_code.png
2014/11/27 01:15:22.575| store.cc(1028) complete: storeComplete: '86F8329951E4E8F4F27D8D36E8FE5A42'
2014/11/27 01:15:22.575| store.cc(1319) validLength: storeEntryValidLength: Checking '86F8329951E4E8F4F27D8D36E8FE5A42'
2014/11/27 01:15:22.576| store_client.cc(731) invokeHandlers: InvokeHandlers: 86F8329951E4E8F4F27D8D36E8FE5A42
2014/11/27 01:15:22.576| store.cc(523) unlock: MimeIcon::created unlocking key 86F8329951E4E8F4F27D8D36E8FE5A42 e:=sSV/0x33a10c0*1
2014/11/27 01:15:22.576| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.576| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33a10c0*0 into policy
2014/11/27 01:15:22.576| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_code.png
2014/11/27 01:15:22.576| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.576| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.576| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.576| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.576| store_dir.cc(1073) get: storeGet: looking up 11E51DB30434453AD0C7A0185D2CD597
2014/11/27 01:15:22.576| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338ae40*0
2014/11/27 01:15:22.576| store_dir.cc(1073) get: storeGet: looking up 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.576| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338e190*0
2014/11/27 01:15:22.576| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.576| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.576| store_dir.cc(1073) get: storeGet: looking up F16CA0A0B0F9E5727914AD2B62B4FB74
2014/11/27 01:15:22.576| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337d300*0
2014/11/27 01:15:22.576| store_dir.cc(1073) get: storeGet: looking up F16CA0A0B0F9E5727914AD2B62B4FB74
2014/11/27 01:15:22.576| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337d300*0
2014/11/27 01:15:22.576| store_dir.cc(1073) get: storeGet: looking up F16CA0A0B0F9E5727914AD2B62B4FB74
2014/11/27 01:15:22.576| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337d300*0
2014/11/27 01:15:22.576| store_dir.cc(1073) get: storeGet: looking up F16CA0A0B0F9E5727914AD2B62B4FB74
2014/11/27 01:15:22.576| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337d300*0
2014/11/27 01:15:22.576| store_dir.cc(1073) get: storeGet: looking up F16CA0A0B0F9E5727914AD2B62B4FB74
2014/11/27 01:15:22.576| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337d300*0
2014/11/27 01:15:22.576| store_dir.cc(1073) get: storeGet: looking up F16CA0A0B0F9E5727914AD2B62B4FB74
2014/11/27 01:15:22.576| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337d300*0
2014/11/27 01:15:22.576| store_dir.cc(1073) get: storeGet: looking up F16CA0A0B0F9E5727914AD2B62B4FB74
2014/11/27 01:15:22.576| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337d300*0
2014/11/27 01:15:22.576| store_dir.cc(1073) get: storeGet: looking up 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.576| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338c7e0*0
2014/11/27 01:15:22.576| store_dir.cc(1073) get: storeGet: looking up 14070246FEADB0E4627376D79F796056
2014/11/27 01:15:22.576| store_dir.cc(744) find: none of 0 cache_dirs have 14070246FEADB0E4627376D79F796056
2014/11/27 01:15:22.576| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_white_zip.png
2014/11/27 01:15:22.576| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_white_zip.png'
2014/11/27 01:15:22.577| MemObject.cc(97) MemObject: new MemObject 0x33a2ca0
2014/11/27 01:15:22.577| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33a2f20*1
2014/11/27 01:15:22.577| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_white_zip.png
2014/11/27 01:15:22.577| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33a2f20*1 key '7481D3531522DA0CA4AA4D16D0E156D0'
2014/11/27 01:15:22.577| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33a2f20*1 key '14070246FEADB0E4627376D79F796056'
2014/11/27 01:15:22.577| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_white_zip.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_white_zip.png'
2014/11/27 01:15:22.577| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.577| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_white_zip.png
2014/11/27 01:15:22.578| store_client.cc(731) invokeHandlers: InvokeHandlers: 14070246FEADB0E4627376D79F796056
2014/11/27 01:15:22.578| store_client.cc(731) invokeHandlers: InvokeHandlers: 14070246FEADB0E4627376D79F796056
2014/11/27 01:15:22.578| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_white_zip.png
2014/11/27 01:15:22.579| store.cc(1028) complete: storeComplete: '14070246FEADB0E4627376D79F796056'
2014/11/27 01:15:22.579| store.cc(1319) validLength: storeEntryValidLength: Checking '14070246FEADB0E4627376D79F796056'
2014/11/27 01:15:22.579| store_client.cc(731) invokeHandlers: InvokeHandlers: 14070246FEADB0E4627376D79F796056
2014/11/27 01:15:22.579| store.cc(523) unlock: MimeIcon::created unlocking key 14070246FEADB0E4627376D79F796056 e:=sSV/0x33a2f20*1
2014/11/27 01:15:22.579| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.579| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33a2f20*0 into policy
2014/11/27 01:15:22.579| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_white_zip.png
2014/11/27 01:15:22.579| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.579| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.579| store_dir.cc(1073) get: storeGet: looking up 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.579| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338e190*0
2014/11/27 01:15:22.579| store_dir.cc(1073) get: storeGet: looking up A568488BE56A3D33CEF3AC5A07A3E3B6
2014/11/27 01:15:22.579| store_dir.cc(744) find: none of 0 cache_dirs have A568488BE56A3D33CEF3AC5A07A3E3B6
2014/11/27 01:15:22.579| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_white_word.png
2014/11/27 01:15:22.579| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_white_word.png'
2014/11/27 01:15:22.579| MemObject.cc(97) MemObject: new MemObject 0x33a4520
2014/11/27 01:15:22.579| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33a4940*1
2014/11/27 01:15:22.579| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_white_word.png
2014/11/27 01:15:22.579| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33a4940*1 key 'CAEAB3AF8FC8EF2E3AA02182B39CFA2B'
2014/11/27 01:15:22.579| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33a4940*1 key 'A568488BE56A3D33CEF3AC5A07A3E3B6'
2014/11/27 01:15:22.579| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_white_word.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_white_word.png'
2014/11/27 01:15:22.579| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.579| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_white_word.png
2014/11/27 01:15:22.581| store_client.cc(731) invokeHandlers: InvokeHandlers: A568488BE56A3D33CEF3AC5A07A3E3B6
2014/11/27 01:15:22.581| store_client.cc(731) invokeHandlers: InvokeHandlers: A568488BE56A3D33CEF3AC5A07A3E3B6
2014/11/27 01:15:22.581| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_white_word.png
2014/11/27 01:15:22.581| store.cc(1028) complete: storeComplete: 'A568488BE56A3D33CEF3AC5A07A3E3B6'
2014/11/27 01:15:22.581| store.cc(1319) validLength: storeEntryValidLength: Checking 'A568488BE56A3D33CEF3AC5A07A3E3B6'
2014/11/27 01:15:22.581| store_client.cc(731) invokeHandlers: InvokeHandlers: A568488BE56A3D33CEF3AC5A07A3E3B6
2014/11/27 01:15:22.581| store.cc(523) unlock: MimeIcon::created unlocking key A568488BE56A3D33CEF3AC5A07A3E3B6 e:=sSV/0x33a4940*1
2014/11/27 01:15:22.581| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.581| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33a4940*0 into policy
2014/11/27 01:15:22.581| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_white_word.png
2014/11/27 01:15:22.581| store_dir.cc(1073) get: storeGet: looking up 6E286E2CF3E2D470E1AD1E5139C22180
2014/11/27 01:15:22.581| store_dir.cc(744) find: none of 0 cache_dirs have 6E286E2CF3E2D470E1AD1E5139C22180
2014/11/27 01:15:22.581| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_excel.png
2014/11/27 01:15:22.581| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_excel.png'
2014/11/27 01:15:22.581| MemObject.cc(97) MemObject: new MemObject 0x33a5ed0
2014/11/27 01:15:22.581| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33a62d0*1
2014/11/27 01:15:22.581| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_excel.png
2014/11/27 01:15:22.581| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33a62d0*1 key '579FF2DAE232880B5FE52E05EBBFB3F5'
2014/11/27 01:15:22.581| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33a62d0*1 key '6E286E2CF3E2D470E1AD1E5139C22180'
2014/11/27 01:15:22.581| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_excel.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_excel.png'
2014/11/27 01:15:22.581| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.582| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_excel.png
2014/11/27 01:15:22.583| store_client.cc(731) invokeHandlers: InvokeHandlers: 6E286E2CF3E2D470E1AD1E5139C22180
2014/11/27 01:15:22.583| store_client.cc(731) invokeHandlers: InvokeHandlers: 6E286E2CF3E2D470E1AD1E5139C22180
2014/11/27 01:15:22.583| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_excel.png
2014/11/27 01:15:22.583| store.cc(1028) complete: storeComplete: '6E286E2CF3E2D470E1AD1E5139C22180'
2014/11/27 01:15:22.583| store.cc(1319) validLength: storeEntryValidLength: Checking '6E286E2CF3E2D470E1AD1E5139C22180'
2014/11/27 01:15:22.583| store_client.cc(731) invokeHandlers: InvokeHandlers: 6E286E2CF3E2D470E1AD1E5139C22180
2014/11/27 01:15:22.583| store.cc(523) unlock: MimeIcon::created unlocking key 6E286E2CF3E2D470E1AD1E5139C22180 e:=sSV/0x33a62d0*1
2014/11/27 01:15:22.583| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.583| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33a62d0*0 into policy
2014/11/27 01:15:22.583| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_excel.png
2014/11/27 01:15:22.583| store_dir.cc(1073) get: storeGet: looking up 14319A81D237CF23E8AB2799D1416D01
2014/11/27 01:15:22.583| store_dir.cc(744) find: none of 0 cache_dirs have 14319A81D237CF23E8AB2799D1416D01
2014/11/27 01:15:22.583| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_white_powerpoint.png
2014/11/27 01:15:22.583| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_white_powerpoint.png'
2014/11/27 01:15:22.583| MemObject.cc(97) MemObject: new MemObject 0x33a7860
2014/11/27 01:15:22.584| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33a7c80*1
2014/11/27 01:15:22.584| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_white_powerpoint.png
2014/11/27 01:15:22.584| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33a7c80*1 key '0C05055EF7A966A57B6F8D2837936F7E'
2014/11/27 01:15:22.584| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33a7c80*1 key '14319A81D237CF23E8AB2799D1416D01'
2014/11/27 01:15:22.584| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_white_powerpoint.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_white_powerpoint.png'
2014/11/27 01:15:22.584| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.584| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_white_powerpoint.png
2014/11/27 01:15:22.585| store_client.cc(731) invokeHandlers: InvokeHandlers: 14319A81D237CF23E8AB2799D1416D01
2014/11/27 01:15:22.585| store_client.cc(731) invokeHandlers: InvokeHandlers: 14319A81D237CF23E8AB2799D1416D01
2014/11/27 01:15:22.585| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_white_powerpoint.png
2014/11/27 01:15:22.585| store.cc(1028) complete: storeComplete: '14319A81D237CF23E8AB2799D1416D01'
2014/11/27 01:15:22.585| store.cc(1319) validLength: storeEntryValidLength: Checking '14319A81D237CF23E8AB2799D1416D01'
2014/11/27 01:15:22.586| store_client.cc(731) invokeHandlers: InvokeHandlers: 14319A81D237CF23E8AB2799D1416D01
2014/11/27 01:15:22.586| store.cc(523) unlock: MimeIcon::created unlocking key 14319A81D237CF23E8AB2799D1416D01 e:=sSV/0x33a7c80*1
2014/11/27 01:15:22.586| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.586| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33a7c80*0 into policy
2014/11/27 01:15:22.586| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_white_powerpoint.png
2014/11/27 01:15:22.586| store_dir.cc(1073) get: storeGet: looking up 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.586| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338e190*0
2014/11/27 01:15:22.586| store_dir.cc(1073) get: storeGet: looking up D81E5CFD84EA27DB6A94514C03E68DB8
2014/11/27 01:15:22.586| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x336be20*0
2014/11/27 01:15:22.586| store_dir.cc(1073) get: storeGet: looking up 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.586| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338c7e0*0
2014/11/27 01:15:22.586| store_dir.cc(1073) get: storeGet: looking up 181E07A355FEE58A3D6A23964FFF3D14
2014/11/27 01:15:22.586| store_dir.cc(744) find: none of 0 cache_dirs have 181E07A355FEE58A3D6A23964FFF3D14
2014/11/27 01:15:22.586| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/picture.png
2014/11/27 01:15:22.586| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/picture.png'
2014/11/27 01:15:22.586| MemObject.cc(97) MemObject: new MemObject 0x33a9220
2014/11/27 01:15:22.586| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33a9620*1
2014/11/27 01:15:22.586| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/picture.png
2014/11/27 01:15:22.586| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33a9620*1 key '54D34B49E061D09204D9659AF090B853'
2014/11/27 01:15:22.586| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33a9620*1 key '181E07A355FEE58A3D6A23964FFF3D14'
2014/11/27 01:15:22.586| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/picture.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/picture.png'
2014/11/27 01:15:22.586| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.586| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/picture.png
2014/11/27 01:15:22.588| store_client.cc(731) invokeHandlers: InvokeHandlers: 181E07A355FEE58A3D6A23964FFF3D14
2014/11/27 01:15:22.588| store_client.cc(731) invokeHandlers: InvokeHandlers: 181E07A355FEE58A3D6A23964FFF3D14
2014/11/27 01:15:22.588| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/picture.png
2014/11/27 01:15:22.588| store.cc(1028) complete: storeComplete: '181E07A355FEE58A3D6A23964FFF3D14'
2014/11/27 01:15:22.588| store.cc(1319) validLength: storeEntryValidLength: Checking '181E07A355FEE58A3D6A23964FFF3D14'
2014/11/27 01:15:22.588| store_client.cc(731) invokeHandlers: InvokeHandlers: 181E07A355FEE58A3D6A23964FFF3D14
2014/11/27 01:15:22.588| store.cc(523) unlock: MimeIcon::created unlocking key 181E07A355FEE58A3D6A23964FFF3D14 e:=sSV/0x33a9620*1
2014/11/27 01:15:22.588| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.588| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33a9620*0 into policy
2014/11/27 01:15:22.588| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/picture.png
2014/11/27 01:15:22.588| store_dir.cc(1073) get: storeGet: looking up 181E07A355FEE58A3D6A23964FFF3D14
2014/11/27 01:15:22.588| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33a9620*0
2014/11/27 01:15:22.588| store_dir.cc(1073) get: storeGet: looking up 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.588| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338c7e0*0
2014/11/27 01:15:22.588| store_dir.cc(1073) get: storeGet: looking up 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.588| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338c7e0*0
2014/11/27 01:15:22.588| store_dir.cc(1073) get: storeGet: looking up 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.588| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338c7e0*0
2014/11/27 01:15:22.588| store_dir.cc(1073) get: storeGet: looking up 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.588| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338c7e0*0
2014/11/27 01:15:22.588| store_dir.cc(1073) get: storeGet: looking up 0C263D9D51E102332B649589484F918A
2014/11/27 01:15:22.588| store_dir.cc(744) find: none of 0 cache_dirs have 0C263D9D51E102332B649589484F918A
2014/11/27 01:15:22.588| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/information.png
2014/11/27 01:15:22.588| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/information.png'
2014/11/27 01:15:22.589| MemObject.cc(97) MemObject: new MemObject 0x33aabd0
2014/11/27 01:15:22.589| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33aafd0*1
2014/11/27 01:15:22.589| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/information.png
2014/11/27 01:15:22.589| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33aafd0*1 key 'F1867DADEB492713B8E28A43F5F426D9'
2014/11/27 01:15:22.589| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33aafd0*1 key '0C263D9D51E102332B649589484F918A'
2014/11/27 01:15:22.589| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/information.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/information.png'
2014/11/27 01:15:22.589| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.589| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/information.png
2014/11/27 01:15:22.590| store_client.cc(731) invokeHandlers: InvokeHandlers: 0C263D9D51E102332B649589484F918A
2014/11/27 01:15:22.590| store_client.cc(731) invokeHandlers: InvokeHandlers: 0C263D9D51E102332B649589484F918A
2014/11/27 01:15:22.590| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/information.png
2014/11/27 01:15:22.591| store.cc(1028) complete: storeComplete: '0C263D9D51E102332B649589484F918A'
2014/11/27 01:15:22.591| store.cc(1319) validLength: storeEntryValidLength: Checking '0C263D9D51E102332B649589484F918A'
2014/11/27 01:15:22.591| store_client.cc(731) invokeHandlers: InvokeHandlers: 0C263D9D51E102332B649589484F918A
2014/11/27 01:15:22.591| store.cc(523) unlock: MimeIcon::created unlocking key 0C263D9D51E102332B649589484F918A e:=sSV/0x33aafd0*1
2014/11/27 01:15:22.591| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.591| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33aafd0*0 into policy
2014/11/27 01:15:22.591| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/information.png
2014/11/27 01:15:22.591| store_dir.cc(1073) get: storeGet: looking up E085B4C54CD735AB8D8313A505402612
2014/11/27 01:15:22.591| store_dir.cc(744) find: none of 0 cache_dirs have E085B4C54CD735AB8D8313A505402612
2014/11/27 01:15:22.591| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/bomb.png
2014/11/27 01:15:22.591| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/bomb.png'
2014/11/27 01:15:22.591| MemObject.cc(97) MemObject: new MemObject 0x33ac580
2014/11/27 01:15:22.591| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33ac980*1
2014/11/27 01:15:22.591| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/bomb.png
2014/11/27 01:15:22.591| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33ac980*1 key '1F3ECD560831D9A23E71C8A89BEBCE94'
2014/11/27 01:15:22.591| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33ac980*1 key 'E085B4C54CD735AB8D8313A505402612'
2014/11/27 01:15:22.591| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/bomb.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/bomb.png'
2014/11/27 01:15:22.591| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.591| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/bomb.png
2014/11/27 01:15:22.593| store_client.cc(731) invokeHandlers: InvokeHandlers: E085B4C54CD735AB8D8313A505402612
2014/11/27 01:15:22.593| store_client.cc(731) invokeHandlers: InvokeHandlers: E085B4C54CD735AB8D8313A505402612
2014/11/27 01:15:22.593| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/bomb.png
2014/11/27 01:15:22.593| store.cc(1028) complete: storeComplete: 'E085B4C54CD735AB8D8313A505402612'
2014/11/27 01:15:22.593| store.cc(1319) validLength: storeEntryValidLength: Checking 'E085B4C54CD735AB8D8313A505402612'
2014/11/27 01:15:22.593| store_client.cc(731) invokeHandlers: InvokeHandlers: E085B4C54CD735AB8D8313A505402612
2014/11/27 01:15:22.593| store.cc(523) unlock: MimeIcon::created unlocking key E085B4C54CD735AB8D8313A505402612 e:=sSV/0x33ac980*1
2014/11/27 01:15:22.593| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.593| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33ac980*0 into policy
2014/11/27 01:15:22.593| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/bomb.png
2014/11/27 01:15:22.593| store_dir.cc(1073) get: storeGet: looking up E085B4C54CD735AB8D8313A505402612
2014/11/27 01:15:22.593| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33ac980*0
2014/11/27 01:15:22.593| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.593| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.593| store_dir.cc(1073) get: storeGet: looking up 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.593| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338c7e0*0
2014/11/27 01:15:22.593| store_dir.cc(1073) get: storeGet: looking up E14619C265204454F63168D76F32E64A
2014/11/27 01:15:22.593| store_dir.cc(744) find: none of 0 cache_dirs have E14619C265204454F63168D76F32E64A
2014/11/27 01:15:22.593| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/plugin_add.png
2014/11/27 01:15:22.593| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/plugin_add.png'
2014/11/27 01:15:22.593| MemObject.cc(97) MemObject: new MemObject 0x33adf30
2014/11/27 01:15:22.593| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33ae330*1
2014/11/27 01:15:22.593| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/plugin_add.png
2014/11/27 01:15:22.593| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33ae330*1 key '4364BA05B60B04ABFAD44BF3AEFC5D9C'
2014/11/27 01:15:22.593| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33ae330*1 key 'E14619C265204454F63168D76F32E64A'
2014/11/27 01:15:22.593| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/plugin_add.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/plugin_add.png'
2014/11/27 01:15:22.593| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.594| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/plugin_add.png
2014/11/27 01:15:22.595| store_client.cc(731) invokeHandlers: InvokeHandlers: E14619C265204454F63168D76F32E64A
2014/11/27 01:15:22.595| store_client.cc(731) invokeHandlers: InvokeHandlers: E14619C265204454F63168D76F32E64A
2014/11/27 01:15:22.595| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/plugin_add.png
2014/11/27 01:15:22.595| store.cc(1028) complete: storeComplete: 'E14619C265204454F63168D76F32E64A'
2014/11/27 01:15:22.595| store.cc(1319) validLength: storeEntryValidLength: Checking 'E14619C265204454F63168D76F32E64A'
2014/11/27 01:15:22.595| store_client.cc(731) invokeHandlers: InvokeHandlers: E14619C265204454F63168D76F32E64A
2014/11/27 01:15:22.595| store.cc(523) unlock: MimeIcon::created unlocking key E14619C265204454F63168D76F32E64A e:=sSV/0x33ae330*1
2014/11/27 01:15:22.595| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.595| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33ae330*0 into policy
2014/11/27 01:15:22.595| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/plugin_add.png
2014/11/27 01:15:22.595| store_dir.cc(1073) get: storeGet: looking up 46F7356332479A3C71647BA7EFF331BD
2014/11/27 01:15:22.595| store_dir.cc(744) find: none of 0 cache_dirs have 46F7356332479A3C71647BA7EFF331BD
2014/11/27 01:15:22.595| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/script_gear.png
2014/11/27 01:15:22.595| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/script_gear.png'
2014/11/27 01:15:22.595| MemObject.cc(97) MemObject: new MemObject 0x33af8e0
2014/11/27 01:15:22.596| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33afce0*1
2014/11/27 01:15:22.596| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/script_gear.png
2014/11/27 01:15:22.596| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33afce0*1 key 'A7ABF435286750BB4690D907F192AAAD'
2014/11/27 01:15:22.596| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33afce0*1 key '46F7356332479A3C71647BA7EFF331BD'
2014/11/27 01:15:22.596| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/script_gear.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/script_gear.png'
2014/11/27 01:15:22.596| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.596| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/script_gear.png
2014/11/27 01:15:22.597| store_client.cc(731) invokeHandlers: InvokeHandlers: 46F7356332479A3C71647BA7EFF331BD
2014/11/27 01:15:22.597| store_client.cc(731) invokeHandlers: InvokeHandlers: 46F7356332479A3C71647BA7EFF331BD
2014/11/27 01:15:22.597| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/script_gear.png
2014/11/27 01:15:22.598| store.cc(1028) complete: storeComplete: '46F7356332479A3C71647BA7EFF331BD'
2014/11/27 01:15:22.598| store.cc(1319) validLength: storeEntryValidLength: Checking '46F7356332479A3C71647BA7EFF331BD'
2014/11/27 01:15:22.598| store_client.cc(731) invokeHandlers: InvokeHandlers: 46F7356332479A3C71647BA7EFF331BD
2014/11/27 01:15:22.598| store.cc(523) unlock: MimeIcon::created unlocking key 46F7356332479A3C71647BA7EFF331BD e:=sSV/0x33afce0*1
2014/11/27 01:15:22.598| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.598| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33afce0*0 into policy
2014/11/27 01:15:22.598| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/script_gear.png
2014/11/27 01:15:22.598| store_dir.cc(1073) get: storeGet: looking up 9BA6814019AAC525B92A2BCC2E44A68D
2014/11/27 01:15:22.598| store_dir.cc(744) find: none of 0 cache_dirs have 9BA6814019AAC525B92A2BCC2E44A68D
2014/11/27 01:15:22.598| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/cup.png
2014/11/27 01:15:22.598| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/cup.png'
2014/11/27 01:15:22.598| MemObject.cc(97) MemObject: new MemObject 0x33b1290
2014/11/27 01:15:22.598| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33b1690*1
2014/11/27 01:15:22.598| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/cup.png
2014/11/27 01:15:22.598| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33b1690*1 key '2E5A180C3A8B8DC83AFB0DEAF557F305'
2014/11/27 01:15:22.598| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33b1690*1 key '9BA6814019AAC525B92A2BCC2E44A68D'
2014/11/27 01:15:22.598| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/cup.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/cup.png'
2014/11/27 01:15:22.598| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.598| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/cup.png
2014/11/27 01:15:22.600| store_client.cc(731) invokeHandlers: InvokeHandlers: 9BA6814019AAC525B92A2BCC2E44A68D
2014/11/27 01:15:22.600| store_client.cc(731) invokeHandlers: InvokeHandlers: 9BA6814019AAC525B92A2BCC2E44A68D
2014/11/27 01:15:22.600| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/cup.png
2014/11/27 01:15:22.600| store.cc(1028) complete: storeComplete: '9BA6814019AAC525B92A2BCC2E44A68D'
2014/11/27 01:15:22.600| store.cc(1319) validLength: storeEntryValidLength: Checking '9BA6814019AAC525B92A2BCC2E44A68D'
2014/11/27 01:15:22.600| store_client.cc(731) invokeHandlers: InvokeHandlers: 9BA6814019AAC525B92A2BCC2E44A68D
2014/11/27 01:15:22.600| store.cc(523) unlock: MimeIcon::created unlocking key 9BA6814019AAC525B92A2BCC2E44A68D e:=sSV/0x33b1690*1
2014/11/27 01:15:22.600| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.600| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33b1690*0 into policy
2014/11/27 01:15:22.600| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/cup.png
2014/11/27 01:15:22.600| store_dir.cc(1073) get: storeGet: looking up BBA08A4540C9F8EBC054A042A14F0E5F
2014/11/27 01:15:22.600| store_dir.cc(744) find: none of 0 cache_dirs have BBA08A4540C9F8EBC054A042A14F0E5F
2014/11/27 01:15:22.600| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/script_palette.png
2014/11/27 01:15:22.600| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/script_palette.png'
2014/11/27 01:15:22.600| MemObject.cc(97) MemObject: new MemObject 0x33b2c20
2014/11/27 01:15:22.600| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33b1610*1
2014/11/27 01:15:22.600| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/script_palette.png
2014/11/27 01:15:22.600| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33b1610*1 key '27F2E1B045B67083C77AEBF250484399'
2014/11/27 01:15:22.600| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33b1610*1 key 'BBA08A4540C9F8EBC054A042A14F0E5F'
2014/11/27 01:15:22.600| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/script_palette.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/script_palette.png'
2014/11/27 01:15:22.600| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.600| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/script_palette.png
2014/11/27 01:15:22.602| store_client.cc(731) invokeHandlers: InvokeHandlers: BBA08A4540C9F8EBC054A042A14F0E5F
2014/11/27 01:15:22.602| store_client.cc(731) invokeHandlers: InvokeHandlers: BBA08A4540C9F8EBC054A042A14F0E5F
2014/11/27 01:15:22.602| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/script_palette.png
2014/11/27 01:15:22.602| store.cc(1028) complete: storeComplete: 'BBA08A4540C9F8EBC054A042A14F0E5F'
2014/11/27 01:15:22.602| store.cc(1319) validLength: storeEntryValidLength: Checking 'BBA08A4540C9F8EBC054A042A14F0E5F'
2014/11/27 01:15:22.602| store_client.cc(731) invokeHandlers: InvokeHandlers: BBA08A4540C9F8EBC054A042A14F0E5F
2014/11/27 01:15:22.602| store.cc(523) unlock: MimeIcon::created unlocking key BBA08A4540C9F8EBC054A042A14F0E5F e:=sSV/0x33b1610*1
2014/11/27 01:15:22.602| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.602| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33b1610*0 into policy
2014/11/27 01:15:22.602| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/script_palette.png
2014/11/27 01:15:22.602| store_dir.cc(1073) get: storeGet: looking up F16CA0A0B0F9E5727914AD2B62B4FB74
2014/11/27 01:15:22.602| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337d300*0
2014/11/27 01:15:22.602| store_dir.cc(1073) get: storeGet: looking up E46D85BB192C32787C610C43C7B6B54C
2014/11/27 01:15:22.602| store_dir.cc(744) find: none of 0 cache_dirs have E46D85BB192C32787C610C43C7B6B54C
2014/11/27 01:15:22.602| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/film_key.png
2014/11/27 01:15:22.602| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/film_key.png'
2014/11/27 01:15:22.602| MemObject.cc(97) MemObject: new MemObject 0x33b4560
2014/11/27 01:15:22.602| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33b44f0*1
2014/11/27 01:15:22.602| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/film_key.png
2014/11/27 01:15:22.602| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33b44f0*1 key 'E8AB748B4EE97F2F0FD3F9DF18FD2E9F'
2014/11/27 01:15:22.603| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33b44f0*1 key 'E46D85BB192C32787C610C43C7B6B54C'
2014/11/27 01:15:22.603| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/film_key.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/film_key.png'
2014/11/27 01:15:22.603| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.603| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/film_key.png
2014/11/27 01:15:22.604| store_client.cc(731) invokeHandlers: InvokeHandlers: E46D85BB192C32787C610C43C7B6B54C
2014/11/27 01:15:22.604| store_client.cc(731) invokeHandlers: InvokeHandlers: E46D85BB192C32787C610C43C7B6B54C
2014/11/27 01:15:22.604| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/film_key.png
2014/11/27 01:15:22.604| store.cc(1028) complete: storeComplete: 'E46D85BB192C32787C610C43C7B6B54C'
2014/11/27 01:15:22.604| store.cc(1319) validLength: storeEntryValidLength: Checking 'E46D85BB192C32787C610C43C7B6B54C'
2014/11/27 01:15:22.604| store_client.cc(731) invokeHandlers: InvokeHandlers: E46D85BB192C32787C610C43C7B6B54C
2014/11/27 01:15:22.604| store.cc(523) unlock: MimeIcon::created unlocking key E46D85BB192C32787C610C43C7B6B54C e:=sSV/0x33b44f0*1
2014/11/27 01:15:22.605| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.605| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33b44f0*0 into policy
2014/11/27 01:15:22.605| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/film_key.png
2014/11/27 01:15:22.605| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.605| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.605| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.605| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.605| store_dir.cc(1073) get: storeGet: looking up 5F513ACCB4BEA8B9F17162FB2BACBBDA
2014/11/27 01:15:22.605| store_dir.cc(744) find: none of 0 cache_dirs have 5F513ACCB4BEA8B9F17162FB2BACBBDA
2014/11/27 01:15:22.605| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/plugin.png
2014/11/27 01:15:22.605| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/plugin.png'
2014/11/27 01:15:22.605| MemObject.cc(97) MemObject: new MemObject 0x33b5f10
2014/11/27 01:15:22.605| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33b5ea0*1
2014/11/27 01:15:22.605| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/plugin.png
2014/11/27 01:15:22.605| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33b5ea0*1 key '06955E7B8B0A4235B32D4D20FDC460FA'
2014/11/27 01:15:22.605| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33b5ea0*1 key '5F513ACCB4BEA8B9F17162FB2BACBBDA'
2014/11/27 01:15:22.605| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/plugin.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/plugin.png'
2014/11/27 01:15:22.605| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.605| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/plugin.png
2014/11/27 01:15:22.607| store_client.cc(731) invokeHandlers: InvokeHandlers: 5F513ACCB4BEA8B9F17162FB2BACBBDA
2014/11/27 01:15:22.607| store_client.cc(731) invokeHandlers: InvokeHandlers: 5F513ACCB4BEA8B9F17162FB2BACBBDA
2014/11/27 01:15:22.607| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/plugin.png
2014/11/27 01:15:22.607| store.cc(1028) complete: storeComplete: '5F513ACCB4BEA8B9F17162FB2BACBBDA'
2014/11/27 01:15:22.607| store.cc(1319) validLength: storeEntryValidLength: Checking '5F513ACCB4BEA8B9F17162FB2BACBBDA'
2014/11/27 01:15:22.607| store_client.cc(731) invokeHandlers: InvokeHandlers: 5F513ACCB4BEA8B9F17162FB2BACBBDA
2014/11/27 01:15:22.607| store.cc(523) unlock: MimeIcon::created unlocking key 5F513ACCB4BEA8B9F17162FB2BACBBDA e:=sSV/0x33b5ea0*1
2014/11/27 01:15:22.607| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.607| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33b5ea0*0 into policy
2014/11/27 01:15:22.607| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/plugin.png
2014/11/27 01:15:22.607| store_dir.cc(1073) get: storeGet: looking up 40C6FD4B550872FFB26C3A474B46CE06
2014/11/27 01:15:22.607| store_dir.cc(744) find: none of 0 cache_dirs have 40C6FD4B550872FFB26C3A474B46CE06
2014/11/27 01:15:22.607| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/drive_disk.png
2014/11/27 01:15:22.607| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/drive_disk.png'
2014/11/27 01:15:22.607| MemObject.cc(97) MemObject: new MemObject 0x33b78c0
2014/11/27 01:15:22.607| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33b7850*1
2014/11/27 01:15:22.607| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/drive_disk.png
2014/11/27 01:15:22.607| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33b7850*1 key '2C2FBB3219D3B40943A1F3DB84782A4E'
2014/11/27 01:15:22.607| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33b7850*1 key '40C6FD4B550872FFB26C3A474B46CE06'
2014/11/27 01:15:22.607| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/drive_disk.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/drive_disk.png'
2014/11/27 01:15:22.607| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.607| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/drive_disk.png
2014/11/27 01:15:22.609| store_client.cc(731) invokeHandlers: InvokeHandlers: 40C6FD4B550872FFB26C3A474B46CE06
2014/11/27 01:15:22.609| store_client.cc(731) invokeHandlers: InvokeHandlers: 40C6FD4B550872FFB26C3A474B46CE06
2014/11/27 01:15:22.609| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/drive_disk.png
2014/11/27 01:15:22.609| store.cc(1028) complete: storeComplete: '40C6FD4B550872FFB26C3A474B46CE06'
2014/11/27 01:15:22.609| store.cc(1319) validLength: storeEntryValidLength: Checking '40C6FD4B550872FFB26C3A474B46CE06'
2014/11/27 01:15:22.609| store_client.cc(731) invokeHandlers: InvokeHandlers: 40C6FD4B550872FFB26C3A474B46CE06
2014/11/27 01:15:22.609| store.cc(523) unlock: MimeIcon::created unlocking key 40C6FD4B550872FFB26C3A474B46CE06 e:=sSV/0x33b7850*1
2014/11/27 01:15:22.609| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.609| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33b7850*0 into policy
2014/11/27 01:15:22.609| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/drive_disk.png
2014/11/27 01:15:22.609| store_dir.cc(1073) get: storeGet: looking up 4226A0233E563AAFAECC8B1C7F522696
2014/11/27 01:15:22.609| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33820e0*0
2014/11/27 01:15:22.609| store_dir.cc(1073) get: storeGet: looking up 859639B2D98C5D1EECA638A885752553
2014/11/27 01:15:22.609| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338c7e0*0
2014/11/27 01:15:22.609| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.609| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.609| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.609| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.610| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.610| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.610| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.610| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.610| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.610| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.610| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.610| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.610| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.610| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.610| store_dir.cc(1073) get: storeGet: looking up F16CA0A0B0F9E5727914AD2B62B4FB74
2014/11/27 01:15:22.610| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337d300*0
2014/11/27 01:15:22.610| store_dir.cc(1073) get: storeGet: looking up FF3B1B5F182673F33B578D9B9C9E75C4
2014/11/27 01:15:22.610| store_dir.cc(744) find: none of 0 cache_dirs have FF3B1B5F182673F33B578D9B9C9E75C4
2014/11/27 01:15:22.610| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/chart_line.png
2014/11/27 01:15:22.610| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/chart_line.png'
2014/11/27 01:15:22.610| MemObject.cc(97) MemObject: new MemObject 0x33b9270
2014/11/27 01:15:22.610| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33b9200*1
2014/11/27 01:15:22.610| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/chart_line.png
2014/11/27 01:15:22.610| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33b9200*1 key '6E8FF943B9A2D54BD7A4DEEF5FAE0FC7'
2014/11/27 01:15:22.610| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33b9200*1 key 'FF3B1B5F182673F33B578D9B9C9E75C4'
2014/11/27 01:15:22.610| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/chart_line.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/chart_line.png'
2014/11/27 01:15:22.610| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.610| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/chart_line.png
2014/11/27 01:15:22.612| store_client.cc(731) invokeHandlers: InvokeHandlers: FF3B1B5F182673F33B578D9B9C9E75C4
2014/11/27 01:15:22.612| store_client.cc(731) invokeHandlers: InvokeHandlers: FF3B1B5F182673F33B578D9B9C9E75C4
2014/11/27 01:15:22.612| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/chart_line.png
2014/11/27 01:15:22.612| store.cc(1028) complete: storeComplete: 'FF3B1B5F182673F33B578D9B9C9E75C4'
2014/11/27 01:15:22.612| store.cc(1319) validLength: storeEntryValidLength: Checking 'FF3B1B5F182673F33B578D9B9C9E75C4'
2014/11/27 01:15:22.612| store_client.cc(731) invokeHandlers: InvokeHandlers: FF3B1B5F182673F33B578D9B9C9E75C4
2014/11/27 01:15:22.612| store.cc(523) unlock: MimeIcon::created unlocking key FF3B1B5F182673F33B578D9B9C9E75C4 e:=sSV/0x33b9200*1
2014/11/27 01:15:22.612| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.612| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33b9200*0 into policy
2014/11/27 01:15:22.612| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/chart_line.png
2014/11/27 01:15:22.612| store_dir.cc(1073) get: storeGet: looking up EBB6D2EE86B206086B7AD8914B18865C
2014/11/27 01:15:22.612| store_dir.cc(744) find: none of 0 cache_dirs have EBB6D2EE86B206086B7AD8914B18865C
2014/11/27 01:15:22.612| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/bricks.png
2014/11/27 01:15:22.612| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/bricks.png'
2014/11/27 01:15:22.612| MemObject.cc(97) MemObject: new MemObject 0x33bac20
2014/11/27 01:15:22.612| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33babb0*1
2014/11/27 01:15:22.612| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/bricks.png
2014/11/27 01:15:22.612| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33babb0*1 key '876D70528CCB2BC0B0EF8D60607A410D'
2014/11/27 01:15:22.612| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33babb0*1 key 'EBB6D2EE86B206086B7AD8914B18865C'
2014/11/27 01:15:22.612| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/bricks.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/bricks.png'
2014/11/27 01:15:22.612| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.613| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/bricks.png
2014/11/27 01:15:22.614| store_client.cc(731) invokeHandlers: InvokeHandlers: EBB6D2EE86B206086B7AD8914B18865C
2014/11/27 01:15:22.614| store_client.cc(731) invokeHandlers: InvokeHandlers: EBB6D2EE86B206086B7AD8914B18865C
2014/11/27 01:15:22.614| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/bricks.png
2014/11/27 01:15:22.614| store.cc(1028) complete: storeComplete: 'EBB6D2EE86B206086B7AD8914B18865C'
2014/11/27 01:15:22.614| store.cc(1319) validLength: storeEntryValidLength: Checking 'EBB6D2EE86B206086B7AD8914B18865C'
2014/11/27 01:15:22.614| store_client.cc(731) invokeHandlers: InvokeHandlers: EBB6D2EE86B206086B7AD8914B18865C
2014/11/27 01:15:22.614| store.cc(523) unlock: MimeIcon::created unlocking key EBB6D2EE86B206086B7AD8914B18865C e:=sSV/0x33babb0*1
2014/11/27 01:15:22.614| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.614| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33babb0*0 into policy
2014/11/27 01:15:22.614| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/bricks.png
2014/11/27 01:15:22.614| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.614| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.615| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.615| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.615| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.615| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.615| store_dir.cc(1073) get: storeGet: looking up 86F8329951E4E8F4F27D8D36E8FE5A42
2014/11/27 01:15:22.615| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33a10c0*0
2014/11/27 01:15:22.615| store_dir.cc(1073) get: storeGet: looking up 86F8329951E4E8F4F27D8D36E8FE5A42
2014/11/27 01:15:22.615| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33a10c0*0
2014/11/27 01:15:22.615| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.615| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.615| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.615| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.615| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.615| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.615| store_dir.cc(1073) get: storeGet: looking up 51B121AB09873161B8AA3027B291757A
2014/11/27 01:15:22.615| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x337b950*0
2014/11/27 01:15:22.615| store_dir.cc(1073) get: storeGet: looking up 2CAE304264CED8A999F7EDDAD80D9DB3
2014/11/27 01:15:22.615| store_dir.cc(744) find: none of 0 cache_dirs have 2CAE304264CED8A999F7EDDAD80D9DB3
2014/11/27 01:15:22.615| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/layers.png
2014/11/27 01:15:22.615| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/layers.png'
2014/11/27 01:15:22.615| MemObject.cc(97) MemObject: new MemObject 0x33bc5d0
2014/11/27 01:15:22.615| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33bc560*1
2014/11/27 01:15:22.615| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/layers.png
2014/11/27 01:15:22.615| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33bc560*1 key '0D2110D18F33B0BD52AB551A7757FBC6'
2014/11/27 01:15:22.615| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33bc560*1 key '2CAE304264CED8A999F7EDDAD80D9DB3'
2014/11/27 01:15:22.615| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/layers.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/layers.png'
2014/11/27 01:15:22.615| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.615| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/layers.png
2014/11/27 01:15:22.617| store_client.cc(731) invokeHandlers: InvokeHandlers: 2CAE304264CED8A999F7EDDAD80D9DB3
2014/11/27 01:15:22.617| store_client.cc(731) invokeHandlers: InvokeHandlers: 2CAE304264CED8A999F7EDDAD80D9DB3
2014/11/27 01:15:22.617| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/layers.png
2014/11/27 01:15:22.617| store.cc(1028) complete: storeComplete: '2CAE304264CED8A999F7EDDAD80D9DB3'
2014/11/27 01:15:22.617| store.cc(1319) validLength: storeEntryValidLength: Checking '2CAE304264CED8A999F7EDDAD80D9DB3'
2014/11/27 01:15:22.617| store_client.cc(731) invokeHandlers: InvokeHandlers: 2CAE304264CED8A999F7EDDAD80D9DB3
2014/11/27 01:15:22.617| store.cc(523) unlock: MimeIcon::created unlocking key 2CAE304264CED8A999F7EDDAD80D9DB3 e:=sSV/0x33bc560*1
2014/11/27 01:15:22.617| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.617| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33bc560*0 into policy
2014/11/27 01:15:22.617| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/layers.png
2014/11/27 01:15:22.617| store_dir.cc(1073) get: storeGet: looking up 2CAE304264CED8A999F7EDDAD80D9DB3
2014/11/27 01:15:22.617| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33bc560*0
2014/11/27 01:15:22.617| store_dir.cc(1073) get: storeGet: looking up 5F513ACCB4BEA8B9F17162FB2BACBBDA
2014/11/27 01:15:22.617| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33b5ea0*0
2014/11/27 01:15:22.617| store_dir.cc(1073) get: storeGet: looking up 9558A0E9BC84DF0EA31B96050B31244B
2014/11/27 01:15:22.617| store_dir.cc(744) find: none of 0 cache_dirs have 9558A0E9BC84DF0EA31B96050B31244B
2014/11/27 01:15:22.617| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/page_white_flash.png
2014/11/27 01:15:22.617| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/page_white_flash.png'
2014/11/27 01:15:22.618| MemObject.cc(97) MemObject: new MemObject 0x33bdf80
2014/11/27 01:15:22.618| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33bdf10*1
2014/11/27 01:15:22.618| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/page_white_flash.png
2014/11/27 01:15:22.618| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33bdf10*1 key '019DC4E46E93735C333410BF172AD112'
2014/11/27 01:15:22.618| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33bdf10*1 key '9558A0E9BC84DF0EA31B96050B31244B'
2014/11/27 01:15:22.618| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/page_white_flash.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/page_white_flash.png'
2014/11/27 01:15:22.618| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.618| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/page_white_flash.png
2014/11/27 01:15:22.619| store_client.cc(731) invokeHandlers: InvokeHandlers: 9558A0E9BC84DF0EA31B96050B31244B
2014/11/27 01:15:22.619| store_client.cc(731) invokeHandlers: InvokeHandlers: 9558A0E9BC84DF0EA31B96050B31244B
2014/11/27 01:15:22.619| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/page_white_flash.png
2014/11/27 01:15:22.620| store.cc(1028) complete: storeComplete: '9558A0E9BC84DF0EA31B96050B31244B'
2014/11/27 01:15:22.620| store.cc(1319) validLength: storeEntryValidLength: Checking '9558A0E9BC84DF0EA31B96050B31244B'
2014/11/27 01:15:22.620| store_client.cc(731) invokeHandlers: InvokeHandlers: 9558A0E9BC84DF0EA31B96050B31244B
2014/11/27 01:15:22.620| store.cc(523) unlock: MimeIcon::created unlocking key 9558A0E9BC84DF0EA31B96050B31244B e:=sSV/0x33bdf10*1
2014/11/27 01:15:22.620| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.620| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33bdf10*0 into policy
2014/11/27 01:15:22.620| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/page_white_flash.png
2014/11/27 01:15:22.620| store_dir.cc(1073) get: storeGet: looking up 9558A0E9BC84DF0EA31B96050B31244B
2014/11/27 01:15:22.620| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33bdf10*0
2014/11/27 01:15:22.620| store_dir.cc(1073) get: storeGet: looking up 9CCBB9E3BABFE9FBB70719DBC551A187
2014/11/27 01:15:22.620| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338fac0*0
2014/11/27 01:15:22.620| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.620| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.620| store_dir.cc(1073) get: storeGet: looking up 9C0CC615AF155C43AECEA90B7D4E5B7F
2014/11/27 01:15:22.620| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33693c0*0
2014/11/27 01:15:22.620| store_dir.cc(1073) get: storeGet: looking up 60F84834B2AD28662096CA73C771FD43
2014/11/27 01:15:22.620| store_dir.cc(744) find: none of 0 cache_dirs have 60F84834B2AD28662096CA73C771FD43
2014/11/27 01:15:22.620| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/database_table.png
2014/11/27 01:15:22.620| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/database_table.png'
2014/11/27 01:15:22.620| MemObject.cc(97) MemObject: new MemObject 0x33bf940
2014/11/27 01:15:22.620| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33bf8d0*1
2014/11/27 01:15:22.620| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/database_table.png
2014/11/27 01:15:22.620| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33bf8d0*1 key 'F2F6B63A0A85000F5848C1A70FDF4BB4'
2014/11/27 01:15:22.620| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33bf8d0*1 key '60F84834B2AD28662096CA73C771FD43'
2014/11/27 01:15:22.620| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/database_table.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/database_table.png'
2014/11/27 01:15:22.620| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.620| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/database_table.png
2014/11/27 01:15:22.622| store_client.cc(731) invokeHandlers: InvokeHandlers: 60F84834B2AD28662096CA73C771FD43
2014/11/27 01:15:22.622| store_client.cc(731) invokeHandlers: InvokeHandlers: 60F84834B2AD28662096CA73C771FD43
2014/11/27 01:15:22.622| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/database_table.png
2014/11/27 01:15:22.622| store.cc(1028) complete: storeComplete: '60F84834B2AD28662096CA73C771FD43'
2014/11/27 01:15:22.622| store.cc(1319) validLength: storeEntryValidLength: Checking '60F84834B2AD28662096CA73C771FD43'
2014/11/27 01:15:22.622| store_client.cc(731) invokeHandlers: InvokeHandlers: 60F84834B2AD28662096CA73C771FD43
2014/11/27 01:15:22.622| store.cc(523) unlock: MimeIcon::created unlocking key 60F84834B2AD28662096CA73C771FD43 e:=sSV/0x33bf8d0*1
2014/11/27 01:15:22.622| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.622| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33bf8d0*0 into policy
2014/11/27 01:15:22.622| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/database_table.png
2014/11/27 01:15:22.622| store_dir.cc(1073) get: storeGet: looking up 60F84834B2AD28662096CA73C771FD43
2014/11/27 01:15:22.622| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33bf8d0*0
2014/11/27 01:15:22.622| store_dir.cc(1073) get: storeGet: looking up 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.622| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338e190*0
2014/11/27 01:15:22.622| store_dir.cc(1073) get: storeGet: looking up 93A5D936ED6A19E50691CD1B2FF11519
2014/11/27 01:15:22.622| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x338e190*0
2014/11/27 01:15:22.622| store_dir.cc(1073) get: storeGet: looking up 19C41E4F777D19FFA38C31FC3FE11777
2014/11/27 01:15:22.622| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x339a9f0*0
2014/11/27 01:15:22.622| store_dir.cc(1073) get: storeGet: looking up 19C41E4F777D19FFA38C31FC3FE11777
2014/11/27 01:15:22.622| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x339a9f0*0
2014/11/27 01:15:22.623| store_dir.cc(1073) get: storeGet: looking up 19C41E4F777D19FFA38C31FC3FE11777
2014/11/27 01:15:22.623| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x339a9f0*0
2014/11/27 01:15:22.623| store_dir.cc(1073) get: storeGet: looking up CD30DD801AB5085E83CBF794C2F3F419
2014/11/27 01:15:22.623| store_dir.cc(744) find: none of 0 cache_dirs have CD30DD801AB5085E83CBF794C2F3F419
2014/11/27 01:15:22.623| fd.cc(198) fd_open: fd_open() FD 24 /opt/squid/share/icons/silk/layout.png
2014/11/27 01:15:22.623| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://local.local:3128/squid-internal-static/icons/silk/layout.png'
2014/11/27 01:15:22.623| MemObject.cc(97) MemObject: new MemObject 0x33c12d0
2014/11/27 01:15:22.623| store.cc(485) lock: storeCreateEntry locked key [null_store_key] e:=V/0x33c1260*1
2014/11/27 01:15:22.623| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://local.local:3128/squid-internal-static/icons/silk/layout.png
2014/11/27 01:15:22.623| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=IV/0x33c1260*1 key '5DFD93303E6B4C4B6D4B71832026D82C'
2014/11/27 01:15:22.623| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=SV/0x33c1260*1 key 'CD30DD801AB5085E83CBF794C2F3F419'
2014/11/27 01:15:22.623| url.cc(357) urlParse: urlParse: Split URL 'http://local.local:3128/squid-internal-static/icons/silk/layout.png' into proto='http', host='local.local', port='3128', path='/squid-internal-static/icons/silk/layout.png'
2014/11/27 01:15:22.623| Address.cc(379) lookupHostIP: Given Non-IP 'local.local': Name or service not known
2014/11/27 01:15:22.623| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://local.local:3128/squid-internal-static/icons/silk/layout.png
2014/11/27 01:15:22.625| store_client.cc(731) invokeHandlers: InvokeHandlers: CD30DD801AB5085E83CBF794C2F3F419
2014/11/27 01:15:22.625| store_client.cc(731) invokeHandlers: InvokeHandlers: CD30DD801AB5085E83CBF794C2F3F419
2014/11/27 01:15:22.625| fd.cc(93) fd_close: fd_close FD 24 /opt/squid/share/icons/silk/layout.png
2014/11/27 01:15:22.625| store.cc(1028) complete: storeComplete: 'CD30DD801AB5085E83CBF794C2F3F419'
2014/11/27 01:15:22.625| store.cc(1319) validLength: storeEntryValidLength: Checking 'CD30DD801AB5085E83CBF794C2F3F419'
2014/11/27 01:15:22.625| store_client.cc(731) invokeHandlers: InvokeHandlers: CD30DD801AB5085E83CBF794C2F3F419
2014/11/27 01:15:22.625| store.cc(523) unlock: MimeIcon::created unlocking key CD30DD801AB5085E83CBF794C2F3F419 e:=sSV/0x33c1260*1
2014/11/27 01:15:22.625| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:22.625| store.cc(1647) setMemStatus: not inserting special e:=sSV/0x33c1260*0 into policy
2014/11/27 01:15:22.625| mime.cc(423) created: Loaded icon http://local.local:3128/squid-internal-static/icons/silk/layout.png
2014/11/27 01:15:22.625| store_dir.cc(1073) get: storeGet: looking up FF3B1B5F182673F33B578D9B9C9E75C4
2014/11/27 01:15:22.625| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33b9200*0
2014/11/27 01:15:22.625| store_dir.cc(1073) get: storeGet: looking up 4226A0233E563AAFAECC8B1C7F522696
2014/11/27 01:15:22.625| store_dir.cc(697) find: got in-transit entry: e:=msSV/0x33820e0*0
2014/11/27 01:15:22.625| Finished loading MIME types and icons.
2014/11/27 01:15:22.625| cache_manager.cc(80) registerProfile: registering legacy refresh
2014/11/27 01:15:22.625| cache_manager.cc(65) registerProfile: registered profile: refresh
2014/11/27 01:15:22.625| cache_manager.cc(80) registerProfile: registering legacy forward
2014/11/27 01:15:22.625| cache_manager.cc(65) registerProfile: registered profile: forward
2014/11/27 01:15:22.625| cache_manager.cc(80) registerProfile: registering legacy cbdata
2014/11/27 01:15:22.625| cache_manager.cc(65) registerProfile: registered profile: cbdata
2014/11/27 01:15:22.625| cache_manager.cc(80) registerProfile: registering legacy events
2014/11/27 01:15:22.625| cache_manager.cc(65) registerProfile: registered profile: events
2014/11/27 01:15:22.625| wccp.cc(112) wccpConnectionOpen: WCCPv1 disabled.
2014/11/27 01:15:22.625| wccp2.cc(960) wccp2ConnectionOpen: WCCPv2 Disabled. No IPv4 Router(s) configured.
2014/11/27 01:15:22.625| AsyncCall.cc(26) AsyncCall: The AsyncCall clientListenerConnectionOpened constructed, this=0x33c3150 [call18]
2014/11/27 01:15:22.625| tools.cc(610) enter_suid: enter_suid: PID 16232 taking root privileges
2014/11/27 01:15:22.625| comm.cc(342) comm_openex: comm_openex: Attempt open socket for: 0.0.0.0:3128
2014/11/27 01:15:22.625| comm.cc(383) comm_openex: comm_openex: Opened socket local=0.0.0.0:3128 remote=[::] FD 24 flags=1 : family=2, type=1, protocol=6
2014/11/27 01:15:22.625| fd.cc(198) fd_open: fd_open() FD 24 HTTP Socket
2014/11/27 01:15:22.625| tools.cc(543) leave_suid: leave_suid: PID 16232 called
2014/11/27 01:15:22.625| tools.cc(565) leave_suid: leave_suid: PID 16232 giving up root, becoming 'nobody'
2014/11/27 01:15:22.625| StartListening.cc(58) StartListening: opened listen local=0.0.0.0:3128 remote=[::] FD 24 flags=9
2014/11/27 01:15:22.625| AsyncCall.cc(93) ScheduleCall: StartListening.cc(59) will call clientListenerConnectionOpened(local=0.0.0.0:3128 remote=[::] FD 24 flags=9, err=0, HTTP Socket port=0x33c31b0) [call18]
2014/11/27 01:15:22.625| AsyncCall.cc(26) AsyncCall: The AsyncCall clientListenerConnectionOpened constructed, this=0x33c3320 [call20]
2014/11/27 01:15:22.625| tools.cc(610) enter_suid: enter_suid: PID 16232 taking root privileges
2014/11/27 01:15:22.625| comm.cc(342) comm_openex: comm_openex: Attempt open socket for: 0.0.0.0:3131
2014/11/27 01:15:22.625| comm.cc(383) comm_openex: comm_openex: Opened socket local=0.0.0.0:3131 remote=[::] FD 25 flags=1 : family=2, type=1, protocol=6
2014/11/27 01:15:22.625| fd.cc(198) fd_open: fd_open() FD 25 HTTP Socket
2014/11/27 01:15:22.625| tools.cc(543) leave_suid: leave_suid: PID 16232 called
2014/11/27 01:15:22.625| tools.cc(565) leave_suid: leave_suid: PID 16232 giving up root, becoming 'nobody'
2014/11/27 01:15:22.626| StartListening.cc(58) StartListening: opened listen local=0.0.0.0:3131 remote=[::] FD 25 flags=41
2014/11/27 01:15:22.626| AsyncCall.cc(93) ScheduleCall: StartListening.cc(59) will call clientListenerConnectionOpened(local=0.0.0.0:3131 remote=[::] FD 25 flags=41, err=0, HTTP Socket port=0x33c3380) [call20]
2014/11/27 01:15:22.626| AsyncCall.cc(26) AsyncCall: The AsyncCall clientListenerConnectionOpened constructed, this=0x33c35c0 [call22]
2014/11/27 01:15:22.626| tools.cc(610) enter_suid: enter_suid: PID 16232 taking root privileges
2014/11/27 01:15:22.626| comm.cc(342) comm_openex: comm_openex: Attempt open socket for: 0.0.0.0:3132
2014/11/27 01:15:22.626| comm.cc(383) comm_openex: comm_openex: Opened socket local=0.0.0.0:3132 remote=[::] FD 26 flags=1 : family=2, type=1, protocol=6
2014/11/27 01:15:22.626| fd.cc(198) fd_open: fd_open() FD 26 HTTPS Socket
2014/11/27 01:15:22.626| tools.cc(543) leave_suid: leave_suid: PID 16232 called
2014/11/27 01:15:22.626| tools.cc(565) leave_suid: leave_suid: PID 16232 giving up root, becoming 'nobody'
2014/11/27 01:15:22.626| StartListening.cc(58) StartListening: opened listen local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:22.626| AsyncCall.cc(93) ScheduleCall: StartListening.cc(59) will call clientListenerConnectionOpened(local=0.0.0.0:3132 remote=[::] FD 26 flags=41, err=0, HTTPS Socket port=0x33c3620) [call22]
2014/11/27 01:15:22.626| HTCP Disabled.
2014/11/27 01:15:22.626| cache_manager.cc(80) registerProfile: registering legacy asndb
2014/11/27 01:15:22.626| cache_manager.cc(65) registerProfile: registered profile: asndb
2014/11/27 01:15:22.626| Acl.cc(450) Initialize: ACL::Initialize
2014/11/27 01:15:22.626| cache_manager.cc(80) registerProfile: registering legacy carp
2014/11/27 01:15:22.626| cache_manager.cc(65) registerProfile: registered profile: carp
2014/11/27 01:15:22.626| cache_manager.cc(80) registerProfile: registering legacy userhash
2014/11/27 01:15:22.626| cache_manager.cc(65) registerProfile: registered profile: userhash
2014/11/27 01:15:22.626| cache_manager.cc(80) registerProfile: registering legacy sourcehash
2014/11/27 01:15:22.626| cache_manager.cc(65) registerProfile: registered profile: sourcehash
2014/11/27 01:15:22.626| cache_manager.cc(80) registerProfile: registering legacy server_list
2014/11/27 01:15:22.626| cache_manager.cc(65) registerProfile: registered profile: server_list
2014/11/27 01:15:22.626| tools.cc(610) enter_suid: enter_suid: PID 16232 taking root privileges
2014/11/27 01:15:22.626| fd.cc(198) fd_open: fd_open() FD 27 /opt/squid/var/run/squid.pid
2014/11/27 01:15:22.626| tools.cc(543) leave_suid: leave_suid: PID 16232 called
2014/11/27 01:15:22.626| tools.cc(565) leave_suid: leave_suid: PID 16232 giving up root, becoming 'nobody'
2014/11/27 01:15:22.626| fd.cc(93) fd_close: fd_close FD 27 /opt/squid/var/run/squid.pid
2014/11/27 01:15:22.626| Squid plugin modules loaded: 0
2014/11/27 01:15:22.626| Config.cc(122) clear: rules: 0, groups: 0, services: 0
2014/11/27 01:15:22.626| Config.cc(129) clear: rules: 0, groups: 0, services: 0
2014/11/27 01:15:22.626| Adaptation support is off.
2014/11/27 01:15:22.626| Config.cc(211) FinalizeEach: Initialized 0 message adaptation services
2014/11/27 01:15:22.626| Config.cc(211) FinalizeEach: Initialized 0 message adaptation service groups
2014/11/27 01:15:22.626| Config.cc(211) FinalizeEach: Initialized 0 message adaptation access rules
2014/11/27 01:15:22.626| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 12)
2014/11/27 01:15:22.626| AsyncCall.cc(38) make: make call comm_close_complete [call1]
2014/11/27 01:15:22.626| fd.cc(93) fd_close: fd_close FD 12 IPC UNIX STREAM Parent
2014/11/27 01:15:22.626| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 12)
2014/11/27 01:15:22.626| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 14)
2014/11/27 01:15:22.626| AsyncCall.cc(38) make: make call comm_close_complete [call4]
2014/11/27 01:15:22.626| fd.cc(93) fd_close: fd_close FD 14 IPC UNIX STREAM Parent
2014/11/27 01:15:22.626| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 14)
2014/11/27 01:15:22.626| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 16)
2014/11/27 01:15:22.626| AsyncCall.cc(38) make: make call comm_close_complete [call7]
2014/11/27 01:15:22.626| fd.cc(93) fd_close: fd_close FD 16 IPC UNIX STREAM Parent
2014/11/27 01:15:22.626| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 16)
2014/11/27 01:15:22.626| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 18)
2014/11/27 01:15:22.626| AsyncCall.cc(38) make: make call comm_close_complete [call10]
2014/11/27 01:15:22.626| fd.cc(93) fd_close: fd_close FD 18 IPC UNIX STREAM Parent
2014/11/27 01:15:22.626| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 18)
2014/11/27 01:15:22.627| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 20)
2014/11/27 01:15:22.627| AsyncCall.cc(38) make: make call comm_close_complete [call13]
2014/11/27 01:15:22.627| fd.cc(93) fd_close: fd_close FD 20 IPC UNIX STREAM Parent
2014/11/27 01:15:22.627| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 20)
2014/11/27 01:15:22.627| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 23)
2014/11/27 01:15:22.627| AsyncCall.cc(38) make: make call comm_close_complete [call16]
2014/11/27 01:15:22.627| fd.cc(93) fd_close: fd_close FD 23 IPC UNIX STREAM Parent
2014/11/27 01:15:22.627| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 23)
2014/11/27 01:15:22.627| AsyncCallQueue.cc(55) fireNext: entering clientListenerConnectionOpened(local=0.0.0.0:3128 remote=[::] FD 24 flags=9, err=0, HTTP Socket port=0x33c31b0)
2014/11/27 01:15:22.627| AsyncCall.cc(38) make: make call clientListenerConnectionOpened [call18]
2014/11/27 01:15:22.627| Accepting SSL bumped HTTP Socket connections at local=0.0.0.0:3128 remote=[::] FD 24 flags=9
2014/11/27 01:15:22.627| AsyncCallQueue.cc(57) fireNext: leaving clientListenerConnectionOpened(local=0.0.0.0:3128 remote=[::] FD 24 flags=9, err=0, HTTP Socket port=0x33c31b0)
2014/11/27 01:15:22.627| AsyncCallQueue.cc(55) fireNext: entering clientListenerConnectionOpened(local=0.0.0.0:3131 remote=[::] FD 25 flags=41, err=0, HTTP Socket port=0x33c3380)
2014/11/27 01:15:22.627| AsyncCall.cc(38) make: make call clientListenerConnectionOpened [call20]
2014/11/27 01:15:22.627| Accepting NAT intercepted HTTP Socket connections at local=0.0.0.0:3131 remote=[::] FD 25 flags=41
2014/11/27 01:15:22.627| AsyncCallQueue.cc(57) fireNext: leaving clientListenerConnectionOpened(local=0.0.0.0:3131 remote=[::] FD 25 flags=41, err=0, HTTP Socket port=0x33c3380)
2014/11/27 01:15:22.627| AsyncCallQueue.cc(55) fireNext: entering clientListenerConnectionOpened(local=0.0.0.0:3132 remote=[::] FD 26 flags=41, err=0, HTTPS Socket port=0x33c3620)
2014/11/27 01:15:22.627| AsyncCall.cc(38) make: make call clientListenerConnectionOpened [call22]
2014/11/27 01:15:22.627| Accepting NAT intercepted SSL bumped HTTPS Socket connections at local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:22.627| AsyncCallQueue.cc(57) fireNext: leaving clientListenerConnectionOpened(local=0.0.0.0:3132 remote=[::] FD 26 flags=41, err=0, HTTPS Socket port=0x33c3620)
2014/11/27 01:15:22.627| AsyncCall.cc(26) AsyncCall: The AsyncCall Comm::TcpAcceptor::handleClosure constructed, this=0x33c35c0 [call26]
2014/11/27 01:15:22.627| AsyncCall.cc(26) AsyncCall: The AsyncCall Comm::TcpAcceptor::handleClosure constructed, this=0x33c4810 [call27]
2014/11/27 01:15:22.628| AsyncCall.cc(26) AsyncCall: The AsyncCall Comm::TcpAcceptor::handleClosure constructed, this=0x33c48a0 [call28]
2014/11/27 01:15:22.850| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:22.850| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:22.850| fd.cc(198) fd_open: fd_open() FD 12 HTTP Request
2014/11/27 01:15:22.850| Eui48.cc(178) lookup: id=0x33c3774 query ARP table
2014/11/27 01:15:22.850| Eui48.cc(221) lookup: id=0x33c3774 query ARP on each interface (80 found)
2014/11/27 01:15:22.850| Eui48.cc(227) lookup: id=0x33c3774 found interface lo
2014/11/27 01:15:22.850| Eui48.cc(227) lookup: id=0x33c3774 found interface br0
2014/11/27 01:15:22.850| Eui48.cc(236) lookup: id=0x33c3774 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:22.850| Eui48.cc(279) lookup: id=0x33c3774 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:22.851| client_side.cc(3889) httpsAccept: local=212.42.77.232:443 remote=192.168.0.122:62948 FD 12 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:22.851| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '192.168.0.122'.
2014/11/27 01:15:22.851| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 192.168.0.122, id = 0x97a
2014/11/27 01:15:22.851| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:22.851| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.77.232
2014/11/27 01:15:22.851| Checklist.cc(68) preCheck: 0x33c85a8 checking slow rules
2014/11/27 01:15:22.851| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:22.851| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:22.851| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.77.232'
2014/11/27 01:15:22.851| DomainData.cc(110) match: aclMatchDomainList: '212.42.77.232' NOT found
2014/11/27 01:15:22.851| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.77.232' == 212.42.77.232
2014/11/27 01:15:22.851| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.77.232'.
2014/11/27 01:15:22.851| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.77.232, id = 0x69ba
2014/11/27 01:15:22.851| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:22.851| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '212.42.77.232'
2014/11/27 01:15:22.851| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.77.232'.
2014/11/27 01:15:22.851| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.77.232, id = 0x9362
2014/11/27 01:15:22.851| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:22.851| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:22.851| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:22.851| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:22.914| dns_internal.cc(1281) idnsRead: idnsRead: starting with FD 10
2014/11/27 01:15:22.914| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:22.914| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x9362, 1 answers
2014/11/27 01:15:22.914| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.77.232'
2014/11/27 01:15:22.914| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.77.232'
2014/11/27 01:15:22.914| DomainData.cc(110) match: aclMatchDomainList: '212.42.77.232' NOT found
2014/11/27 01:15:22.914| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.77.232' == 212.42.77.232
2014/11/27 01:15:22.914| DomainData.cc(106) match: aclMatchDomainList: checking 'frv232.fwdcdn.com'
2014/11/27 01:15:22.914| DomainData.cc(110) match: aclMatchDomainList: 'frv232.fwdcdn.com' NOT found
2014/11/27 01:15:22.914| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:22.914| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:22.914| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62948' found
2014/11/27 01:15:22.914| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:22.914| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:22.914| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:22.914| Checklist.cc(61) markFinished: 0x33c85a8 answer ALLOWED for match
2014/11/27 01:15:22.914| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x33c85a8 answer=ALLOWED
2014/11/27 01:15:22.914| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=212.42.77.232:443 remote=192.168.0.122:62948 FD 12 flags=33 method 5
2014/11/27 01:15:22.915| comm.cc(548) commSetConnTimeout: local=212.42.77.232:443 remote=192.168.0.122:62948 FD 12 flags=33 timeout 300
2014/11/27 01:15:22.915| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.77.232
2014/11/27 01:15:22.915| client_side.cc(3827) httpsEstablish: local=212.42.77.232:443 remote=192.168.0.122:62948 FD 12 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:22.915| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x33c85a8
2014/11/27 01:15:22.915| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x33c85a8
2014/11/27 01:15:22.915| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 44 bytes from 8.8.8.8:53
2014/11/27 01:15:22.915| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x97a, -3 answers
2014/11/27 01:15:22.915| dns_internal.cc(1199) idnsGrokReply: idnsGrokReply: error Name Error: The domain name does not exist. (3)
2014/11/27 01:15:22.915| fqdncache.cc(331) fqdncacheParse: fqdncacheParse: Lookup of '192.168.0.122' failed (Name Error: The domain name does not exist.)
2014/11/27 01:15:22.915| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:22.915| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x69ba, 1 answers
2014/11/27 01:15:22.915| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.77.232'
2014/11/27 01:15:22.915| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 11 flags=1 (0, 0)
2014/11/27 01:15:22.918| Read.cc(143) HandleRead: FD 11, size 4095, retval 1690, errno 0
2014/11/27 01:15:22.918| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 11 flags=1 (0, 0)
2014/11/27 01:15:22.918| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 11 flags=1, data=0x2f70348, size=1690, buf=0x2f72350) [call3]
2014/11/27 01:15:22.918| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 11 flags=1, data=0x2f70348, size=1690, buf=0x2f72350)
2014/11/27 01:15:22.918| AsyncCall.cc(38) make: make call helperHandleRead [call3]
2014/11/27 01:15:22.918| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:22.918| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:22.918| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:22.918| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:22.925| comm.cc(548) commSetConnTimeout: local=212.42.77.232:443 remote=192.168.0.122:62948 FD 12 flags=33 timeout 300
2014/11/27 01:15:22.925| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x33c5b20 [call35]
2014/11/27 01:15:22.925| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 11 flags=1, data=0x2f70348, size=1690, buf=0x2f72350)
2014/11/27 01:15:22.930| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x33d0510 on FD 12 (192.168.0.122:62948)
2014/11/27 01:15:22.930| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 12 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:22.930| client_side.cc(234) readSomeData: local=212.42.77.232:443 remote=192.168.0.122:62948 FD 12 flags=33: reading request...
2014/11/27 01:15:22.932| IoCallback.cc(116) finish: called for local=212.42.77.232:443 remote=192.168.0.122:62948 FD 12 flags=33 (0, 0)
2014/11/27 01:15:22.932| Read.cc(91) ReadNow: local=212.42.77.232:443 remote=192.168.0.122:62948 FD 12 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:22.932| client_side.cc(2372) connFinishedWithConn: local=212.42.77.232:443 remote=192.168.0.122:62948 FD 12 flags=33 closed
2014/11/27 01:15:22.932| comm.cc(860) _comm_close: comm_close: start closing FD 12
2014/11/27 01:15:22.932| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x34d0e10 [call37]
2014/11/27 01:15:22.932| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 12) [call37]
2014/11/27 01:15:22.932| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 12
2014/11/27 01:15:22.932| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x2f71c40 [call38]
2014/11/27 01:15:22.932| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 12) [call38]
2014/11/27 01:15:22.933| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 12)
2014/11/27 01:15:22.933| AsyncCall.cc(38) make: make call commStartSslClose [call37]
2014/11/27 01:15:22.933| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 12)
2014/11/27 01:15:22.933| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:22.933| client_side.cc(817) swanSong: local=212.42.77.232:443 remote=192.168.0.122:62948 flags=33
2014/11/27 01:15:22.933| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:22.933| client_side.cc(848) ~ConnStateData: local=212.42.77.232:443 remote=192.168.0.122:62948 flags=33
2014/11/27 01:15:22.933| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 12)
2014/11/27 01:15:22.933| AsyncCall.cc(38) make: make call comm_close_complete [call38]
2014/11/27 01:15:22.933| fd.cc(93) fd_close: fd_close FD 12 client https start
2014/11/27 01:15:22.933| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 12)
2014/11/27 01:15:23.100| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.100| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.100| fd.cc(198) fd_open: fd_open() FD 12 HTTP Request
2014/11/27 01:15:23.100| Eui48.cc(178) lookup: id=0x33c3774 query ARP table
2014/11/27 01:15:23.100| Eui48.cc(221) lookup: id=0x33c3774 query ARP on each interface (80 found)
2014/11/27 01:15:23.100| Eui48.cc(227) lookup: id=0x33c3774 found interface lo
2014/11/27 01:15:23.100| Eui48.cc(227) lookup: id=0x33c3774 found interface br0
2014/11/27 01:15:23.100| Eui48.cc(236) lookup: id=0x33c3774 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.100| Eui48.cc(279) lookup: id=0x33c3774 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.100| client_side.cc(3889) httpsAccept: local=212.42.77.232:443 remote=192.168.0.122:62949 FD 12 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.100| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.77.232
2014/11/27 01:15:23.100| Checklist.cc(68) preCheck: 0x33c85a8 checking slow rules
2014/11/27 01:15:23.100| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.100| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.100| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.77.232'
2014/11/27 01:15:23.100| DomainData.cc(110) match: aclMatchDomainList: '212.42.77.232' NOT found
2014/11/27 01:15:23.100| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.77.232' == 212.42.77.232
2014/11/27 01:15:23.100| DomainData.cc(106) match: aclMatchDomainList: checking 'frv232.fwdcdn.com'
2014/11/27 01:15:23.100| DomainData.cc(110) match: aclMatchDomainList: 'frv232.fwdcdn.com' NOT found
2014/11/27 01:15:23.100| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.100| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.100| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62949' found
2014/11/27 01:15:23.100| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.100| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.100| Acl.cc(156) matches: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.100| Checklist.cc(61) markFinished: 0x33c85a8 answer ALLOWED for match
2014/11/27 01:15:23.100| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x33c85a8 answer=ALLOWED
2014/11/27 01:15:23.100| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=212.42.77.232:443 remote=192.168.0.122:62949 FD 12 flags=33 method 5
2014/11/27 01:15:23.101| comm.cc(548) commSetConnTimeout: local=212.42.77.232:443 remote=192.168.0.122:62949 FD 12 flags=33 timeout 300
2014/11/27 01:15:23.101| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.77.232
2014/11/27 01:15:23.101| client_side.cc(3827) httpsEstablish: local=212.42.77.232:443 remote=192.168.0.122:62949 FD 12 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.101| comm.cc(548) commSetConnTimeout: local=212.42.77.232:443 remote=192.168.0.122:62949 FD 12 flags=33 timeout 300
2014/11/27 01:15:23.101| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x33c85a8
2014/11/27 01:15:23.101| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x33c85a8
2014/11/27 01:15:23.490| ModDaemon.cc(172) logfile_mod_daemon_append: logfile_mod_daemon_append: daemon:/opt/squid/var/logs/access.log: appending 2 bytes
2014/11/27 01:15:23.490| ModDaemon.cc(176) logfile_mod_daemon_append: logfile_mod_daemon_append: current buffer has 7 of 32768 bytes before append
2014/11/27 01:15:23.490| ModDaemon.cc(108) logfileHandleWrite: daemon:/opt/squid/var/logs/access.log: write returned 9
2014/11/27 01:15:23.490| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.490| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.491| fd.cc(198) fd_open: fd_open() FD 14 HTTP Request
2014/11/27 01:15:23.491| Eui48.cc(178) lookup: id=0x33d0844 query ARP table
2014/11/27 01:15:23.491| Eui48.cc(221) lookup: id=0x33d0844 query ARP on each interface (80 found)
2014/11/27 01:15:23.491| Eui48.cc(227) lookup: id=0x33d0844 found interface lo
2014/11/27 01:15:23.491| Eui48.cc(227) lookup: id=0x33d0844 found interface br0
2014/11/27 01:15:23.491| Eui48.cc(236) lookup: id=0x33d0844 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.491| Eui48.cc(279) lookup: id=0x33d0844 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.491| client_side.cc(3889) httpsAccept: local=212.42.76.253:443 remote=192.168.0.122:62950 FD 14 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.491| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.253
2014/11/27 01:15:23.491| Checklist.cc(68) preCheck: 0x33c85a8 checking slow rules
2014/11/27 01:15:23.491| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.491| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.491| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.253'
2014/11/27 01:15:23.491| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.253' NOT found
2014/11/27 01:15:23.491| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.253' == 212.42.76.253
2014/11/27 01:15:23.491| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.253'.
2014/11/27 01:15:23.491| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.253, id = 0x2631
2014/11/27 01:15:23.491| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.491| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '212.42.76.253'
2014/11/27 01:15:23.491| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.253'.
2014/11/27 01:15:23.491| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.253, id = 0x38b8
2014/11/27 01:15:23.491| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.491| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.491| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.491| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.492| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.492| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.492| fd.cc(198) fd_open: fd_open() FD 16 HTTP Request
2014/11/27 01:15:23.492| Eui48.cc(178) lookup: id=0x33d1b54 query ARP table
2014/11/27 01:15:23.492| Eui48.cc(221) lookup: id=0x33d1b54 query ARP on each interface (80 found)
2014/11/27 01:15:23.492| Eui48.cc(227) lookup: id=0x33d1b54 found interface lo
2014/11/27 01:15:23.492| Eui48.cc(227) lookup: id=0x33d1b54 found interface br0
2014/11/27 01:15:23.492| Eui48.cc(236) lookup: id=0x33d1b54 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.492| Eui48.cc(279) lookup: id=0x33d1b54 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.492| client_side.cc(3889) httpsAccept: local=212.42.76.253:443 remote=192.168.0.122:62951 FD 16 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.492| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.253
2014/11/27 01:15:23.492| Checklist.cc(68) preCheck: 0x3498f18 checking slow rules
2014/11/27 01:15:23.492| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.492| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.492| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.253'
2014/11/27 01:15:23.492| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.253' NOT found
2014/11/27 01:15:23.492| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.253' == 212.42.76.253
2014/11/27 01:15:23.492| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.253'.
2014/11/27 01:15:23.492| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.253, id = 0xbe07
2014/11/27 01:15:23.492| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.492| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '212.42.76.253'
2014/11/27 01:15:23.492| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.253'.
2014/11/27 01:15:23.492| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.253, id = 0x9242
2014/11/27 01:15:23.493| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.493| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.493| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.493| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.493| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.493| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.493| fd.cc(198) fd_open: fd_open() FD 18 HTTP Request
2014/11/27 01:15:23.493| Eui48.cc(178) lookup: id=0x34d0384 query ARP table
2014/11/27 01:15:23.493| Eui48.cc(221) lookup: id=0x34d0384 query ARP on each interface (80 found)
2014/11/27 01:15:23.493| Eui48.cc(227) lookup: id=0x34d0384 found interface lo
2014/11/27 01:15:23.493| Eui48.cc(227) lookup: id=0x34d0384 found interface br0
2014/11/27 01:15:23.493| Eui48.cc(236) lookup: id=0x34d0384 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.493| Eui48.cc(279) lookup: id=0x34d0384 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.493| client_side.cc(3889) httpsAccept: local=212.42.76.253:443 remote=192.168.0.122:62952 FD 18 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.493| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.253
2014/11/27 01:15:23.493| Checklist.cc(68) preCheck: 0x34d0c78 checking slow rules
2014/11/27 01:15:23.493| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.493| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.493| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.253'
2014/11/27 01:15:23.493| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.253' NOT found
2014/11/27 01:15:23.493| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.253' == 212.42.76.253
2014/11/27 01:15:23.493| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.253'.
2014/11/27 01:15:23.493| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.253, id = 0xfa45
2014/11/27 01:15:23.493| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.494| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '212.42.76.253'
2014/11/27 01:15:23.494| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.253'.
2014/11/27 01:15:23.494| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.253, id = 0xf90a
2014/11/27 01:15:23.494| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.494| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.494| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.494| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.494| storeLateRelease: released 0 objects
2014/11/27 01:15:23.494| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.494| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.494| fd.cc(198) fd_open: fd_open() FD 20 HTTP Request
2014/11/27 01:15:23.494| Eui48.cc(178) lookup: id=0x34d1024 query ARP table
2014/11/27 01:15:23.494| Eui48.cc(221) lookup: id=0x34d1024 query ARP on each interface (80 found)
2014/11/27 01:15:23.494| Eui48.cc(227) lookup: id=0x34d1024 found interface lo
2014/11/27 01:15:23.494| Eui48.cc(227) lookup: id=0x34d1024 found interface br0
2014/11/27 01:15:23.494| Eui48.cc(236) lookup: id=0x34d1024 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.494| Eui48.cc(279) lookup: id=0x34d1024 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.494| client_side.cc(3889) httpsAccept: local=212.42.76.253:443 remote=192.168.0.122:62953 FD 20 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.494| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.253
2014/11/27 01:15:23.494| Checklist.cc(68) preCheck: 0x33ced08 checking slow rules
2014/11/27 01:15:23.494| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.494| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.495| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.253'
2014/11/27 01:15:23.495| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.253' NOT found
2014/11/27 01:15:23.495| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.253' == 212.42.76.253
2014/11/27 01:15:23.495| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.253'.
2014/11/27 01:15:23.495| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.253, id = 0xf845
2014/11/27 01:15:23.495| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.495| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '212.42.76.253'
2014/11/27 01:15:23.495| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.253'.
2014/11/27 01:15:23.495| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.253, id = 0x112c
2014/11/27 01:15:23.495| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.495| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.495| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.495| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.495| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.495| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.495| fd.cc(198) fd_open: fd_open() FD 23 HTTP Request
2014/11/27 01:15:23.495| Eui48.cc(178) lookup: id=0x33cf004 query ARP table
2014/11/27 01:15:23.495| Eui48.cc(221) lookup: id=0x33cf004 query ARP on each interface (80 found)
2014/11/27 01:15:23.495| Eui48.cc(227) lookup: id=0x33cf004 found interface lo
2014/11/27 01:15:23.495| Eui48.cc(227) lookup: id=0x33cf004 found interface br0
2014/11/27 01:15:23.495| Eui48.cc(236) lookup: id=0x33cf004 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.495| Eui48.cc(279) lookup: id=0x33cf004 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.495| client_side.cc(3889) httpsAccept: local=195.191.234.34:443 remote=192.168.0.122:62954 FD 23 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.495| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.191.234.34
2014/11/27 01:15:23.495| Checklist.cc(68) preCheck: 0x33cf598 checking slow rules
2014/11/27 01:15:23.496| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.496| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.496| DomainData.cc(106) match: aclMatchDomainList: checking '195.191.234.34'
2014/11/27 01:15:23.496| DomainData.cc(110) match: aclMatchDomainList: '195.191.234.34' NOT found
2014/11/27 01:15:23.496| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.191.234.34' == 195.191.234.34
2014/11/27 01:15:23.496| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.191.234.34'.
2014/11/27 01:15:23.496| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 45 bytes for 195.191.234.34, id = 0xfd91
2014/11/27 01:15:23.496| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.496| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '195.191.234.34'
2014/11/27 01:15:23.496| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.191.234.34'.
2014/11/27 01:15:23.496| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 45 bytes for 195.191.234.34, id = 0xec7d
2014/11/27 01:15:23.496| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.496| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.496| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.496| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.496| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.496| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.496| fd.cc(198) fd_open: fd_open() FD 27 HTTP Request
2014/11/27 01:15:23.496| Eui48.cc(178) lookup: id=0x33cf974 query ARP table
2014/11/27 01:15:23.496| Eui48.cc(221) lookup: id=0x33cf974 query ARP on each interface (80 found)
2014/11/27 01:15:23.496| Eui48.cc(227) lookup: id=0x33cf974 found interface lo
2014/11/27 01:15:23.496| Eui48.cc(227) lookup: id=0x33cf974 found interface br0
2014/11/27 01:15:23.496| Eui48.cc(236) lookup: id=0x33cf974 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.496| Eui48.cc(279) lookup: id=0x33cf974 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.496| client_side.cc(3889) httpsAccept: local=195.191.234.34:443 remote=192.168.0.122:62955 FD 27 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.497| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.191.234.34
2014/11/27 01:15:23.497| Checklist.cc(68) preCheck: 0x2fa8998 checking slow rules
2014/11/27 01:15:23.497| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.497| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.497| DomainData.cc(106) match: aclMatchDomainList: checking '195.191.234.34'
2014/11/27 01:15:23.497| DomainData.cc(110) match: aclMatchDomainList: '195.191.234.34' NOT found
2014/11/27 01:15:23.497| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.191.234.34' == 195.191.234.34
2014/11/27 01:15:23.497| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.191.234.34'.
2014/11/27 01:15:23.497| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 45 bytes for 195.191.234.34, id = 0x3062
2014/11/27 01:15:23.497| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.497| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '195.191.234.34'
2014/11/27 01:15:23.497| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.191.234.34'.
2014/11/27 01:15:23.497| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 45 bytes for 195.191.234.34, id = 0xc2f0
2014/11/27 01:15:23.497| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.497| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.497| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.497| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.497| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.497| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.497| fd.cc(198) fd_open: fd_open() FD 28 HTTP Request
2014/11/27 01:15:23.497| Eui48.cc(178) lookup: id=0x2fa8c94 query ARP table
2014/11/27 01:15:23.497| Eui48.cc(221) lookup: id=0x2fa8c94 query ARP on each interface (80 found)
2014/11/27 01:15:23.497| Eui48.cc(227) lookup: id=0x2fa8c94 found interface lo
2014/11/27 01:15:23.497| Eui48.cc(227) lookup: id=0x2fa8c94 found interface br0
2014/11/27 01:15:23.497| Eui48.cc(236) lookup: id=0x2fa8c94 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.497| Eui48.cc(279) lookup: id=0x2fa8c94 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.497| client_side.cc(3889) httpsAccept: local=195.214.193.51:443 remote=192.168.0.122:62956 FD 28 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.498| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.214.193.51
2014/11/27 01:15:23.498| Checklist.cc(68) preCheck: 0x34ce718 checking slow rules
2014/11/27 01:15:23.498| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.498| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.498| DomainData.cc(106) match: aclMatchDomainList: checking '195.214.193.51'
2014/11/27 01:15:23.498| DomainData.cc(110) match: aclMatchDomainList: '195.214.193.51' NOT found
2014/11/27 01:15:23.498| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.214.193.51' == 195.214.193.51
2014/11/27 01:15:23.498| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.214.193.51'.
2014/11/27 01:15:23.498| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 45 bytes for 195.214.193.51, id = 0x4b0
2014/11/27 01:15:23.498| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.498| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '195.214.193.51'
2014/11/27 01:15:23.498| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.214.193.51'.
2014/11/27 01:15:23.498| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 45 bytes for 195.214.193.51, id = 0xc68b
2014/11/27 01:15:23.498| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.498| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.498| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.498| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.498| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.498| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.498| fd.cc(198) fd_open: fd_open() FD 29 HTTP Request
2014/11/27 01:15:23.498| Eui48.cc(178) lookup: id=0x34ced84 query ARP table
2014/11/27 01:15:23.498| Eui48.cc(221) lookup: id=0x34ced84 query ARP on each interface (80 found)
2014/11/27 01:15:23.498| Eui48.cc(227) lookup: id=0x34ced84 found interface lo
2014/11/27 01:15:23.498| Eui48.cc(227) lookup: id=0x34ced84 found interface br0
2014/11/27 01:15:23.498| Eui48.cc(236) lookup: id=0x34ced84 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.498| Eui48.cc(279) lookup: id=0x34ced84 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.498| client_side.cc(3889) httpsAccept: local=195.214.193.51:443 remote=192.168.0.122:62957 FD 29 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.499| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.214.193.51
2014/11/27 01:15:23.499| Checklist.cc(68) preCheck: 0x34cf718 checking slow rules
2014/11/27 01:15:23.499| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.499| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.499| DomainData.cc(106) match: aclMatchDomainList: checking '195.214.193.51'
2014/11/27 01:15:23.499| DomainData.cc(110) match: aclMatchDomainList: '195.214.193.51' NOT found
2014/11/27 01:15:23.499| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.214.193.51' == 195.214.193.51
2014/11/27 01:15:23.499| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.214.193.51'.
2014/11/27 01:15:23.499| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 45 bytes for 195.214.193.51, id = 0xe3bd
2014/11/27 01:15:23.499| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.499| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '195.214.193.51'
2014/11/27 01:15:23.499| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.214.193.51'.
2014/11/27 01:15:23.499| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 45 bytes for 195.214.193.51, id = 0xf8a
2014/11/27 01:15:23.499| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.499| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.499| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.499| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.499| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.499| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.499| fd.cc(198) fd_open: fd_open() FD 30 HTTP Request
2014/11/27 01:15:23.499| Eui48.cc(178) lookup: id=0x34cfd84 query ARP table
2014/11/27 01:15:23.499| Eui48.cc(221) lookup: id=0x34cfd84 query ARP on each interface (80 found)
2014/11/27 01:15:23.499| Eui48.cc(227) lookup: id=0x34cfd84 found interface lo
2014/11/27 01:15:23.499| Eui48.cc(227) lookup: id=0x34cfd84 found interface br0
2014/11/27 01:15:23.499| Eui48.cc(236) lookup: id=0x34cfd84 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.499| Eui48.cc(279) lookup: id=0x34cfd84 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.499| client_side.cc(3889) httpsAccept: local=212.42.77.249:443 remote=192.168.0.122:62958 FD 30 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.500| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.77.249
2014/11/27 01:15:23.500| Checklist.cc(68) preCheck: 0x34e6e08 checking slow rules
2014/11/27 01:15:23.500| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.500| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.500| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.77.249'
2014/11/27 01:15:23.500| DomainData.cc(110) match: aclMatchDomainList: '212.42.77.249' NOT found
2014/11/27 01:15:23.500| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.77.249' == 212.42.77.249
2014/11/27 01:15:23.500| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.77.249'.
2014/11/27 01:15:23.500| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.77.249, id = 0x7676
2014/11/27 01:15:23.500| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.500| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '212.42.77.249'
2014/11/27 01:15:23.500| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.77.249'.
2014/11/27 01:15:23.500| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.77.249, id = 0x3f80
2014/11/27 01:15:23.500| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.500| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.500| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.500| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.500| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.500| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.500| fd.cc(198) fd_open: fd_open() FD 31 HTTP Request
2014/11/27 01:15:23.500| Eui48.cc(178) lookup: id=0x34e7104 query ARP table
2014/11/27 01:15:23.500| Eui48.cc(221) lookup: id=0x34e7104 query ARP on each interface (80 found)
2014/11/27 01:15:23.500| Eui48.cc(227) lookup: id=0x34e7104 found interface lo
2014/11/27 01:15:23.500| Eui48.cc(227) lookup: id=0x34e7104 found interface br0
2014/11/27 01:15:23.500| Eui48.cc(236) lookup: id=0x34e7104 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.500| Eui48.cc(279) lookup: id=0x34e7104 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.500| client_side.cc(3889) httpsAccept: local=212.42.77.249:443 remote=192.168.0.122:62959 FD 31 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.501| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.77.249
2014/11/27 01:15:23.501| Checklist.cc(68) preCheck: 0x34ec188 checking slow rules
2014/11/27 01:15:23.501| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.501| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.501| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.77.249'
2014/11/27 01:15:23.501| DomainData.cc(110) match: aclMatchDomainList: '212.42.77.249' NOT found
2014/11/27 01:15:23.501| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.77.249' == 212.42.77.249
2014/11/27 01:15:23.501| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.77.249'.
2014/11/27 01:15:23.501| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.77.249, id = 0x4711
2014/11/27 01:15:23.501| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.501| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '212.42.77.249'
2014/11/27 01:15:23.501| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.77.249'.
2014/11/27 01:15:23.501| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.77.249, id = 0xde5d
2014/11/27 01:15:23.501| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.501| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.501| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.501| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.501| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.501| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.501| fd.cc(198) fd_open: fd_open() FD 32 HTTP Request
2014/11/27 01:15:23.501| Eui48.cc(178) lookup: id=0x34f0bf4 query ARP table
2014/11/27 01:15:23.501| Eui48.cc(221) lookup: id=0x34f0bf4 query ARP on each interface (80 found)
2014/11/27 01:15:23.501| Eui48.cc(227) lookup: id=0x34f0bf4 found interface lo
2014/11/27 01:15:23.501| Eui48.cc(227) lookup: id=0x34f0bf4 found interface br0
2014/11/27 01:15:23.501| Eui48.cc(236) lookup: id=0x34f0bf4 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.501| Eui48.cc(279) lookup: id=0x34f0bf4 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.501| client_side.cc(3889) httpsAccept: local=195.214.195.101:443 remote=192.168.0.122:62960 FD 32 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.502| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.214.195.101
2014/11/27 01:15:23.502| Checklist.cc(68) preCheck: 0x34f1548 checking slow rules
2014/11/27 01:15:23.502| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.502| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.502| DomainData.cc(106) match: aclMatchDomainList: checking '195.214.195.101'
2014/11/27 01:15:23.502| DomainData.cc(110) match: aclMatchDomainList: '195.214.195.101' NOT found
2014/11/27 01:15:23.502| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.214.195.101' == 195.214.195.101
2014/11/27 01:15:23.502| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.214.195.101'.
2014/11/27 01:15:23.502| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 46 bytes for 195.214.195.101, id = 0x3203
2014/11/27 01:15:23.502| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.502| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '195.214.195.101'
2014/11/27 01:15:23.502| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.214.195.101'.
2014/11/27 01:15:23.502| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 46 bytes for 195.214.195.101, id = 0x40fd
2014/11/27 01:15:23.502| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.502| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.502| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.502| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.502| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.502| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.502| fd.cc(198) fd_open: fd_open() FD 33 HTTP Request
2014/11/27 01:15:23.502| Eui48.cc(178) lookup: id=0x34f5fb4 query ARP table
2014/11/27 01:15:23.502| Eui48.cc(221) lookup: id=0x34f5fb4 query ARP on each interface (80 found)
2014/11/27 01:15:23.502| Eui48.cc(227) lookup: id=0x34f5fb4 found interface lo
2014/11/27 01:15:23.502| Eui48.cc(227) lookup: id=0x34f5fb4 found interface br0
2014/11/27 01:15:23.502| Eui48.cc(236) lookup: id=0x34f5fb4 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.502| Eui48.cc(279) lookup: id=0x34f5fb4 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.502| client_side.cc(3889) httpsAccept: local=195.214.195.101:443 remote=192.168.0.122:62961 FD 33 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.503| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.214.195.101
2014/11/27 01:15:23.503| Checklist.cc(68) preCheck: 0x34f6998 checking slow rules
2014/11/27 01:15:23.503| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.503| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.503| DomainData.cc(106) match: aclMatchDomainList: checking '195.214.195.101'
2014/11/27 01:15:23.503| DomainData.cc(110) match: aclMatchDomainList: '195.214.195.101' NOT found
2014/11/27 01:15:23.503| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.214.195.101' == 195.214.195.101
2014/11/27 01:15:23.503| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.214.195.101'.
2014/11/27 01:15:23.503| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 46 bytes for 195.214.195.101, id = 0x9a34
2014/11/27 01:15:23.503| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.503| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '195.214.195.101'
2014/11/27 01:15:23.503| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.214.195.101'.
2014/11/27 01:15:23.503| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 46 bytes for 195.214.195.101, id = 0x4d16
2014/11/27 01:15:23.503| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.503| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.503| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.503| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.503| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.503| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.503| fd.cc(198) fd_open: fd_open() FD 34 HTTP Request
2014/11/27 01:15:23.503| Eui48.cc(178) lookup: id=0x34fb404 query ARP table
2014/11/27 01:15:23.503| Eui48.cc(221) lookup: id=0x34fb404 query ARP on each interface (80 found)
2014/11/27 01:15:23.503| Eui48.cc(227) lookup: id=0x34fb404 found interface lo
2014/11/27 01:15:23.503| Eui48.cc(227) lookup: id=0x34fb404 found interface br0
2014/11/27 01:15:23.503| Eui48.cc(236) lookup: id=0x34fb404 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.503| Eui48.cc(279) lookup: id=0x34fb404 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.503| client_side.cc(3889) httpsAccept: local=173.194.113.94:443 remote=192.168.0.122:62962 FD 34 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.504| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 173.194.113.94
2014/11/27 01:15:23.504| Checklist.cc(68) preCheck: 0x34fbd58 checking slow rules
2014/11/27 01:15:23.504| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.504| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.504| DomainData.cc(106) match: aclMatchDomainList: checking '173.194.113.94'
2014/11/27 01:15:23.504| DomainData.cc(110) match: aclMatchDomainList: '173.194.113.94' NOT found
2014/11/27 01:15:23.504| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '173.194.113.94' == 173.194.113.94
2014/11/27 01:15:23.504| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '173.194.113.94'.
2014/11/27 01:15:23.504| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 45 bytes for 173.194.113.94, id = 0x8bb7
2014/11/27 01:15:23.504| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.504| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '173.194.113.94'
2014/11/27 01:15:23.504| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '173.194.113.94'.
2014/11/27 01:15:23.504| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 45 bytes for 173.194.113.94, id = 0x9791
2014/11/27 01:15:23.504| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.504| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.504| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.504| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.504| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.504| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.504| fd.cc(198) fd_open: fd_open() FD 35 HTTP Request
2014/11/27 01:15:23.504| Eui48.cc(178) lookup: id=0x35007c4 query ARP table
2014/11/27 01:15:23.504| Eui48.cc(221) lookup: id=0x35007c4 query ARP on each interface (80 found)
2014/11/27 01:15:23.504| Eui48.cc(227) lookup: id=0x35007c4 found interface lo
2014/11/27 01:15:23.504| Eui48.cc(227) lookup: id=0x35007c4 found interface br0
2014/11/27 01:15:23.504| Eui48.cc(236) lookup: id=0x35007c4 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.504| Eui48.cc(279) lookup: id=0x35007c4 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.504| client_side.cc(3889) httpsAccept: local=195.214.194.27:443 remote=192.168.0.122:62963 FD 35 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.505| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.214.194.27
2014/11/27 01:15:23.505| Checklist.cc(68) preCheck: 0x35011a8 checking slow rules
2014/11/27 01:15:23.505| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.505| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.505| DomainData.cc(106) match: aclMatchDomainList: checking '195.214.194.27'
2014/11/27 01:15:23.505| DomainData.cc(110) match: aclMatchDomainList: '195.214.194.27' NOT found
2014/11/27 01:15:23.505| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.214.194.27' == 195.214.194.27
2014/11/27 01:15:23.505| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.214.194.27'.
2014/11/27 01:15:23.505| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 45 bytes for 195.214.194.27, id = 0x1a5f
2014/11/27 01:15:23.505| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.505| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '195.214.194.27'
2014/11/27 01:15:23.505| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.214.194.27'.
2014/11/27 01:15:23.505| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 45 bytes for 195.214.194.27, id = 0x1308
2014/11/27 01:15:23.505| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.505| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.505| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.505| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.505| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.505| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.505| fd.cc(198) fd_open: fd_open() FD 36 HTTP Request
2014/11/27 01:15:23.505| Eui48.cc(178) lookup: id=0x3505c14 query ARP table
2014/11/27 01:15:23.505| Eui48.cc(221) lookup: id=0x3505c14 query ARP on each interface (80 found)
2014/11/27 01:15:23.505| Eui48.cc(227) lookup: id=0x3505c14 found interface lo
2014/11/27 01:15:23.505| Eui48.cc(227) lookup: id=0x3505c14 found interface br0
2014/11/27 01:15:23.505| Eui48.cc(236) lookup: id=0x3505c14 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.505| Eui48.cc(279) lookup: id=0x3505c14 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.505| client_side.cc(3889) httpsAccept: local=195.214.194.27:443 remote=192.168.0.122:62964 FD 36 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.506| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.214.194.27
2014/11/27 01:15:23.506| Checklist.cc(68) preCheck: 0x3506568 checking slow rules
2014/11/27 01:15:23.506| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.506| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.506| DomainData.cc(106) match: aclMatchDomainList: checking '195.214.194.27'
2014/11/27 01:15:23.506| DomainData.cc(110) match: aclMatchDomainList: '195.214.194.27' NOT found
2014/11/27 01:15:23.506| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.214.194.27' == 195.214.194.27
2014/11/27 01:15:23.506| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.214.194.27'.
2014/11/27 01:15:23.506| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 45 bytes for 195.214.194.27, id = 0xa10b
2014/11/27 01:15:23.506| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.506| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '195.214.194.27'
2014/11/27 01:15:23.506| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '195.214.194.27'.
2014/11/27 01:15:23.506| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 45 bytes for 195.214.194.27, id = 0x8419
2014/11/27 01:15:23.506| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.506| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.506| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.506| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.506| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.506| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.506| fd.cc(198) fd_open: fd_open() FD 37 HTTP Request
2014/11/27 01:15:23.506| Eui48.cc(178) lookup: id=0x350afd4 query ARP table
2014/11/27 01:15:23.506| Eui48.cc(221) lookup: id=0x350afd4 query ARP on each interface (80 found)
2014/11/27 01:15:23.506| Eui48.cc(227) lookup: id=0x350afd4 found interface lo
2014/11/27 01:15:23.506| Eui48.cc(227) lookup: id=0x350afd4 found interface br0
2014/11/27 01:15:23.506| Eui48.cc(236) lookup: id=0x350afd4 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.506| Eui48.cc(279) lookup: id=0x350afd4 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.506| client_side.cc(3889) httpsAccept: local=185.26.97.139:443 remote=192.168.0.122:62965 FD 37 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.506| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 185.26.97.139
2014/11/27 01:15:23.507| Checklist.cc(68) preCheck: 0x350b928 checking slow rules
2014/11/27 01:15:23.507| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.507| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.507| DomainData.cc(106) match: aclMatchDomainList: checking '185.26.97.139'
2014/11/27 01:15:23.507| DomainData.cc(110) match: aclMatchDomainList: '185.26.97.139' NOT found
2014/11/27 01:15:23.507| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '185.26.97.139' == 185.26.97.139
2014/11/27 01:15:23.507| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '185.26.97.139'.
2014/11/27 01:15:23.507| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 185.26.97.139, id = 0xa66a
2014/11/27 01:15:23.507| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.507| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '185.26.97.139'
2014/11/27 01:15:23.507| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '185.26.97.139'.
2014/11/27 01:15:23.507| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 185.26.97.139, id = 0xc73c
2014/11/27 01:15:23.507| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.507| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.507| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.507| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.507| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.507| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.507| fd.cc(198) fd_open: fd_open() FD 38 HTTP Request
2014/11/27 01:15:23.507| Eui48.cc(178) lookup: id=0x3510394 query ARP table
2014/11/27 01:15:23.507| Eui48.cc(221) lookup: id=0x3510394 query ARP on each interface (80 found)
2014/11/27 01:15:23.507| Eui48.cc(227) lookup: id=0x3510394 found interface lo
2014/11/27 01:15:23.507| Eui48.cc(227) lookup: id=0x3510394 found interface br0
2014/11/27 01:15:23.507| Eui48.cc(236) lookup: id=0x3510394 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.507| Eui48.cc(279) lookup: id=0x3510394 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.507| client_side.cc(3889) httpsAccept: local=185.26.97.139:443 remote=192.168.0.122:62966 FD 38 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.507| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 185.26.97.139
2014/11/27 01:15:23.507| Checklist.cc(68) preCheck: 0x3510ce8 checking slow rules
2014/11/27 01:15:23.508| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.508| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.508| DomainData.cc(106) match: aclMatchDomainList: checking '185.26.97.139'
2014/11/27 01:15:23.508| DomainData.cc(110) match: aclMatchDomainList: '185.26.97.139' NOT found
2014/11/27 01:15:23.508| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '185.26.97.139' == 185.26.97.139
2014/11/27 01:15:23.508| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '185.26.97.139'.
2014/11/27 01:15:23.508| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 185.26.97.139, id = 0xbcd1
2014/11/27 01:15:23.508| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.508| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '185.26.97.139'
2014/11/27 01:15:23.508| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '185.26.97.139'.
2014/11/27 01:15:23.508| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 185.26.97.139, id = 0x6471
2014/11/27 01:15:23.508| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.508| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.508| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.508| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.508| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.508| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.508| fd.cc(198) fd_open: fd_open() FD 39 HTTP Request
2014/11/27 01:15:23.508| Eui48.cc(178) lookup: id=0x3515754 query ARP table
2014/11/27 01:15:23.508| Eui48.cc(221) lookup: id=0x3515754 query ARP on each interface (80 found)
2014/11/27 01:15:23.508| Eui48.cc(227) lookup: id=0x3515754 found interface lo
2014/11/27 01:15:23.508| Eui48.cc(227) lookup: id=0x3515754 found interface br0
2014/11/27 01:15:23.508| Eui48.cc(236) lookup: id=0x3515754 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.508| Eui48.cc(279) lookup: id=0x3515754 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.508| client_side.cc(3889) httpsAccept: local=212.42.76.246:443 remote=192.168.0.122:62967 FD 39 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.508| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.246
2014/11/27 01:15:23.508| Checklist.cc(68) preCheck: 0x35160a8 checking slow rules
2014/11/27 01:15:23.508| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.508| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.508| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.246'
2014/11/27 01:15:23.508| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.246' NOT found
2014/11/27 01:15:23.509| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.246' == 212.42.76.246
2014/11/27 01:15:23.509| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.246'.
2014/11/27 01:15:23.509| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.246, id = 0x597e
2014/11/27 01:15:23.509| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.509| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '212.42.76.246'
2014/11/27 01:15:23.509| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.246'.
2014/11/27 01:15:23.509| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.246, id = 0xb716
2014/11/27 01:15:23.509| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.509| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.509| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.509| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.509| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.509| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.509| fd.cc(198) fd_open: fd_open() FD 40 HTTP Request
2014/11/27 01:15:23.509| Eui48.cc(178) lookup: id=0x351ab14 query ARP table
2014/11/27 01:15:23.509| Eui48.cc(221) lookup: id=0x351ab14 query ARP on each interface (80 found)
2014/11/27 01:15:23.509| Eui48.cc(227) lookup: id=0x351ab14 found interface lo
2014/11/27 01:15:23.509| Eui48.cc(227) lookup: id=0x351ab14 found interface br0
2014/11/27 01:15:23.509| Eui48.cc(236) lookup: id=0x351ab14 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.509| Eui48.cc(279) lookup: id=0x351ab14 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.509| client_side.cc(3889) httpsAccept: local=212.42.76.246:443 remote=192.168.0.122:62968 FD 40 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.509| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.246
2014/11/27 01:15:23.509| Checklist.cc(68) preCheck: 0x351b468 checking slow rules
2014/11/27 01:15:23.509| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.509| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.509| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.246'
2014/11/27 01:15:23.509| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.246' NOT found
2014/11/27 01:15:23.509| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.246' == 212.42.76.246
2014/11/27 01:15:23.509| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.246'.
2014/11/27 01:15:23.510| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.246, id = 0x5d7b
2014/11/27 01:15:23.510| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.510| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '212.42.76.246'
2014/11/27 01:15:23.510| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.246'.
2014/11/27 01:15:23.510| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.246, id = 0x51c3
2014/11/27 01:15:23.510| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.510| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.510| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.510| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.510| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.510| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.510| fd.cc(198) fd_open: fd_open() FD 41 HTTP Request
2014/11/27 01:15:23.510| Eui48.cc(178) lookup: id=0x351fed4 query ARP table
2014/11/27 01:15:23.510| Eui48.cc(221) lookup: id=0x351fed4 query ARP on each interface (80 found)
2014/11/27 01:15:23.510| Eui48.cc(227) lookup: id=0x351fed4 found interface lo
2014/11/27 01:15:23.510| Eui48.cc(227) lookup: id=0x351fed4 found interface br0
2014/11/27 01:15:23.510| Eui48.cc(236) lookup: id=0x351fed4 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.510| Eui48.cc(279) lookup: id=0x351fed4 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.510| client_side.cc(3889) httpsAccept: local=212.42.76.246:443 remote=192.168.0.122:62969 FD 41 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.510| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.246
2014/11/27 01:15:23.510| Checklist.cc(68) preCheck: 0x3520828 checking slow rules
2014/11/27 01:15:23.510| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.510| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.510| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.246'
2014/11/27 01:15:23.510| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.246' NOT found
2014/11/27 01:15:23.510| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.246' == 212.42.76.246
2014/11/27 01:15:23.510| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.246'.
2014/11/27 01:15:23.510| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.246, id = 0xc842
2014/11/27 01:15:23.510| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.510| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '212.42.76.246'
2014/11/27 01:15:23.510| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.246'.
2014/11/27 01:15:23.511| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.246, id = 0x5b0c
2014/11/27 01:15:23.511| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.511| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.511| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.511| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.511| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.511| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.511| fd.cc(198) fd_open: fd_open() FD 42 HTTP Request
2014/11/27 01:15:23.511| Eui48.cc(178) lookup: id=0x3525294 query ARP table
2014/11/27 01:15:23.511| Eui48.cc(221) lookup: id=0x3525294 query ARP on each interface (80 found)
2014/11/27 01:15:23.511| Eui48.cc(227) lookup: id=0x3525294 found interface lo
2014/11/27 01:15:23.511| Eui48.cc(227) lookup: id=0x3525294 found interface br0
2014/11/27 01:15:23.511| Eui48.cc(236) lookup: id=0x3525294 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.511| Eui48.cc(279) lookup: id=0x3525294 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.511| client_side.cc(3889) httpsAccept: local=212.42.76.246:443 remote=192.168.0.122:62970 FD 42 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.511| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.246
2014/11/27 01:15:23.511| Checklist.cc(68) preCheck: 0x3525be8 checking slow rules
2014/11/27 01:15:23.511| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.511| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.511| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.246'
2014/11/27 01:15:23.511| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.246' NOT found
2014/11/27 01:15:23.511| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.246' == 212.42.76.246
2014/11/27 01:15:23.511| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.246'.
2014/11/27 01:15:23.511| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.246, id = 0x3e40
2014/11/27 01:15:23.511| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.511| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '212.42.76.246'
2014/11/27 01:15:23.511| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.246'.
2014/11/27 01:15:23.511| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.246, id = 0xf8a4
2014/11/27 01:15:23.512| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.512| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.512| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.512| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.512| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.512| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.512| fd.cc(198) fd_open: fd_open() FD 43 HTTP Request
2014/11/27 01:15:23.512| Eui48.cc(178) lookup: id=0x352a654 query ARP table
2014/11/27 01:15:23.512| Eui48.cc(221) lookup: id=0x352a654 query ARP on each interface (80 found)
2014/11/27 01:15:23.512| Eui48.cc(227) lookup: id=0x352a654 found interface lo
2014/11/27 01:15:23.512| Eui48.cc(227) lookup: id=0x352a654 found interface br0
2014/11/27 01:15:23.512| Eui48.cc(236) lookup: id=0x352a654 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.512| Eui48.cc(279) lookup: id=0x352a654 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.512| client_side.cc(3889) httpsAccept: local=212.42.76.246:443 remote=192.168.0.122:62971 FD 43 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.512| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.246
2014/11/27 01:15:23.512| Checklist.cc(68) preCheck: 0x352afa8 checking slow rules
2014/11/27 01:15:23.512| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.512| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.512| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.246'
2014/11/27 01:15:23.512| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.246' NOT found
2014/11/27 01:15:23.512| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.246' == 212.42.76.246
2014/11/27 01:15:23.512| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.246'.
2014/11/27 01:15:23.512| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.246, id = 0x1dfd
2014/11/27 01:15:23.512| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.512| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '212.42.76.246'
2014/11/27 01:15:23.512| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '212.42.76.246'.
2014/11/27 01:15:23.512| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 212.42.76.246, id = 0x42f1
2014/11/27 01:15:23.512| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.512| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.512| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.512| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.521| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.521| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.521| fd.cc(198) fd_open: fd_open() FD 44 HTTP Request
2014/11/27 01:15:23.521| Eui48.cc(178) lookup: id=0x352fa14 query ARP table
2014/11/27 01:15:23.521| Eui48.cc(221) lookup: id=0x352fa14 query ARP on each interface (80 found)
2014/11/27 01:15:23.521| Eui48.cc(227) lookup: id=0x352fa14 found interface lo
2014/11/27 01:15:23.521| Eui48.cc(227) lookup: id=0x352fa14 found interface br0
2014/11/27 01:15:23.521| Eui48.cc(236) lookup: id=0x352fa14 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.521| Eui48.cc(279) lookup: id=0x352fa14 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.521| client_side.cc(3889) httpsAccept: local=81.222.128.22:443 remote=192.168.0.122:62972 FD 44 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.521| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 81.222.128.22
2014/11/27 01:15:23.521| Checklist.cc(68) preCheck: 0x3530368 checking slow rules
2014/11/27 01:15:23.521| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.521| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.521| DomainData.cc(106) match: aclMatchDomainList: checking '81.222.128.22'
2014/11/27 01:15:23.521| DomainData.cc(110) match: aclMatchDomainList: '81.222.128.22' NOT found
2014/11/27 01:15:23.521| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '81.222.128.22' == 81.222.128.22
2014/11/27 01:15:23.521| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '81.222.128.22'.
2014/11/27 01:15:23.521| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 81.222.128.22, id = 0xbf30
2014/11/27 01:15:23.521| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.521| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '81.222.128.22'
2014/11/27 01:15:23.521| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '81.222.128.22'.
2014/11/27 01:15:23.522| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 81.222.128.22, id = 0x1ba
2014/11/27 01:15:23.522| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.522| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.522| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.522| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.522| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:23.522| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:23.522| fd.cc(198) fd_open: fd_open() FD 45 HTTP Request
2014/11/27 01:15:23.522| Eui48.cc(178) lookup: id=0x3534dd4 query ARP table
2014/11/27 01:15:23.522| Eui48.cc(221) lookup: id=0x3534dd4 query ARP on each interface (80 found)
2014/11/27 01:15:23.522| Eui48.cc(227) lookup: id=0x3534dd4 found interface lo
2014/11/27 01:15:23.522| Eui48.cc(227) lookup: id=0x3534dd4 found interface br0
2014/11/27 01:15:23.522| Eui48.cc(236) lookup: id=0x3534dd4 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:23.522| Eui48.cc(279) lookup: id=0x3534dd4 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:23.522| client_side.cc(3889) httpsAccept: local=81.222.128.22:443 remote=192.168.0.122:62973 FD 45 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:23.522| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 81.222.128.22
2014/11/27 01:15:23.522| Checklist.cc(68) preCheck: 0x3535728 checking slow rules
2014/11/27 01:15:23.522| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:23.522| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.522| DomainData.cc(106) match: aclMatchDomainList: checking '81.222.128.22'
2014/11/27 01:15:23.522| DomainData.cc(110) match: aclMatchDomainList: '81.222.128.22' NOT found
2014/11/27 01:15:23.522| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '81.222.128.22' == 81.222.128.22
2014/11/27 01:15:23.522| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '81.222.128.22'.
2014/11/27 01:15:23.522| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 81.222.128.22, id = 0x527b
2014/11/27 01:15:23.522| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.522| DestinationDomain.cc(85) match: aclMatchAcl: Can't yet compare 'sslBumpDeniedDstDomain' ACL for '81.222.128.22'
2014/11/27 01:15:23.522| fqdncache.cc(425) fqdncache_nbgethostbyaddr: fqdncache_nbgethostbyaddr: Name '81.222.128.22'.
2014/11/27 01:15:23.523| dns_internal.cc(1798) idnsPTRLookup: idnsPTRLookup: buf is 44 bytes for 81.222.128.22, id = 0x35a6
2014/11/27 01:15:23.523| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:23.523| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = -1 async
2014/11/27 01:15:23.523| Acl.cc(156) matches: checked: (ssl_bump rule) = -1 async
2014/11/27 01:15:23.523| Acl.cc(156) matches: checked: (ssl_bump rules) = -1 async
2014/11/27 01:15:23.554| dns_internal.cc(1281) idnsRead: idnsRead: starting with FD 10
2014/11/27 01:15:23.554| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.554| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x2631, 1 answers
2014/11/27 01:15:23.554| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.253'
2014/11/27 01:15:23.555| dns_internal.cc(1281) idnsRead: idnsRead: starting with FD 10
2014/11/27 01:15:23.555| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.555| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x38b8, 1 answers
2014/11/27 01:15:23.555| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.253'
2014/11/27 01:15:23.555| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.253'
2014/11/27 01:15:23.555| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.253' NOT found
2014/11/27 01:15:23.555| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.253' == 212.42.76.253
2014/11/27 01:15:23.555| DomainData.cc(106) match: aclMatchDomainList: checking 'srv253.fwdcdn.com'
2014/11/27 01:15:23.555| DomainData.cc(110) match: aclMatchDomainList: 'srv253.fwdcdn.com' NOT found
2014/11/27 01:15:23.555| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.555| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.555| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62950' found
2014/11/27 01:15:23.555| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.555| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.555| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.555| Checklist.cc(61) markFinished: 0x33c85a8 answer ALLOWED for match
2014/11/27 01:15:23.555| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x33c85a8 answer=ALLOWED
2014/11/27 01:15:23.555| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=212.42.76.253:443 remote=192.168.0.122:62950 FD 14 flags=33 method 5
2014/11/27 01:15:23.555| comm.cc(548) commSetConnTimeout: local=212.42.76.253:443 remote=192.168.0.122:62950 FD 14 flags=33 timeout 300
2014/11/27 01:15:23.555| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.253
2014/11/27 01:15:23.555| client_side.cc(3827) httpsEstablish: local=212.42.76.253:443 remote=192.168.0.122:62950 FD 14 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.556| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x33c85a8
2014/11/27 01:15:23.556| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x33c85a8
2014/11/27 01:15:23.556| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.556| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xbe07, 1 answers
2014/11/27 01:15:23.556| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.253'
2014/11/27 01:15:23.556| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.556| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x9242, 1 answers
2014/11/27 01:15:23.556| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.253'
2014/11/27 01:15:23.556| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.253'
2014/11/27 01:15:23.556| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.253' NOT found
2014/11/27 01:15:23.556| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.253' == 212.42.76.253
2014/11/27 01:15:23.556| DomainData.cc(106) match: aclMatchDomainList: checking 'srv253.fwdcdn.com'
2014/11/27 01:15:23.556| DomainData.cc(110) match: aclMatchDomainList: 'srv253.fwdcdn.com' NOT found
2014/11/27 01:15:23.556| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.556| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.556| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62951' found
2014/11/27 01:15:23.556| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.556| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.556| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.556| Checklist.cc(61) markFinished: 0x3498f18 answer ALLOWED for match
2014/11/27 01:15:23.556| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x3498f18 answer=ALLOWED
2014/11/27 01:15:23.556| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=212.42.76.253:443 remote=192.168.0.122:62951 FD 16 flags=33 method 5
2014/11/27 01:15:23.556| comm.cc(548) commSetConnTimeout: local=212.42.76.253:443 remote=192.168.0.122:62951 FD 16 flags=33 timeout 300
2014/11/27 01:15:23.557| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.253
2014/11/27 01:15:23.557| client_side.cc(3827) httpsEstablish: local=212.42.76.253:443 remote=192.168.0.122:62951 FD 16 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.557| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x3498f18
2014/11/27 01:15:23.557| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x3498f18
2014/11/27 01:15:23.557| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.557| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xfa45, 1 answers
2014/11/27 01:15:23.557| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.253'
2014/11/27 01:15:23.557| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.557| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xf90a, 1 answers
2014/11/27 01:15:23.557| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.253'
2014/11/27 01:15:23.557| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.253'
2014/11/27 01:15:23.557| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.253' NOT found
2014/11/27 01:15:23.557| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.253' == 212.42.76.253
2014/11/27 01:15:23.557| DomainData.cc(106) match: aclMatchDomainList: checking 'srv253.fwdcdn.com'
2014/11/27 01:15:23.557| DomainData.cc(110) match: aclMatchDomainList: 'srv253.fwdcdn.com' NOT found
2014/11/27 01:15:23.557| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.557| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.557| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62952' found
2014/11/27 01:15:23.557| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.557| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.557| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.557| Checklist.cc(61) markFinished: 0x34d0c78 answer ALLOWED for match
2014/11/27 01:15:23.557| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x34d0c78 answer=ALLOWED
2014/11/27 01:15:23.557| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=212.42.76.253:443 remote=192.168.0.122:62952 FD 18 flags=33 method 5
2014/11/27 01:15:23.557| comm.cc(548) commSetConnTimeout: local=212.42.76.253:443 remote=192.168.0.122:62952 FD 18 flags=33 timeout 300
2014/11/27 01:15:23.558| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.253
2014/11/27 01:15:23.558| client_side.cc(3827) httpsEstablish: local=212.42.76.253:443 remote=192.168.0.122:62952 FD 18 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.558| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x34d0c78
2014/11/27 01:15:23.558| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x34d0c78
2014/11/27 01:15:23.558| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.558| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xf845, 1 answers
2014/11/27 01:15:23.558| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.253'
2014/11/27 01:15:23.558| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.558| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x112c, 1 answers
2014/11/27 01:15:23.558| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.253'
2014/11/27 01:15:23.558| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.253'
2014/11/27 01:15:23.558| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.253' NOT found
2014/11/27 01:15:23.558| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.253' == 212.42.76.253
2014/11/27 01:15:23.558| DomainData.cc(106) match: aclMatchDomainList: checking 'srv253.fwdcdn.com'
2014/11/27 01:15:23.558| DomainData.cc(110) match: aclMatchDomainList: 'srv253.fwdcdn.com' NOT found
2014/11/27 01:15:23.558| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.558| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.558| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62953' found
2014/11/27 01:15:23.558| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.558| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.558| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.558| Checklist.cc(61) markFinished: 0x33ced08 answer ALLOWED for match
2014/11/27 01:15:23.558| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x33ced08 answer=ALLOWED
2014/11/27 01:15:23.558| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=212.42.76.253:443 remote=192.168.0.122:62953 FD 20 flags=33 method 5
2014/11/27 01:15:23.558| comm.cc(548) commSetConnTimeout: local=212.42.76.253:443 remote=192.168.0.122:62953 FD 20 flags=33 timeout 300
2014/11/27 01:15:23.559| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.253
2014/11/27 01:15:23.559| client_side.cc(3827) httpsEstablish: local=212.42.76.253:443 remote=192.168.0.122:62953 FD 20 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.559| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x33ced08
2014/11/27 01:15:23.559| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x33ced08
2014/11/27 01:15:23.559| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 122 bytes from 8.8.8.8:53
2014/11/27 01:15:23.559| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xec7d, -3 answers
2014/11/27 01:15:23.559| dns_internal.cc(1199) idnsGrokReply: idnsGrokReply: error Name Error: The domain name does not exist. (3)
2014/11/27 01:15:23.559| fqdncache.cc(331) fqdncacheParse: fqdncacheParse: Lookup of '195.191.234.34' failed (Name Error: The domain name does not exist.)
2014/11/27 01:15:23.559| DomainData.cc(106) match: aclMatchDomainList: checking '195.191.234.34'
2014/11/27 01:15:23.559| DomainData.cc(110) match: aclMatchDomainList: '195.191.234.34' NOT found
2014/11/27 01:15:23.559| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.191.234.34' == 195.191.234.34
2014/11/27 01:15:23.559| DomainData.cc(106) match: aclMatchDomainList: checking 'none'
2014/11/27 01:15:23.559| DomainData.cc(110) match: aclMatchDomainList: 'none' NOT found
2014/11/27 01:15:23.559| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.559| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.559| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62954' found
2014/11/27 01:15:23.559| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.559| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.559| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.559| Checklist.cc(61) markFinished: 0x33cf598 answer ALLOWED for match
2014/11/27 01:15:23.559| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x33cf598 answer=ALLOWED
2014/11/27 01:15:23.559| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=195.191.234.34:443 remote=192.168.0.122:62954 FD 23 flags=33 method 5
2014/11/27 01:15:23.559| comm.cc(548) commSetConnTimeout: local=195.191.234.34:443 remote=192.168.0.122:62954 FD 23 flags=33 timeout 300
2014/11/27 01:15:23.559| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.191.234.34
2014/11/27 01:15:23.559| client_side.cc(3827) httpsEstablish: local=195.191.234.34:443 remote=192.168.0.122:62954 FD 23 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.560| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x33cf598
2014/11/27 01:15:23.560| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x33cf598
2014/11/27 01:15:23.560| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 122 bytes from 8.8.8.8:53
2014/11/27 01:15:23.560| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xfd91, -3 answers
2014/11/27 01:15:23.560| dns_internal.cc(1199) idnsGrokReply: idnsGrokReply: error Name Error: The domain name does not exist. (3)
2014/11/27 01:15:23.560| fqdncache.cc(331) fqdncacheParse: fqdncacheParse: Lookup of '195.191.234.34' failed (Name Error: The domain name does not exist.)
2014/11/27 01:15:23.560| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 122 bytes from 8.8.8.8:53
2014/11/27 01:15:23.560| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x3062, -3 answers
2014/11/27 01:15:23.560| dns_internal.cc(1199) idnsGrokReply: idnsGrokReply: error Name Error: The domain name does not exist. (3)
2014/11/27 01:15:23.560| fqdncache.cc(331) fqdncacheParse: fqdncacheParse: Lookup of '195.191.234.34' failed (Name Error: The domain name does not exist.)
2014/11/27 01:15:23.560| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 122 bytes from 8.8.8.8:53
2014/11/27 01:15:23.560| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xc2f0, -3 answers
2014/11/27 01:15:23.560| dns_internal.cc(1199) idnsGrokReply: idnsGrokReply: error Name Error: The domain name does not exist. (3)
2014/11/27 01:15:23.560| fqdncache.cc(331) fqdncacheParse: fqdncacheParse: Lookup of '195.191.234.34' failed (Name Error: The domain name does not exist.)
2014/11/27 01:15:23.560| DomainData.cc(106) match: aclMatchDomainList: checking '195.191.234.34'
2014/11/27 01:15:23.560| DomainData.cc(110) match: aclMatchDomainList: '195.191.234.34' NOT found
2014/11/27 01:15:23.560| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.191.234.34' == 195.191.234.34
2014/11/27 01:15:23.560| DomainData.cc(106) match: aclMatchDomainList: checking 'none'
2014/11/27 01:15:23.560| DomainData.cc(110) match: aclMatchDomainList: 'none' NOT found
2014/11/27 01:15:23.560| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.560| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.560| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62955' found
2014/11/27 01:15:23.560| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.560| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.560| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.560| Checklist.cc(61) markFinished: 0x2fa8998 answer ALLOWED for match
2014/11/27 01:15:23.560| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x2fa8998 answer=ALLOWED
2014/11/27 01:15:23.560| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=195.191.234.34:443 remote=192.168.0.122:62955 FD 27 flags=33 method 5
2014/11/27 01:15:23.561| comm.cc(548) commSetConnTimeout: local=195.191.234.34:443 remote=192.168.0.122:62955 FD 27 flags=33 timeout 300
2014/11/27 01:15:23.561| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.191.234.34
2014/11/27 01:15:23.561| client_side.cc(3827) httpsEstablish: local=195.191.234.34:443 remote=192.168.0.122:62955 FD 27 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.561| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.561| Starting new ssl_crtd helpers...
2014/11/27 01:15:23.561| helperOpenServers: Starting 1/15 'ssl_crtd' processes
2014/11/27 01:15:23.561| fd.cc(198) fd_open: fd_open() FD 46 IPC UNIX STREAM Parent
2014/11/27 01:15:23.561| fd.cc(198) fd_open: fd_open() FD 47 IPC UNIX STREAM Parent
2014/11/27 01:15:23.561| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 46
2014/11/27 01:15:23.561| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 46
2014/11/27 01:15:23.561| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 47
2014/11/27 01:15:23.561| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 47
2014/11/27 01:15:23.561| comm.cc(860) _comm_close: comm_close: start closing FD 47
2014/11/27 01:15:23.561| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 47
2014/11/27 01:15:23.561| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3499230 [call129]
2014/11/27 01:15:23.561| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 47) [call129]
2014/11/27 01:15:23.561| tools.cc(543) leave_suid: leave_suid: PID 16239 called
2014/11/27 01:15:23.561| tools.cc(636) no_suid: no_suid: PID 16239 giving up root priveleges forever
2014/11/27 01:15:23.561| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 46
2014/11/27 01:15:23.561| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x33d0690 [call130]
2014/11/27 01:15:23.561| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x33cf0d0 [call131]
2014/11/27 01:15:23.562| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.562| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x2fa8998
2014/11/27 01:15:23.562| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x2fa8998
2014/11/27 01:15:23.562| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.562| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xc68b, 1 answers
2014/11/27 01:15:23.562| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '195.214.193.51'
2014/11/27 01:15:23.562| DomainData.cc(106) match: aclMatchDomainList: checking '195.214.193.51'
2014/11/27 01:15:23.562| DomainData.cc(110) match: aclMatchDomainList: '195.214.193.51' NOT found
2014/11/27 01:15:23.562| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.214.193.51' == 195.214.193.51
2014/11/27 01:15:23.562| DomainData.cc(106) match: aclMatchDomainList: checking 'safe-fe1.ukr.net'
2014/11/27 01:15:23.562| DomainData.cc(110) match: aclMatchDomainList: 'safe-fe1.ukr.net' NOT found
2014/11/27 01:15:23.562| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.562| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.562| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62956' found
2014/11/27 01:15:23.562| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.562| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.562| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.562| Checklist.cc(61) markFinished: 0x34ce718 answer ALLOWED for match
2014/11/27 01:15:23.562| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x34ce718 answer=ALLOWED
2014/11/27 01:15:23.562| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=195.214.193.51:443 remote=192.168.0.122:62956 FD 28 flags=33 method 5
2014/11/27 01:15:23.562| comm.cc(548) commSetConnTimeout: local=195.214.193.51:443 remote=192.168.0.122:62956 FD 28 flags=33 timeout 300
2014/11/27 01:15:23.562| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.214.193.51
2014/11/27 01:15:23.562| client_side.cc(3827) httpsEstablish: local=195.214.193.51:443 remote=192.168.0.122:62956 FD 28 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.563| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.563| Starting new ssl_crtd helpers...
2014/11/27 01:15:23.563| helperOpenServers: Starting 1/15 'ssl_crtd' processes
2014/11/27 01:15:23.563| fd.cc(198) fd_open: fd_open() FD 48 IPC UNIX STREAM Parent
2014/11/27 01:15:23.563| fd.cc(198) fd_open: fd_open() FD 49 IPC UNIX STREAM Parent
2014/11/27 01:15:23.563| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 48
2014/11/27 01:15:23.563| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 48
2014/11/27 01:15:23.563| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 49
2014/11/27 01:15:23.563| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 49
2014/11/27 01:15:23.563| comm.cc(860) _comm_close: comm_close: start closing FD 49
2014/11/27 01:15:23.563| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 49
2014/11/27 01:15:23.563| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x353a3c0 [call134]
2014/11/27 01:15:23.563| tools.cc(543) leave_suid: leave_suid: PID 16240 called
2014/11/27 01:15:23.563| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 49) [call134]
2014/11/27 01:15:23.563| tools.cc(636) no_suid: no_suid: PID 16240 giving up root priveleges forever
2014/11/27 01:15:23.563| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 48
2014/11/27 01:15:23.563| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x34d03c0 [call135]
2014/11/27 01:15:23.563| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x3546610 [call136]
2014/11/27 01:15:23.563| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.563| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x34ce718
2014/11/27 01:15:23.563| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x34ce718
2014/11/27 01:15:23.564| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.564| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x4b0, 1 answers
2014/11/27 01:15:23.564| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '195.214.193.51'
2014/11/27 01:15:23.564| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.564| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xf8a, 1 answers
2014/11/27 01:15:23.564| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '195.214.193.51'
2014/11/27 01:15:23.564| DomainData.cc(106) match: aclMatchDomainList: checking '195.214.193.51'
2014/11/27 01:15:23.564| DomainData.cc(110) match: aclMatchDomainList: '195.214.193.51' NOT found
2014/11/27 01:15:23.564| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.214.193.51' == 195.214.193.51
2014/11/27 01:15:23.564| DomainData.cc(106) match: aclMatchDomainList: checking 'safe-fe1.ukr.net'
2014/11/27 01:15:23.564| DomainData.cc(110) match: aclMatchDomainList: 'safe-fe1.ukr.net' NOT found
2014/11/27 01:15:23.564| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.564| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.564| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62957' found
2014/11/27 01:15:23.564| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.564| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.564| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.564| Checklist.cc(61) markFinished: 0x34cf718 answer ALLOWED for match
2014/11/27 01:15:23.564| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x34cf718 answer=ALLOWED
2014/11/27 01:15:23.564| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=195.214.193.51:443 remote=192.168.0.122:62957 FD 29 flags=33 method 5
2014/11/27 01:15:23.564| comm.cc(548) commSetConnTimeout: local=195.214.193.51:443 remote=192.168.0.122:62957 FD 29 flags=33 timeout 300
2014/11/27 01:15:23.564| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.214.193.51
2014/11/27 01:15:23.564| client_side.cc(3827) httpsEstablish: local=195.214.193.51:443 remote=192.168.0.122:62957 FD 29 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.564| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.564| Starting new ssl_crtd helpers...
2014/11/27 01:15:23.564| helperOpenServers: Starting 1/15 'ssl_crtd' processes
2014/11/27 01:15:23.564| fd.cc(198) fd_open: fd_open() FD 50 IPC UNIX STREAM Parent
2014/11/27 01:15:23.564| fd.cc(198) fd_open: fd_open() FD 51 IPC UNIX STREAM Parent
2014/11/27 01:15:23.564| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 50
2014/11/27 01:15:23.564| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 50
2014/11/27 01:15:23.564| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 51
2014/11/27 01:15:23.564| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 51
2014/11/27 01:15:23.565| comm.cc(860) _comm_close: comm_close: start closing FD 51
2014/11/27 01:15:23.565| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 51
2014/11/27 01:15:23.565| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x34cfa60 [call139]
2014/11/27 01:15:23.565| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 51) [call139]
2014/11/27 01:15:23.565| tools.cc(636) no_suid: no_suid: PID 16241 giving up root priveleges forever
2014/11/27 01:15:23.565| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 50
2014/11/27 01:15:23.565| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x353a190 [call140]
2014/11/27 01:15:23.565| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x3546bc0 [call141]
2014/11/27 01:15:23.565| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.565| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x34cf718
2014/11/27 01:15:23.565| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x34cf718
2014/11/27 01:15:23.565| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.565| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xe3bd, 1 answers
2014/11/27 01:15:23.565| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '195.214.193.51'
2014/11/27 01:15:23.565| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 47)
2014/11/27 01:15:23.565| AsyncCall.cc(38) make: make call comm_close_complete [call129]
2014/11/27 01:15:23.565| fd.cc(93) fd_close: fd_close FD 47 IPC UNIX STREAM Parent
2014/11/27 01:15:23.566| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 47)
2014/11/27 01:15:23.566| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 49)
2014/11/27 01:15:23.566| AsyncCall.cc(38) make: make call comm_close_complete [call134]
2014/11/27 01:15:23.566| fd.cc(93) fd_close: fd_close FD 49 IPC UNIX STREAM Parent
2014/11/27 01:15:23.566| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 49)
2014/11/27 01:15:23.566| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 51)
2014/11/27 01:15:23.566| AsyncCall.cc(38) make: make call comm_close_complete [call139]
2014/11/27 01:15:23.566| fd.cc(93) fd_close: fd_close FD 51 IPC UNIX STREAM Parent
2014/11/27 01:15:23.566| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 51)
2014/11/27 01:15:23.566| dns_internal.cc(1281) idnsRead: idnsRead: starting with FD 10
2014/11/27 01:15:23.566| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.566| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x7676, 1 answers
2014/11/27 01:15:23.566| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.77.249'
2014/11/27 01:15:23.566| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.566| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x3f80, 1 answers
2014/11/27 01:15:23.566| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.77.249'
2014/11/27 01:15:23.566| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.77.249'
2014/11/27 01:15:23.566| DomainData.cc(110) match: aclMatchDomainList: '212.42.77.249' NOT found
2014/11/27 01:15:23.566| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.77.249' == 212.42.77.249
2014/11/27 01:15:23.566| DomainData.cc(106) match: aclMatchDomainList: checking 'frv249.fwdcdn.com'
2014/11/27 01:15:23.566| DomainData.cc(110) match: aclMatchDomainList: 'frv249.fwdcdn.com' NOT found
2014/11/27 01:15:23.566| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.566| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.566| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62958' found
2014/11/27 01:15:23.566| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.566| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.566| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.566| Checklist.cc(61) markFinished: 0x34e6e08 answer ALLOWED for match
2014/11/27 01:15:23.566| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x34e6e08 answer=ALLOWED
2014/11/27 01:15:23.566| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=212.42.77.249:443 remote=192.168.0.122:62958 FD 30 flags=33 method 5
2014/11/27 01:15:23.566| comm.cc(548) commSetConnTimeout: local=212.42.77.249:443 remote=192.168.0.122:62958 FD 30 flags=33 timeout 300
2014/11/27 01:15:23.566| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.77.249
2014/11/27 01:15:23.566| client_side.cc(3827) httpsEstablish: local=212.42.77.249:443 remote=192.168.0.122:62958 FD 30 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.567| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.567| Starting new ssl_crtd helpers...
2014/11/27 01:15:23.567| helperOpenServers: Starting 1/15 'ssl_crtd' processes
2014/11/27 01:15:23.567| fd.cc(198) fd_open: fd_open() FD 47 IPC UNIX STREAM Parent
2014/11/27 01:15:23.567| fd.cc(198) fd_open: fd_open() FD 49 IPC UNIX STREAM Parent
2014/11/27 01:15:23.567| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 47
2014/11/27 01:15:23.567| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 47
2014/11/27 01:15:23.567| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 49
2014/11/27 01:15:23.567| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 49
2014/11/27 01:15:23.567| comm.cc(860) _comm_close: comm_close: start closing FD 49
2014/11/27 01:15:23.567| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 49
2014/11/27 01:15:23.567| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x34ec4d0 [call144]
2014/11/27 01:15:23.567| tools.cc(543) leave_suid: leave_suid: PID 16242 called
2014/11/27 01:15:23.567| tools.cc(636) no_suid: no_suid: PID 16242 giving up root priveleges forever
2014/11/27 01:15:23.567| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 47
2014/11/27 01:15:23.567| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x34fc0a0 [call145]
2014/11/27 01:15:23.567| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x34cec00 [call146]
2014/11/27 01:15:23.567| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.567| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x34e6e08
2014/11/27 01:15:23.567| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x34e6e08
2014/11/27 01:15:23.568| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.568| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x4711, 1 answers
2014/11/27 01:15:23.568| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.77.249'
2014/11/27 01:15:23.568| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.568| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xde5d, 1 answers
2014/11/27 01:15:23.568| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.77.249'
2014/11/27 01:15:23.568| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.77.249'
2014/11/27 01:15:23.568| DomainData.cc(110) match: aclMatchDomainList: '212.42.77.249' NOT found
2014/11/27 01:15:23.568| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.77.249' == 212.42.77.249
2014/11/27 01:15:23.568| DomainData.cc(106) match: aclMatchDomainList: checking 'frv249.fwdcdn.com'
2014/11/27 01:15:23.568| DomainData.cc(110) match: aclMatchDomainList: 'frv249.fwdcdn.com' NOT found
2014/11/27 01:15:23.568| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.568| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.568| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62959' found
2014/11/27 01:15:23.568| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.568| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.568| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.568| Checklist.cc(61) markFinished: 0x34ec188 answer ALLOWED for match
2014/11/27 01:15:23.568| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x34ec188 answer=ALLOWED
2014/11/27 01:15:23.568| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=212.42.77.249:443 remote=192.168.0.122:62959 FD 31 flags=33 method 5
2014/11/27 01:15:23.568| comm.cc(548) commSetConnTimeout: local=212.42.77.249:443 remote=192.168.0.122:62959 FD 31 flags=33 timeout 300
2014/11/27 01:15:23.568| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.77.249
2014/11/27 01:15:23.568| client_side.cc(3827) httpsEstablish: local=212.42.77.249:443 remote=192.168.0.122:62959 FD 31 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.568| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.568| Starting new ssl_crtd helpers...
2014/11/27 01:15:23.568| helperOpenServers: Starting 1/15 'ssl_crtd' processes
2014/11/27 01:15:23.568| fd.cc(198) fd_open: fd_open() FD 51 IPC UNIX STREAM Parent
2014/11/27 01:15:23.568| fd.cc(198) fd_open: fd_open() FD 52 IPC UNIX STREAM Parent
2014/11/27 01:15:23.568| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 51
2014/11/27 01:15:23.568| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 51
2014/11/27 01:15:23.568| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 52
2014/11/27 01:15:23.568| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 52
2014/11/27 01:15:23.569| comm.cc(860) _comm_close: comm_close: start closing FD 52
2014/11/27 01:15:23.569| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 52
2014/11/27 01:15:23.569| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3499230 [call149]
2014/11/27 01:15:23.569| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 52) [call149]
2014/11/27 01:15:23.569| tools.cc(543) leave_suid: leave_suid: PID 16243 called
2014/11/27 01:15:23.569| tools.cc(636) no_suid: no_suid: PID 16243 giving up root priveleges forever
2014/11/27 01:15:23.569| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 51
2014/11/27 01:15:23.569| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x353f250 [call150]
2014/11/27 01:15:23.569| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x353eff0 [call151]
2014/11/27 01:15:23.569| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.569| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x34ec188
2014/11/27 01:15:23.569| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x34ec188
2014/11/27 01:15:23.569| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 117 bytes from 8.8.8.8:53
2014/11/27 01:15:23.569| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x40fd, -3 answers
2014/11/27 01:15:23.569| dns_internal.cc(1199) idnsGrokReply: idnsGrokReply: error Name Error: The domain name does not exist. (3)
2014/11/27 01:15:23.569| fqdncache.cc(331) fqdncacheParse: fqdncacheParse: Lookup of '195.214.195.101' failed (Name Error: The domain name does not exist.)
2014/11/27 01:15:23.570| DomainData.cc(106) match: aclMatchDomainList: checking '195.214.195.101'
2014/11/27 01:15:23.570| DomainData.cc(110) match: aclMatchDomainList: '195.214.195.101' NOT found
2014/11/27 01:15:23.570| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.214.195.101' == 195.214.195.101
2014/11/27 01:15:23.570| DomainData.cc(106) match: aclMatchDomainList: checking 'none'
2014/11/27 01:15:23.570| DomainData.cc(110) match: aclMatchDomainList: 'none' NOT found
2014/11/27 01:15:23.570| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.570| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.570| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62960' found
2014/11/27 01:15:23.570| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.570| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.570| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.570| Checklist.cc(61) markFinished: 0x34f1548 answer ALLOWED for match
2014/11/27 01:15:23.570| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x34f1548 answer=ALLOWED
2014/11/27 01:15:23.570| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=195.214.195.101:443 remote=192.168.0.122:62960 FD 32 flags=33 method 5
2014/11/27 01:15:23.570| comm.cc(548) commSetConnTimeout: local=195.214.195.101:443 remote=192.168.0.122:62960 FD 32 flags=33 timeout 300
2014/11/27 01:15:23.570| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.214.195.101
2014/11/27 01:15:23.570| client_side.cc(3827) httpsEstablish: local=195.214.195.101:443 remote=192.168.0.122:62960 FD 32 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.570| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.570| Starting new ssl_crtd helpers...
2014/11/27 01:15:23.570| helperOpenServers: Starting 1/15 'ssl_crtd' processes
2014/11/27 01:15:23.570| fd.cc(198) fd_open: fd_open() FD 53 IPC UNIX STREAM Parent
2014/11/27 01:15:23.570| fd.cc(198) fd_open: fd_open() FD 54 IPC UNIX STREAM Parent
2014/11/27 01:15:23.570| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 53
2014/11/27 01:15:23.570| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 53
2014/11/27 01:15:23.570| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 54
2014/11/27 01:15:23.570| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 54
2014/11/27 01:15:23.570| comm.cc(860) _comm_close: comm_close: start closing FD 54
2014/11/27 01:15:23.570| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 54
2014/11/27 01:15:23.570| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x354bd30 [call154]
2014/11/27 01:15:23.570| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 54) [call154]
2014/11/27 01:15:23.570| tools.cc(543) leave_suid: leave_suid: PID 16244 called
2014/11/27 01:15:23.570| tools.cc(636) no_suid: no_suid: PID 16244 giving up root priveleges forever
2014/11/27 01:15:23.571| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 53
2014/11/27 01:15:23.571| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x34cfc70 [call155]
2014/11/27 01:15:23.571| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x34ec620 [call156]
2014/11/27 01:15:23.571| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.571| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x34f1548
2014/11/27 01:15:23.571| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x34f1548
2014/11/27 01:15:23.571| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 117 bytes from 8.8.8.8:53
2014/11/27 01:15:23.571| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x3203, -3 answers
2014/11/27 01:15:23.571| dns_internal.cc(1199) idnsGrokReply: idnsGrokReply: error Name Error: The domain name does not exist. (3)
2014/11/27 01:15:23.571| fqdncache.cc(331) fqdncacheParse: fqdncacheParse: Lookup of '195.214.195.101' failed (Name Error: The domain name does not exist.)
2014/11/27 01:15:23.571| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 117 bytes from 8.8.8.8:53
2014/11/27 01:15:23.571| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x9a34, -3 answers
2014/11/27 01:15:23.571| dns_internal.cc(1199) idnsGrokReply: idnsGrokReply: error Name Error: The domain name does not exist. (3)
2014/11/27 01:15:23.571| fqdncache.cc(331) fqdncacheParse: fqdncacheParse: Lookup of '195.214.195.101' failed (Name Error: The domain name does not exist.)
2014/11/27 01:15:23.571| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 117 bytes from 8.8.8.8:53
2014/11/27 01:15:23.571| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x4d16, -3 answers
2014/11/27 01:15:23.571| dns_internal.cc(1199) idnsGrokReply: idnsGrokReply: error Name Error: The domain name does not exist. (3)
2014/11/27 01:15:23.571| fqdncache.cc(331) fqdncacheParse: fqdncacheParse: Lookup of '195.214.195.101' failed (Name Error: The domain name does not exist.)
2014/11/27 01:15:23.571| DomainData.cc(106) match: aclMatchDomainList: checking '195.214.195.101'
2014/11/27 01:15:23.571| DomainData.cc(110) match: aclMatchDomainList: '195.214.195.101' NOT found
2014/11/27 01:15:23.572| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.214.195.101' == 195.214.195.101
2014/11/27 01:15:23.572| DomainData.cc(106) match: aclMatchDomainList: checking 'none'
2014/11/27 01:15:23.572| DomainData.cc(110) match: aclMatchDomainList: 'none' NOT found
2014/11/27 01:15:23.572| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.572| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.572| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62961' found
2014/11/27 01:15:23.572| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.572| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.572| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.572| Checklist.cc(61) markFinished: 0x34f6998 answer ALLOWED for match
2014/11/27 01:15:23.572| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x34f6998 answer=ALLOWED
2014/11/27 01:15:23.572| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=195.214.195.101:443 remote=192.168.0.122:62961 FD 33 flags=33 method 5
2014/11/27 01:15:23.572| comm.cc(548) commSetConnTimeout: local=195.214.195.101:443 remote=192.168.0.122:62961 FD 33 flags=33 timeout 300
2014/11/27 01:15:23.572| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.214.195.101
2014/11/27 01:15:23.572| client_side.cc(3827) httpsEstablish: local=195.214.195.101:443 remote=192.168.0.122:62961 FD 33 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.572| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.572| Starting new ssl_crtd helpers...
2014/11/27 01:15:23.572| helperOpenServers: Starting 1/15 'ssl_crtd' processes
2014/11/27 01:15:23.572| fd.cc(198) fd_open: fd_open() FD 55 IPC UNIX STREAM Parent
2014/11/27 01:15:23.572| fd.cc(198) fd_open: fd_open() FD 56 IPC UNIX STREAM Parent
2014/11/27 01:15:23.572| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 55
2014/11/27 01:15:23.572| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 55
2014/11/27 01:15:23.572| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 56
2014/11/27 01:15:23.572| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 56
2014/11/27 01:15:23.572| comm.cc(860) _comm_close: comm_close: start closing FD 56
2014/11/27 01:15:23.572| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 56
2014/11/27 01:15:23.572| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x33d0580 [call159]
2014/11/27 01:15:23.572| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 56) [call159]
2014/11/27 01:15:23.572| tools.cc(543) leave_suid: leave_suid: PID 16245 called
2014/11/27 01:15:23.572| tools.cc(636) no_suid: no_suid: PID 16245 giving up root priveleges forever
2014/11/27 01:15:23.573| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 55
2014/11/27 01:15:23.573| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x3545d30 [call160]
2014/11/27 01:15:23.573| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x34f1a60 [call161]
2014/11/27 01:15:23.573| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.573| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x34f6998
2014/11/27 01:15:23.573| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x34f6998
2014/11/27 01:15:23.573| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 84 bytes from 8.8.8.8:53
2014/11/27 01:15:23.573| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x9791, 1 answers
2014/11/27 01:15:23.573| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '173.194.113.94'
2014/11/27 01:15:23.573| DomainData.cc(106) match: aclMatchDomainList: checking '173.194.113.94'
2014/11/27 01:15:23.573| DomainData.cc(110) match: aclMatchDomainList: '173.194.113.94' NOT found
2014/11/27 01:15:23.573| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '173.194.113.94' == 173.194.113.94
2014/11/27 01:15:23.573| DomainData.cc(106) match: aclMatchDomainList: checking 'fra02s21-in-f30.1e100.net'
2014/11/27 01:15:23.573| DomainData.cc(110) match: aclMatchDomainList: 'fra02s21-in-f30.1e100.net' NOT found
2014/11/27 01:15:23.573| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.573| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.573| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62962' found
2014/11/27 01:15:23.573| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.573| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.573| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.573| Checklist.cc(61) markFinished: 0x34fbd58 answer ALLOWED for match
2014/11/27 01:15:23.573| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x34fbd58 answer=ALLOWED
2014/11/27 01:15:23.573| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=173.194.113.94:443 remote=192.168.0.122:62962 FD 34 flags=33 method 5
2014/11/27 01:15:23.574| comm.cc(548) commSetConnTimeout: local=173.194.113.94:443 remote=192.168.0.122:62962 FD 34 flags=33 timeout 300
2014/11/27 01:15:23.574| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 173.194.113.94
2014/11/27 01:15:23.574| client_side.cc(3827) httpsEstablish: local=173.194.113.94:443 remote=192.168.0.122:62962 FD 34 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.574| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.574| Starting new ssl_crtd helpers...
2014/11/27 01:15:23.574| helperOpenServers: Starting 1/15 'ssl_crtd' processes
2014/11/27 01:15:23.574| fd.cc(198) fd_open: fd_open() FD 57 IPC UNIX STREAM Parent
2014/11/27 01:15:23.574| fd.cc(198) fd_open: fd_open() FD 58 IPC UNIX STREAM Parent
2014/11/27 01:15:23.574| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 57
2014/11/27 01:15:23.574| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 57
2014/11/27 01:15:23.574| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 58
2014/11/27 01:15:23.574| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 58
2014/11/27 01:15:23.574| comm.cc(860) _comm_close: comm_close: start closing FD 58
2014/11/27 01:15:23.574| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 58
2014/11/27 01:15:23.574| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3551d30 [call164]
2014/11/27 01:15:23.574| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 58) [call164]
2014/11/27 01:15:23.574| tools.cc(543) leave_suid: leave_suid: PID 16246 called
2014/11/27 01:15:23.574| tools.cc(636) no_suid: no_suid: PID 16246 giving up root priveleges forever
2014/11/27 01:15:23.574| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 57
2014/11/27 01:15:23.574| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x354f820 [call165]
2014/11/27 01:15:23.574| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x34f6ee0 [call166]
2014/11/27 01:15:23.575| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.575| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x34fbd58
2014/11/27 01:15:23.575| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x34fbd58
2014/11/27 01:15:23.575| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 84 bytes from 8.8.8.8:53
2014/11/27 01:15:23.575| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x8bb7, 1 answers
2014/11/27 01:15:23.575| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '173.194.113.94'
2014/11/27 01:15:23.575| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 116 bytes from 8.8.8.8:53
2014/11/27 01:15:23.575| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xa10b, -3 answers
2014/11/27 01:15:23.575| dns_internal.cc(1199) idnsGrokReply: idnsGrokReply: error Name Error: The domain name does not exist. (3)
2014/11/27 01:15:23.575| fqdncache.cc(331) fqdncacheParse: fqdncacheParse: Lookup of '195.214.194.27' failed (Name Error: The domain name does not exist.)
2014/11/27 01:15:23.575| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 116 bytes from 8.8.8.8:53
2014/11/27 01:15:23.575| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x1a5f, -3 answers
2014/11/27 01:15:23.575| dns_internal.cc(1199) idnsGrokReply: idnsGrokReply: error Name Error: The domain name does not exist. (3)
2014/11/27 01:15:23.575| fqdncache.cc(331) fqdncacheParse: fqdncacheParse: Lookup of '195.214.194.27' failed (Name Error: The domain name does not exist.)
2014/11/27 01:15:23.575| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 116 bytes from 8.8.8.8:53
2014/11/27 01:15:23.575| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x8419, -3 answers
2014/11/27 01:15:23.575| dns_internal.cc(1199) idnsGrokReply: idnsGrokReply: error Name Error: The domain name does not exist. (3)
2014/11/27 01:15:23.575| fqdncache.cc(331) fqdncacheParse: fqdncacheParse: Lookup of '195.214.194.27' failed (Name Error: The domain name does not exist.)
2014/11/27 01:15:23.575| DomainData.cc(106) match: aclMatchDomainList: checking '195.214.194.27'
2014/11/27 01:15:23.575| DomainData.cc(110) match: aclMatchDomainList: '195.214.194.27' NOT found
2014/11/27 01:15:23.575| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.214.194.27' == 195.214.194.27
2014/11/27 01:15:23.575| DomainData.cc(106) match: aclMatchDomainList: checking 'none'
2014/11/27 01:15:23.575| DomainData.cc(110) match: aclMatchDomainList: 'none' NOT found
2014/11/27 01:15:23.575| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.575| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.575| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62964' found
2014/11/27 01:15:23.575| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.575| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.575| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.575| Checklist.cc(61) markFinished: 0x3506568 answer ALLOWED for match
2014/11/27 01:15:23.575| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x3506568 answer=ALLOWED
2014/11/27 01:15:23.575| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=195.214.194.27:443 remote=192.168.0.122:62964 FD 36 flags=33 method 5
2014/11/27 01:15:23.576| comm.cc(548) commSetConnTimeout: local=195.214.194.27:443 remote=192.168.0.122:62964 FD 36 flags=33 timeout 300
2014/11/27 01:15:23.576| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.214.194.27
2014/11/27 01:15:23.576| client_side.cc(3827) httpsEstablish: local=195.214.194.27:443 remote=192.168.0.122:62964 FD 36 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.576| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.576| Starting new ssl_crtd helpers...
2014/11/27 01:15:23.576| helperOpenServers: Starting 1/15 'ssl_crtd' processes
2014/11/27 01:15:23.576| fd.cc(198) fd_open: fd_open() FD 59 IPC UNIX STREAM Parent
2014/11/27 01:15:23.576| fd.cc(198) fd_open: fd_open() FD 60 IPC UNIX STREAM Parent
2014/11/27 01:15:23.576| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 59
2014/11/27 01:15:23.576| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 59
2014/11/27 01:15:23.576| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 60
2014/11/27 01:15:23.576| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 60
2014/11/27 01:15:23.576| comm.cc(860) _comm_close: comm_close: start closing FD 60
2014/11/27 01:15:23.576| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 60
2014/11/27 01:15:23.576| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x353f3c0 [call169]
2014/11/27 01:15:23.576| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 60) [call169]
2014/11/27 01:15:23.576| tools.cc(543) leave_suid: leave_suid: PID 16247 called
2014/11/27 01:15:23.576| tools.cc(636) no_suid: no_suid: PID 16247 giving up root priveleges forever
2014/11/27 01:15:23.576| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 59
2014/11/27 01:15:23.576| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x3554d30 [call170]
2014/11/27 01:15:23.576| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x34fc1f0 [call171]
2014/11/27 01:15:23.577| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.577| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x3506568
2014/11/27 01:15:23.577| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x3506568
2014/11/27 01:15:23.577| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 116 bytes from 8.8.8.8:53
2014/11/27 01:15:23.577| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x1308, -3 answers
2014/11/27 01:15:23.577| dns_internal.cc(1199) idnsGrokReply: idnsGrokReply: error Name Error: The domain name does not exist. (3)
2014/11/27 01:15:23.577| fqdncache.cc(331) fqdncacheParse: fqdncacheParse: Lookup of '195.214.194.27' failed (Name Error: The domain name does not exist.)
2014/11/27 01:15:23.577| DomainData.cc(106) match: aclMatchDomainList: checking '195.214.194.27'
2014/11/27 01:15:23.577| DomainData.cc(110) match: aclMatchDomainList: '195.214.194.27' NOT found
2014/11/27 01:15:23.577| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '195.214.194.27' == 195.214.194.27
2014/11/27 01:15:23.577| DomainData.cc(106) match: aclMatchDomainList: checking 'none'
2014/11/27 01:15:23.577| DomainData.cc(110) match: aclMatchDomainList: 'none' NOT found
2014/11/27 01:15:23.577| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.577| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.577| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62963' found
2014/11/27 01:15:23.577| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.577| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.577| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.577| Checklist.cc(61) markFinished: 0x35011a8 answer ALLOWED for match
2014/11/27 01:15:23.577| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x35011a8 answer=ALLOWED
2014/11/27 01:15:23.577| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=195.214.194.27:443 remote=192.168.0.122:62963 FD 35 flags=33 method 5
2014/11/27 01:15:23.577| comm.cc(548) commSetConnTimeout: local=195.214.194.27:443 remote=192.168.0.122:62963 FD 35 flags=33 timeout 300
2014/11/27 01:15:23.577| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 195.214.194.27
2014/11/27 01:15:23.577| client_side.cc(3827) httpsEstablish: local=195.214.194.27:443 remote=192.168.0.122:62963 FD 35 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.577| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.577| Starting new ssl_crtd helpers...
2014/11/27 01:15:23.577| helperOpenServers: Starting 1/15 'ssl_crtd' processes
2014/11/27 01:15:23.577| fd.cc(198) fd_open: fd_open() FD 61 IPC UNIX STREAM Parent
2014/11/27 01:15:23.577| fd.cc(198) fd_open: fd_open() FD 62 IPC UNIX STREAM Parent
2014/11/27 01:15:23.577| ipc.cc(180) ipcCreate: ipcCreate: prfd FD 61
2014/11/27 01:15:23.578| ipc.cc(181) ipcCreate: ipcCreate: pwfd FD 61
2014/11/27 01:15:23.578| ipc.cc(182) ipcCreate: ipcCreate: crfd FD 62
2014/11/27 01:15:23.578| ipc.cc(183) ipcCreate: ipcCreate: cwfd FD 62
2014/11/27 01:15:23.578| comm.cc(860) _comm_close: comm_close: start closing FD 62
2014/11/27 01:15:23.578| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 62
2014/11/27 01:15:23.578| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3557d30 [call174]
2014/11/27 01:15:23.578| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 62) [call174]
2014/11/27 01:15:23.578| tools.cc(543) leave_suid: leave_suid: PID 16248 called
2014/11/27 01:15:23.578| tools.cc(636) no_suid: no_suid: PID 16248 giving up root priveleges forever
2014/11/27 01:15:23.578| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 61
2014/11/27 01:15:23.578| AsyncCall.cc(26) AsyncCall: The AsyncCall helperServerFree constructed, this=0x355ad30 [call175]
2014/11/27 01:15:23.578| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x35069e0 [call176]
2014/11/27 01:15:23.578| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.578| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x35011a8
2014/11/27 01:15:23.578| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x35011a8
2014/11/27 01:15:23.578| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 69 bytes from 8.8.8.8:53
2014/11/27 01:15:23.578| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xa66a, 1 answers
2014/11/27 01:15:23.578| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '185.26.97.139'
2014/11/27 01:15:23.579| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 11 flags=1 (0, 0)
2014/11/27 01:15:23.579| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 13 flags=1 (0, 0)
2014/11/27 01:15:23.579| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 15 flags=1 (0, 0)
2014/11/27 01:15:23.580| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 17 flags=1 (0, 0)
2014/11/27 01:15:23.580| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 19 flags=1 (0, 0)
2014/11/27 01:15:23.580| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 46 flags=1 (0, 0)
2014/11/27 01:15:23.580| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 48 flags=1 (0, 0)
2014/11/27 01:15:23.580| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 50 flags=1 (0, 0)
2014/11/27 01:15:23.580| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 49)
2014/11/27 01:15:23.580| AsyncCall.cc(38) make: make call comm_close_complete [call144]
2014/11/27 01:15:23.580| fd.cc(93) fd_close: fd_close FD 49 IPC UNIX STREAM Parent
2014/11/27 01:15:23.581| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 49)
2014/11/27 01:15:23.581| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 52)
2014/11/27 01:15:23.581| AsyncCall.cc(38) make: make call comm_close_complete [call149]
2014/11/27 01:15:23.581| fd.cc(93) fd_close: fd_close FD 52 IPC UNIX STREAM Parent
2014/11/27 01:15:23.581| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 52)
2014/11/27 01:15:23.581| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 54)
2014/11/27 01:15:23.581| AsyncCall.cc(38) make: make call comm_close_complete [call154]
2014/11/27 01:15:23.581| fd.cc(93) fd_close: fd_close FD 54 IPC UNIX STREAM Parent
2014/11/27 01:15:23.581| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 54)
2014/11/27 01:15:23.581| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 56)
2014/11/27 01:15:23.581| AsyncCall.cc(38) make: make call comm_close_complete [call159]
2014/11/27 01:15:23.581| fd.cc(93) fd_close: fd_close FD 56 IPC UNIX STREAM Parent
2014/11/27 01:15:23.581| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 56)
2014/11/27 01:15:23.581| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 58)
2014/11/27 01:15:23.581| AsyncCall.cc(38) make: make call comm_close_complete [call164]
2014/11/27 01:15:23.581| fd.cc(93) fd_close: fd_close FD 58 IPC UNIX STREAM Parent
2014/11/27 01:15:23.581| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 58)
2014/11/27 01:15:23.581| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 60)
2014/11/27 01:15:23.581| AsyncCall.cc(38) make: make call comm_close_complete [call169]
2014/11/27 01:15:23.581| fd.cc(93) fd_close: fd_close FD 60 IPC UNIX STREAM Parent
2014/11/27 01:15:23.581| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 60)
2014/11/27 01:15:23.581| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 62)
2014/11/27 01:15:23.581| AsyncCall.cc(38) make: make call comm_close_complete [call174]
2014/11/27 01:15:23.581| fd.cc(93) fd_close: fd_close FD 62 IPC UNIX STREAM Parent
2014/11/27 01:15:23.581| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 62)
2014/11/27 01:15:23.581| dns_internal.cc(1281) idnsRead: idnsRead: starting with FD 10
2014/11/27 01:15:23.581| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 69 bytes from 8.8.8.8:53
2014/11/27 01:15:23.581| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xc73c, 1 answers
2014/11/27 01:15:23.581| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '185.26.97.139'
2014/11/27 01:15:23.582| DomainData.cc(106) match: aclMatchDomainList: checking '185.26.97.139'
2014/11/27 01:15:23.582| DomainData.cc(110) match: aclMatchDomainList: '185.26.97.139' NOT found
2014/11/27 01:15:23.582| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '185.26.97.139' == 185.26.97.139
2014/11/27 01:15:23.582| DomainData.cc(106) match: aclMatchDomainList: checking 'trafmag.com'
2014/11/27 01:15:23.582| DomainData.cc(110) match: aclMatchDomainList: 'trafmag.com' NOT found
2014/11/27 01:15:23.582| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.582| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.582| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62965' found
2014/11/27 01:15:23.582| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.582| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.582| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.582| Checklist.cc(61) markFinished: 0x350b928 answer ALLOWED for match
2014/11/27 01:15:23.582| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x350b928 answer=ALLOWED
2014/11/27 01:15:23.582| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=185.26.97.139:443 remote=192.168.0.122:62965 FD 37 flags=33 method 5
2014/11/27 01:15:23.582| comm.cc(548) commSetConnTimeout: local=185.26.97.139:443 remote=192.168.0.122:62965 FD 37 flags=33 timeout 300
2014/11/27 01:15:23.582| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 185.26.97.139
2014/11/27 01:15:23.582| client_side.cc(3827) httpsEstablish: local=185.26.97.139:443 remote=192.168.0.122:62965 FD 37 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.582| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.582| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x350b928
2014/11/27 01:15:23.582| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x350b928
2014/11/27 01:15:23.582| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 69 bytes from 8.8.8.8:53
2014/11/27 01:15:23.582| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x6471, 1 answers
2014/11/27 01:15:23.582| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '185.26.97.139'
2014/11/27 01:15:23.582| DomainData.cc(106) match: aclMatchDomainList: checking '185.26.97.139'
2014/11/27 01:15:23.582| DomainData.cc(110) match: aclMatchDomainList: '185.26.97.139' NOT found
2014/11/27 01:15:23.582| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '185.26.97.139' == 185.26.97.139
2014/11/27 01:15:23.583| DomainData.cc(106) match: aclMatchDomainList: checking 'trafmag.com'
2014/11/27 01:15:23.583| DomainData.cc(110) match: aclMatchDomainList: 'trafmag.com' NOT found
2014/11/27 01:15:23.583| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.583| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.583| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62966' found
2014/11/27 01:15:23.583| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.583| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.583| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.583| Checklist.cc(61) markFinished: 0x3510ce8 answer ALLOWED for match
2014/11/27 01:15:23.583| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x3510ce8 answer=ALLOWED
2014/11/27 01:15:23.583| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=185.26.97.139:443 remote=192.168.0.122:62966 FD 38 flags=33 method 5
2014/11/27 01:15:23.583| comm.cc(548) commSetConnTimeout: local=185.26.97.139:443 remote=192.168.0.122:62966 FD 38 flags=33 timeout 300
2014/11/27 01:15:23.583| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 185.26.97.139
2014/11/27 01:15:23.583| client_side.cc(3827) httpsEstablish: local=185.26.97.139:443 remote=192.168.0.122:62966 FD 38 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.583| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.583| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x3510ce8
2014/11/27 01:15:23.583| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x3510ce8
2014/11/27 01:15:23.583| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 69 bytes from 8.8.8.8:53
2014/11/27 01:15:23.583| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xbcd1, 1 answers
2014/11/27 01:15:23.583| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '185.26.97.139'
2014/11/27 01:15:23.583| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.583| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x597e, 1 answers
2014/11/27 01:15:23.583| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.246'
2014/11/27 01:15:23.583| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.583| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xb716, 1 answers
2014/11/27 01:15:23.583| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.246'
2014/11/27 01:15:23.583| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.246'
2014/11/27 01:15:23.584| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.246' NOT found
2014/11/27 01:15:23.584| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.246' == 212.42.76.246
2014/11/27 01:15:23.584| DomainData.cc(106) match: aclMatchDomainList: checking 'srv246.fwdcdn.com'
2014/11/27 01:15:23.584| DomainData.cc(110) match: aclMatchDomainList: 'srv246.fwdcdn.com' NOT found
2014/11/27 01:15:23.584| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.584| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.584| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62967' found
2014/11/27 01:15:23.584| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.584| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.584| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.584| Checklist.cc(61) markFinished: 0x35160a8 answer ALLOWED for match
2014/11/27 01:15:23.584| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x35160a8 answer=ALLOWED
2014/11/27 01:15:23.584| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=212.42.76.246:443 remote=192.168.0.122:62967 FD 39 flags=33 method 5
2014/11/27 01:15:23.584| comm.cc(548) commSetConnTimeout: local=212.42.76.246:443 remote=192.168.0.122:62967 FD 39 flags=33 timeout 300
2014/11/27 01:15:23.584| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.246
2014/11/27 01:15:23.584| client_side.cc(3827) httpsEstablish: local=212.42.76.246:443 remote=192.168.0.122:62967 FD 39 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.584| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.584| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x35160a8
2014/11/27 01:15:23.584| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x35160a8
2014/11/27 01:15:23.584| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.584| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x5d7b, 1 answers
2014/11/27 01:15:23.584| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.246'
2014/11/27 01:15:23.584| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.584| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x51c3, 1 answers
2014/11/27 01:15:23.584| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.246'
2014/11/27 01:15:23.584| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.246'
2014/11/27 01:15:23.584| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.246' NOT found
2014/11/27 01:15:23.584| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.246' == 212.42.76.246
2014/11/27 01:15:23.584| DomainData.cc(106) match: aclMatchDomainList: checking 'srv246.fwdcdn.com'
2014/11/27 01:15:23.585| DomainData.cc(110) match: aclMatchDomainList: 'srv246.fwdcdn.com' NOT found
2014/11/27 01:15:23.585| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.585| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.585| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62968' found
2014/11/27 01:15:23.585| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.585| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.585| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.585| Checklist.cc(61) markFinished: 0x351b468 answer ALLOWED for match
2014/11/27 01:15:23.585| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x351b468 answer=ALLOWED
2014/11/27 01:15:23.585| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=212.42.76.246:443 remote=192.168.0.122:62968 FD 40 flags=33 method 5
2014/11/27 01:15:23.585| comm.cc(548) commSetConnTimeout: local=212.42.76.246:443 remote=192.168.0.122:62968 FD 40 flags=33 timeout 300
2014/11/27 01:15:23.585| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.246
2014/11/27 01:15:23.585| client_side.cc(3827) httpsEstablish: local=212.42.76.246:443 remote=192.168.0.122:62968 FD 40 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.585| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.585| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x351b468
2014/11/27 01:15:23.585| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x351b468
2014/11/27 01:15:23.585| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.585| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xc842, 1 answers
2014/11/27 01:15:23.585| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.246'
2014/11/27 01:15:23.585| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.585| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x5b0c, 1 answers
2014/11/27 01:15:23.585| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.246'
2014/11/27 01:15:23.585| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.246'
2014/11/27 01:15:23.585| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.246' NOT found
2014/11/27 01:15:23.585| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.246' == 212.42.76.246
2014/11/27 01:15:23.585| DomainData.cc(106) match: aclMatchDomainList: checking 'srv246.fwdcdn.com'
2014/11/27 01:15:23.585| DomainData.cc(110) match: aclMatchDomainList: 'srv246.fwdcdn.com' NOT found
2014/11/27 01:15:23.585| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.585| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.586| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62969' found
2014/11/27 01:15:23.586| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.586| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.586| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.586| Checklist.cc(61) markFinished: 0x3520828 answer ALLOWED for match
2014/11/27 01:15:23.586| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x3520828 answer=ALLOWED
2014/11/27 01:15:23.586| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=212.42.76.246:443 remote=192.168.0.122:62969 FD 41 flags=33 method 5
2014/11/27 01:15:23.586| comm.cc(548) commSetConnTimeout: local=212.42.76.246:443 remote=192.168.0.122:62969 FD 41 flags=33 timeout 300
2014/11/27 01:15:23.586| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.246
2014/11/27 01:15:23.586| client_side.cc(3827) httpsEstablish: local=212.42.76.246:443 remote=192.168.0.122:62969 FD 41 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.586| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.586| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x3520828
2014/11/27 01:15:23.586| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x3520828
2014/11/27 01:15:23.586| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.586| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x3e40, 1 answers
2014/11/27 01:15:23.586| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.246'
2014/11/27 01:15:23.586| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.586| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xf8a4, 1 answers
2014/11/27 01:15:23.586| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.246'
2014/11/27 01:15:23.586| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.246'
2014/11/27 01:15:23.586| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.246' NOT found
2014/11/27 01:15:23.586| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.246' == 212.42.76.246
2014/11/27 01:15:23.586| DomainData.cc(106) match: aclMatchDomainList: checking 'srv246.fwdcdn.com'
2014/11/27 01:15:23.586| DomainData.cc(110) match: aclMatchDomainList: 'srv246.fwdcdn.com' NOT found
2014/11/27 01:15:23.586| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.586| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.586| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62970' found
2014/11/27 01:15:23.586| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.586| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.586| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.586| Checklist.cc(61) markFinished: 0x3525be8 answer ALLOWED for match
2014/11/27 01:15:23.586| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x3525be8 answer=ALLOWED
2014/11/27 01:15:23.587| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=212.42.76.246:443 remote=192.168.0.122:62970 FD 42 flags=33 method 5
2014/11/27 01:15:23.587| comm.cc(548) commSetConnTimeout: local=212.42.76.246:443 remote=192.168.0.122:62970 FD 42 flags=33 timeout 300
2014/11/27 01:15:23.587| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.246
2014/11/27 01:15:23.587| client_side.cc(3827) httpsEstablish: local=212.42.76.246:443 remote=192.168.0.122:62970 FD 42 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.587| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.587| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x3525be8
2014/11/27 01:15:23.587| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x3525be8
2014/11/27 01:15:23.587| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.587| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x42f1, 1 answers
2014/11/27 01:15:23.587| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.246'
2014/11/27 01:15:23.587| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.246'
2014/11/27 01:15:23.587| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.246' NOT found
2014/11/27 01:15:23.587| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.246' == 212.42.76.246
2014/11/27 01:15:23.587| DomainData.cc(106) match: aclMatchDomainList: checking 'srv246.fwdcdn.com'
2014/11/27 01:15:23.587| DomainData.cc(110) match: aclMatchDomainList: 'srv246.fwdcdn.com' NOT found
2014/11/27 01:15:23.587| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.587| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.587| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62971' found
2014/11/27 01:15:23.587| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.587| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.587| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.587| Checklist.cc(61) markFinished: 0x352afa8 answer ALLOWED for match
2014/11/27 01:15:23.587| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x352afa8 answer=ALLOWED
2014/11/27 01:15:23.587| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=212.42.76.246:443 remote=192.168.0.122:62971 FD 43 flags=33 method 5
2014/11/27 01:15:23.587| comm.cc(548) commSetConnTimeout: local=212.42.76.246:443 remote=192.168.0.122:62971 FD 43 flags=33 timeout 300
2014/11/27 01:15:23.587| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.246
2014/11/27 01:15:23.588| client_side.cc(3827) httpsEstablish: local=212.42.76.246:443 remote=192.168.0.122:62971 FD 43 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.588| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.588| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x352afa8
2014/11/27 01:15:23.588| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x352afa8
2014/11/27 01:15:23.588| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 75 bytes from 8.8.8.8:53
2014/11/27 01:15:23.588| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x1dfd, 1 answers
2014/11/27 01:15:23.588| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '212.42.76.246'
2014/11/27 01:15:23.588| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 72 bytes from 8.8.8.8:53
2014/11/27 01:15:23.588| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x1ba, 1 answers
2014/11/27 01:15:23.588| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '81.222.128.22'
2014/11/27 01:15:23.588| DomainData.cc(106) match: aclMatchDomainList: checking '81.222.128.22'
2014/11/27 01:15:23.588| DomainData.cc(110) match: aclMatchDomainList: '81.222.128.22' NOT found
2014/11/27 01:15:23.588| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '81.222.128.22' == 81.222.128.22
2014/11/27 01:15:23.588| DomainData.cc(106) match: aclMatchDomainList: checking 'lb1.adriver.ru'
2014/11/27 01:15:23.588| DomainData.cc(110) match: aclMatchDomainList: 'lb1.adriver.ru' NOT found
2014/11/27 01:15:23.588| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.588| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.588| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62972' found
2014/11/27 01:15:23.588| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.588| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.588| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.588| Checklist.cc(61) markFinished: 0x3530368 answer ALLOWED for match
2014/11/27 01:15:23.588| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x3530368 answer=ALLOWED
2014/11/27 01:15:23.588| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=81.222.128.22:443 remote=192.168.0.122:62972 FD 44 flags=33 method 5
2014/11/27 01:15:23.588| comm.cc(548) commSetConnTimeout: local=81.222.128.22:443 remote=192.168.0.122:62972 FD 44 flags=33 timeout 300
2014/11/27 01:15:23.588| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 81.222.128.22
2014/11/27 01:15:23.588| client_side.cc(3827) httpsEstablish: local=81.222.128.22:443 remote=192.168.0.122:62972 FD 44 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.589| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.589| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x3530368
2014/11/27 01:15:23.589| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x3530368
2014/11/27 01:15:23.589| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 72 bytes from 8.8.8.8:53
2014/11/27 01:15:23.589| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0xbf30, 1 answers
2014/11/27 01:15:23.589| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '81.222.128.22'
2014/11/27 01:15:23.589| Read.cc(143) HandleRead: FD 11, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.589| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 11 flags=1 (0, 0)
2014/11/27 01:15:23.589| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 11 flags=1, data=0x2f70348, size=1690, buf=0x2f72350) [call35]
2014/11/27 01:15:23.589| Read.cc(143) HandleRead: FD 13, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.589| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 13 flags=1 (0, 0)
2014/11/27 01:15:23.589| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 13 flags=1, data=0x2f73378, size=1690, buf=0x2f73920) [call6]
2014/11/27 01:15:23.589| Read.cc(143) HandleRead: FD 15, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.589| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 15 flags=1 (0, 0)
2014/11/27 01:15:23.589| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 15 flags=1, data=0x2f749d8, size=1690, buf=0x2f74ef0) [call9]
2014/11/27 01:15:23.589| Read.cc(143) HandleRead: FD 17, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.589| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 17 flags=1 (0, 0)
2014/11/27 01:15:23.589| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 17 flags=1, data=0x2f75f18, size=1690, buf=0x2f76350) [call12]
2014/11/27 01:15:23.589| Read.cc(143) HandleRead: FD 48, size 4095, retval 1694, errno 0
2014/11/27 01:15:23.589| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 48 flags=1 (0, 0)
2014/11/27 01:15:23.589| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 48 flags=1, data=0x353f2d8, size=1694, buf=0x3541510) [call136]
2014/11/27 01:15:23.589| Read.cc(143) HandleRead: FD 50, size 4095, retval 1694, errno 0
2014/11/27 01:15:23.589| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 50 flags=1 (0, 0)
2014/11/27 01:15:23.589| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 50 flags=1, data=0x3546ad8, size=1694, buf=0x3544d20) [call141]
2014/11/27 01:15:23.589| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 47 flags=1 (0, 0)
2014/11/27 01:15:23.589| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 51 flags=1 (0, 0)
2014/11/27 01:15:23.589| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 53 flags=1 (0, 0)
2014/11/27 01:15:23.590| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 55 flags=1 (0, 0)
2014/11/27 01:15:23.590| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 57 flags=1 (0, 0)
2014/11/27 01:15:23.590| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 59 flags=1 (0, 0)
2014/11/27 01:15:23.590| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 61 flags=1 (0, 0)
2014/11/27 01:15:23.590| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 11 flags=1, data=0x2f70348, size=1690, buf=0x2f72350)
2014/11/27 01:15:23.590| AsyncCall.cc(38) make: make call helperHandleRead [call35]
2014/11/27 01:15:23.590| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.590| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.590| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.590| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.597| comm.cc(548) commSetConnTimeout: local=212.42.76.253:443 remote=192.168.0.122:62950 FD 14 flags=33 timeout 300
2014/11/27 01:15:23.598| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.598| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x3627bf0 [call188]
2014/11/27 01:15:23.598| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 11 flags=1, data=0x2f70348, size=1690, buf=0x2f72350)
2014/11/27 01:15:23.598| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 13 flags=1, data=0x2f73378, size=1690, buf=0x2f73920)
2014/11/27 01:15:23.598| AsyncCall.cc(38) make: make call helperHandleRead [call6]
2014/11/27 01:15:23.598| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.598| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.598| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.598| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.605| comm.cc(548) commSetConnTimeout: local=212.42.76.253:443 remote=192.168.0.122:62951 FD 16 flags=33 timeout 300
2014/11/27 01:15:23.605| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.605| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x3713400 [call191]
2014/11/27 01:15:23.605| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 13 flags=1, data=0x2f73378, size=1690, buf=0x2f73920)
2014/11/27 01:15:23.605| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 15 flags=1, data=0x2f749d8, size=1690, buf=0x2f74ef0)
2014/11/27 01:15:23.605| AsyncCall.cc(38) make: make call helperHandleRead [call9]
2014/11/27 01:15:23.605| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.605| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.605| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.605| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.613| comm.cc(548) commSetConnTimeout: local=212.42.76.253:443 remote=192.168.0.122:62952 FD 18 flags=33 timeout 300
2014/11/27 01:15:23.613| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.613| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x37fe950 [call194]
2014/11/27 01:15:23.613| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 15 flags=1, data=0x2f749d8, size=1690, buf=0x2f74ef0)
2014/11/27 01:15:23.613| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 17 flags=1, data=0x2f75f18, size=1690, buf=0x2f76350)
2014/11/27 01:15:23.613| AsyncCall.cc(38) make: make call helperHandleRead [call12]
2014/11/27 01:15:23.613| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.613| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.613| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.613| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.621| comm.cc(548) commSetConnTimeout: local=212.42.76.253:443 remote=192.168.0.122:62953 FD 20 flags=33 timeout 300
2014/11/27 01:15:23.621| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.621| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x38ea150 [call197]
2014/11/27 01:15:23.621| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 17 flags=1, data=0x2f75f18, size=1690, buf=0x2f76350)
2014/11/27 01:15:23.621| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 48 flags=1, data=0x353f2d8, size=1694, buf=0x3541510)
2014/11/27 01:15:23.621| AsyncCall.cc(38) make: make call helperHandleRead [call136]
2014/11/27 01:15:23.621| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.621| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.621| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.621| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.628| comm.cc(548) commSetConnTimeout: local=195.214.193.51:443 remote=192.168.0.122:62956 FD 28 flags=33 timeout 300
2014/11/27 01:15:23.628| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.628| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x353e560 [call200]
2014/11/27 01:15:23.628| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 48 flags=1, data=0x353f2d8, size=1694, buf=0x3541510)
2014/11/27 01:15:23.628| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 50 flags=1, data=0x3546ad8, size=1694, buf=0x3544d20)
2014/11/27 01:15:23.628| AsyncCall.cc(38) make: make call helperHandleRead [call141]
2014/11/27 01:15:23.629| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.629| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.629| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.629| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.636| comm.cc(548) commSetConnTimeout: local=195.214.193.51:443 remote=192.168.0.122:62957 FD 29 flags=33 timeout 300
2014/11/27 01:15:23.636| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.636| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x3ac1080 [call203]
2014/11/27 01:15:23.636| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 50 flags=1, data=0x3546ad8, size=1694, buf=0x3544d20)
2014/11/27 01:15:23.637| dns_internal.cc(1281) idnsRead: idnsRead: starting with FD 10
2014/11/27 01:15:23.637| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 72 bytes from 8.8.8.8:53
2014/11/27 01:15:23.637| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x35a6, 1 answers
2014/11/27 01:15:23.637| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '81.222.128.22'
2014/11/27 01:15:23.637| DomainData.cc(106) match: aclMatchDomainList: checking '81.222.128.22'
2014/11/27 01:15:23.637| DomainData.cc(110) match: aclMatchDomainList: '81.222.128.22' NOT found
2014/11/27 01:15:23.637| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '81.222.128.22' == 81.222.128.22
2014/11/27 01:15:23.637| DomainData.cc(106) match: aclMatchDomainList: checking 'lb1.adriver.ru'
2014/11/27 01:15:23.637| DomainData.cc(110) match: aclMatchDomainList: 'lb1.adriver.ru' NOT found
2014/11/27 01:15:23.637| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:23.637| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rule) = 0
2014/11/27 01:15:23.637| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62973' found
2014/11/27 01:15:23.637| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:23.637| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:23.637| InnerNode.cc(97) resumeMatchingAt: checked: (ssl_bump rules) = 1
2014/11/27 01:15:23.637| Checklist.cc(61) markFinished: 0x3535728 answer ALLOWED for match
2014/11/27 01:15:23.637| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x3535728 answer=ALLOWED
2014/11/27 01:15:23.637| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=81.222.128.22:443 remote=192.168.0.122:62973 FD 45 flags=33 method 5
2014/11/27 01:15:23.637| comm.cc(548) commSetConnTimeout: local=81.222.128.22:443 remote=192.168.0.122:62973 FD 45 flags=33 timeout 300
2014/11/27 01:15:23.637| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 81.222.128.22
2014/11/27 01:15:23.637| client_side.cc(3827) httpsEstablish: local=81.222.128.22:443 remote=192.168.0.122:62973 FD 45 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:23.637| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.638| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x3535728
2014/11/27 01:15:23.638| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x3535728
2014/11/27 01:15:23.638| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 72 bytes from 8.8.8.8:53
2014/11/27 01:15:23.638| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x527b, 1 answers
2014/11/27 01:15:23.638| fqdncache.cc(342) fqdncacheParse: fqdncacheParse: 1 answers for '81.222.128.22'
2014/11/27 01:15:23.638| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 11 flags=1 (0, 0)
2014/11/27 01:15:23.638| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 13 flags=1 (0, 0)
2014/11/27 01:15:23.638| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 15 flags=1 (0, 0)
2014/11/27 01:15:23.638| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 17 flags=1 (0, 0)
2014/11/27 01:15:23.638| Read.cc(143) HandleRead: FD 19, size 4095, retval 1694, errno 0
2014/11/27 01:15:23.638| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 19 flags=1 (0, 0)
2014/11/27 01:15:23.638| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 19 flags=1, data=0x2f77378, size=1694, buf=0x2f77600) [call15]
2014/11/27 01:15:23.638| Read.cc(143) HandleRead: FD 46, size 4095, retval 1694, errno 0
2014/11/27 01:15:23.638| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 46 flags=1 (0, 0)
2014/11/27 01:15:23.638| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 46 flags=1, data=0x2fa7e88, size=1694, buf=0x3542580) [call131]
2014/11/27 01:15:23.638| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 48 flags=1 (0, 0)
2014/11/27 01:15:23.638| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 50 flags=1 (0, 0)
2014/11/27 01:15:23.638| Read.cc(143) HandleRead: FD 47, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.638| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 47 flags=1 (0, 0)
2014/11/27 01:15:23.638| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 47 flags=1, data=0x34cfb88, size=1690, buf=0x3547d20) [call146]
2014/11/27 01:15:23.638| Read.cc(143) HandleRead: FD 51, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.639| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 51 flags=1 (0, 0)
2014/11/27 01:15:23.639| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 51 flags=1, data=0x34e71e8, size=1690, buf=0x354ad20) [call151]
2014/11/27 01:15:23.639| Read.cc(143) HandleRead: FD 53, size 4095, retval 1694, errno 0
2014/11/27 01:15:23.639| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 53 flags=1 (0, 0)
2014/11/27 01:15:23.639| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 53 flags=1, data=0x2fa8d78, size=1694, buf=0x354dd20) [call156]
2014/11/27 01:15:23.639| Read.cc(143) HandleRead: FD 55, size 4095, retval 1694, errno 0
2014/11/27 01:15:23.639| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 55 flags=1 (0, 0)
2014/11/27 01:15:23.639| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 55 flags=1, data=0x34f18a8, size=1694, buf=0x3550d20) [call161]
2014/11/27 01:15:23.639| Read.cc(143) HandleRead: FD 57, size 4095, retval 1694, errno 0
2014/11/27 01:15:23.639| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 57 flags=1 (0, 0)
2014/11/27 01:15:23.639| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 57 flags=1, data=0x354f738, size=1694, buf=0x3553d20) [call166]
2014/11/27 01:15:23.639| Read.cc(143) HandleRead: FD 59, size 4095, retval 1694, errno 0
2014/11/27 01:15:23.639| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 59 flags=1 (0, 0)
2014/11/27 01:15:23.639| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 59 flags=1, data=0x354f9c8, size=1694, buf=0x3556d20) [call171]
2014/11/27 01:15:23.639| Read.cc(143) HandleRead: FD 61, size 4095, retval 1694, errno 0
2014/11/27 01:15:23.639| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 61 flags=1 (0, 0)
2014/11/27 01:15:23.639| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 61 flags=1, data=0x3549788, size=1694, buf=0x3559d20) [call176]
2014/11/27 01:15:23.640| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 19 flags=1, data=0x2f77378, size=1694, buf=0x2f77600)
2014/11/27 01:15:23.640| AsyncCall.cc(38) make: make call helperHandleRead [call15]
2014/11/27 01:15:23.640| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.640| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.640| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.640| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.647| comm.cc(548) commSetConnTimeout: local=195.191.234.34:443 remote=192.168.0.122:62954 FD 23 flags=33 timeout 300
2014/11/27 01:15:23.647| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.647| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x3b3e920 [call208]
2014/11/27 01:15:23.647| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 19 flags=1, data=0x2f77378, size=1694, buf=0x2f77600)
2014/11/27 01:15:23.648| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 46 flags=1, data=0x2fa7e88, size=1694, buf=0x3542580)
2014/11/27 01:15:23.648| AsyncCall.cc(38) make: make call helperHandleRead [call131]
2014/11/27 01:15:23.648| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.648| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.648| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.648| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.655| comm.cc(548) commSetConnTimeout: local=195.191.234.34:443 remote=192.168.0.122:62955 FD 27 flags=33 timeout 300
2014/11/27 01:15:23.655| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.655| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x3cef0e0 [call211]
2014/11/27 01:15:23.655| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 46 flags=1, data=0x2fa7e88, size=1694, buf=0x3542580)
2014/11/27 01:15:23.655| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 47 flags=1, data=0x34cfb88, size=1690, buf=0x3547d20)
2014/11/27 01:15:23.655| AsyncCall.cc(38) make: make call helperHandleRead [call146]
2014/11/27 01:15:23.655| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.655| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.655| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.655| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.663| comm.cc(548) commSetConnTimeout: local=212.42.77.249:443 remote=192.168.0.122:62958 FD 30 flags=33 timeout 300
2014/11/27 01:15:23.663| helper.cc(1200) GetFirstAvailable: GetFirstAvailable: Least-loaded helper is overloaded!
2014/11/27 01:15:23.663| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x3540f60 [call214]
2014/11/27 01:15:23.663| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 47 flags=1, data=0x34cfb88, size=1690, buf=0x3547d20)
2014/11/27 01:15:23.663| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 51 flags=1, data=0x34e71e8, size=1690, buf=0x354ad20)
2014/11/27 01:15:23.663| AsyncCall.cc(38) make: make call helperHandleRead [call151]
2014/11/27 01:15:23.663| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.663| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.663| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.663| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.671| comm.cc(548) commSetConnTimeout: local=212.42.77.249:443 remote=192.168.0.122:62959 FD 31 flags=33 timeout 300
2014/11/27 01:15:23.671| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x353f1c0 [call216]
2014/11/27 01:15:23.671| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 51 flags=1, data=0x34e71e8, size=1690, buf=0x354ad20)
2014/11/27 01:15:23.671| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 53 flags=1, data=0x2fa8d78, size=1694, buf=0x354dd20)
2014/11/27 01:15:23.671| AsyncCall.cc(38) make: make call helperHandleRead [call156]
2014/11/27 01:15:23.671| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.671| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.671| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.671| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.678| comm.cc(548) commSetConnTimeout: local=195.214.195.101:443 remote=192.168.0.122:62960 FD 32 flags=33 timeout 300
2014/11/27 01:15:23.678| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x33d04f0 [call218]
2014/11/27 01:15:23.678| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 53 flags=1, data=0x2fa8d78, size=1694, buf=0x354dd20)
2014/11/27 01:15:23.678| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 55 flags=1, data=0x34f18a8, size=1694, buf=0x3550d20)
2014/11/27 01:15:23.678| AsyncCall.cc(38) make: make call helperHandleRead [call161]
2014/11/27 01:15:23.678| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.678| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.678| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.678| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.686| comm.cc(548) commSetConnTimeout: local=195.214.195.101:443 remote=192.168.0.122:62961 FD 33 flags=33 timeout 300
2014/11/27 01:15:23.686| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x354fbb0 [call220]
2014/11/27 01:15:23.686| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 55 flags=1, data=0x34f18a8, size=1694, buf=0x3550d20)
2014/11/27 01:15:23.686| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 57 flags=1, data=0x354f738, size=1694, buf=0x3553d20)
2014/11/27 01:15:23.686| AsyncCall.cc(38) make: make call helperHandleRead [call166]
2014/11/27 01:15:23.686| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.686| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.686| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.686| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.693| comm.cc(548) commSetConnTimeout: local=173.194.113.94:443 remote=192.168.0.122:62962 FD 34 flags=33 timeout 300
2014/11/27 01:15:23.693| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x4187e40 [call222]
2014/11/27 01:15:23.693| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 57 flags=1, data=0x354f738, size=1694, buf=0x3553d20)
2014/11/27 01:15:23.693| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 59 flags=1, data=0x354f9c8, size=1694, buf=0x3556d20)
2014/11/27 01:15:23.693| AsyncCall.cc(38) make: make call helperHandleRead [call171]
2014/11/27 01:15:23.693| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.693| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.694| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.694| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.701| comm.cc(548) commSetConnTimeout: local=195.214.194.27:443 remote=192.168.0.122:62964 FD 36 flags=33 timeout 300
2014/11/27 01:15:23.701| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x42735f0 [call224]
2014/11/27 01:15:23.701| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 59 flags=1, data=0x354f9c8, size=1694, buf=0x3556d20)
2014/11/27 01:15:23.701| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 61 flags=1, data=0x3549788, size=1694, buf=0x3559d20)
2014/11/27 01:15:23.701| AsyncCall.cc(38) make: make call helperHandleRead [call176]
2014/11/27 01:15:23.701| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.701| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.701| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.701| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.708| comm.cc(548) commSetConnTimeout: local=195.214.194.27:443 remote=192.168.0.122:62963 FD 35 flags=33 timeout 300
2014/11/27 01:15:23.708| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x35496e0 [call226]
2014/11/27 01:15:23.709| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 61 flags=1, data=0x3549788, size=1694, buf=0x3559d20)
2014/11/27 01:15:23.709| Read.cc(143) HandleRead: FD 11, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.709| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 11 flags=1 (0, 0)
2014/11/27 01:15:23.709| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 11 flags=1, data=0x2f70348, size=1690, buf=0x2f72350) [call188]
2014/11/27 01:15:23.709| Read.cc(143) HandleRead: FD 13, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.709| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 13 flags=1 (0, 0)
2014/11/27 01:15:23.709| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 13 flags=1, data=0x2f73378, size=1690, buf=0x2f73920) [call191]
2014/11/27 01:15:23.709| Read.cc(143) HandleRead: FD 15, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.709| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 15 flags=1 (0, 0)
2014/11/27 01:15:23.709| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 15 flags=1, data=0x2f749d8, size=1690, buf=0x2f74ef0) [call194]
2014/11/27 01:15:23.709| Read.cc(143) HandleRead: FD 17, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.709| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 17 flags=1 (0, 0)
2014/11/27 01:15:23.709| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 17 flags=1, data=0x2f75f18, size=1690, buf=0x2f76350) [call197]
2014/11/27 01:15:23.709| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 19 flags=1 (0, 0)
2014/11/27 01:15:23.709| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 46 flags=1 (0, 0)
2014/11/27 01:15:23.709| Read.cc(143) HandleRead: FD 48, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.709| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 48 flags=1 (0, 0)
2014/11/27 01:15:23.709| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 48 flags=1, data=0x353f2d8, size=1690, buf=0x3541510) [call200]
2014/11/27 01:15:23.709| Read.cc(143) HandleRead: FD 50, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.709| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 50 flags=1 (0, 0)
2014/11/27 01:15:23.709| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 50 flags=1, data=0x3546ad8, size=1690, buf=0x3544d20) [call203]
2014/11/27 01:15:23.709| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 47 flags=1 (0, 0)
2014/11/27 01:15:23.711| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 11 flags=1, data=0x2f70348, size=1690, buf=0x2f72350)
2014/11/27 01:15:23.711| AsyncCall.cc(38) make: make call helperHandleRead [call188]
2014/11/27 01:15:23.711| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.711| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.711| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.711| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.718| comm.cc(548) commSetConnTimeout: local=185.26.97.139:443 remote=192.168.0.122:62965 FD 37 flags=33 timeout 300
2014/11/27 01:15:23.718| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x33ce1e0 [call228]
2014/11/27 01:15:23.718| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 11 flags=1, data=0x2f70348, size=1690, buf=0x2f72350)
2014/11/27 01:15:23.718| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 13 flags=1, data=0x2f73378, size=1690, buf=0x2f73920)
2014/11/27 01:15:23.718| AsyncCall.cc(38) make: make call helperHandleRead [call191]
2014/11/27 01:15:23.718| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.718| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.718| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.718| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.726| comm.cc(548) commSetConnTimeout: local=185.26.97.139:443 remote=192.168.0.122:62966 FD 38 flags=33 timeout 300
2014/11/27 01:15:23.726| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x3499370 [call230]
2014/11/27 01:15:23.726| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 13 flags=1, data=0x2f73378, size=1690, buf=0x2f73920)
2014/11/27 01:15:23.726| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 15 flags=1, data=0x2f749d8, size=1690, buf=0x2f74ef0)
2014/11/27 01:15:23.726| AsyncCall.cc(38) make: make call helperHandleRead [call194]
2014/11/27 01:15:23.726| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.726| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.726| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.726| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.733| comm.cc(548) commSetConnTimeout: local=212.42.76.246:443 remote=192.168.0.122:62967 FD 39 flags=33 timeout 300
2014/11/27 01:15:23.733| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x353a210 [call232]
2014/11/27 01:15:23.733| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 15 flags=1, data=0x2f749d8, size=1690, buf=0x2f74ef0)
2014/11/27 01:15:23.733| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 17 flags=1, data=0x2f75f18, size=1690, buf=0x2f76350)
2014/11/27 01:15:23.733| AsyncCall.cc(38) make: make call helperHandleRead [call197]
2014/11/27 01:15:23.733| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.733| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.733| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.733| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.741| comm.cc(548) commSetConnTimeout: local=212.42.76.246:443 remote=192.168.0.122:62968 FD 40 flags=33 timeout 300
2014/11/27 01:15:23.741| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x35466a0 [call234]
2014/11/27 01:15:23.741| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 17 flags=1, data=0x2f75f18, size=1690, buf=0x2f76350)
2014/11/27 01:15:23.741| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 48 flags=1, data=0x353f2d8, size=1690, buf=0x3541510)
2014/11/27 01:15:23.741| AsyncCall.cc(38) make: make call helperHandleRead [call200]
2014/11/27 01:15:23.741| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.741| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.741| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.741| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.748| comm.cc(548) commSetConnTimeout: local=212.42.76.246:443 remote=192.168.0.122:62969 FD 41 flags=33 timeout 300
2014/11/27 01:15:23.749| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x33cf160 [call236]
2014/11/27 01:15:23.749| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 48 flags=1, data=0x353f2d8, size=1690, buf=0x3541510)
2014/11/27 01:15:23.749| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 50 flags=1, data=0x3546ad8, size=1690, buf=0x3544d20)
2014/11/27 01:15:23.749| AsyncCall.cc(38) make: make call helperHandleRead [call203]
2014/11/27 01:15:23.749| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.749| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.749| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.749| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.756| comm.cc(548) commSetConnTimeout: local=212.42.76.246:443 remote=192.168.0.122:62970 FD 42 flags=33 timeout 300
2014/11/27 01:15:23.756| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x353a330 [call238]
2014/11/27 01:15:23.756| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 50 flags=1, data=0x3546ad8, size=1690, buf=0x3544d20)
2014/11/27 01:15:23.756| Read.cc(143) HandleRead: FD 19, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.756| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 19 flags=1 (0, 0)
2014/11/27 01:15:23.756| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 19 flags=1, data=0x2f77378, size=1690, buf=0x2f77600) [call208]
2014/11/27 01:15:23.756| Read.cc(143) HandleRead: FD 46, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.756| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 46 flags=1 (0, 0)
2014/11/27 01:15:23.756| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 46 flags=1, data=0x2fa7e88, size=1690, buf=0x3542580) [call211]
2014/11/27 01:15:23.756| Read.cc(143) HandleRead: FD 47, size 4095, retval 1690, errno 0
2014/11/27 01:15:23.756| IoCallback.cc(116) finish: called for local=[::] remote=[::] FD 47 flags=1 (0, 0)
2014/11/27 01:15:23.756| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] FD 47 flags=1, data=0x34cfb88, size=1690, buf=0x3547d20) [call214]
2014/11/27 01:15:23.758| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 19 flags=1, data=0x2f77378, size=1690, buf=0x2f77600)
2014/11/27 01:15:23.758| AsyncCall.cc(38) make: make call helperHandleRead [call208]
2014/11/27 01:15:23.758| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.758| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.758| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.758| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.766| comm.cc(548) commSetConnTimeout: local=212.42.76.246:443 remote=192.168.0.122:62971 FD 43 flags=33 timeout 300
2014/11/27 01:15:23.766| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x353b390 [call240]
2014/11/27 01:15:23.766| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 19 flags=1, data=0x2f77378, size=1690, buf=0x2f77600)
2014/11/27 01:15:23.766| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 46 flags=1, data=0x2fa7e88, size=1690, buf=0x3542580)
2014/11/27 01:15:23.766| AsyncCall.cc(38) make: make call helperHandleRead [call211]
2014/11/27 01:15:23.766| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.766| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.766| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.766| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.773| comm.cc(548) commSetConnTimeout: local=81.222.128.22:443 remote=192.168.0.122:62972 FD 44 flags=33 timeout 300
2014/11/27 01:15:23.773| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x4b93d20 [call242]
2014/11/27 01:15:23.773| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 46 flags=1, data=0x2fa7e88, size=1690, buf=0x3542580)
2014/11/27 01:15:23.773| AsyncCallQueue.cc(55) fireNext: entering helperHandleRead(local=[::] remote=[::] FD 47 flags=1, data=0x34cfb88, size=1690, buf=0x3547d20)
2014/11/27 01:15:23.773| AsyncCall.cc(38) make: make call helperHandleRead [call214]
2014/11/27 01:15:23.773| helper.cc(892) helperHandleRead: helperHandleRead: end of reply found
2014/11/27 01:15:23.773| Reply.cc(29) parse: Parsing helper buffer
2014/11/27 01:15:23.773| Reply.cc(48) parse: Buff length is larger than 2
2014/11/27 01:15:23.773| Reply.cc(52) parse: helper Result = OK
2014/11/27 01:15:23.781| comm.cc(548) commSetConnTimeout: local=81.222.128.22:443 remote=192.168.0.122:62973 FD 45 flags=33 timeout 300
2014/11/27 01:15:23.781| AsyncCall.cc(26) AsyncCall: The AsyncCall helperHandleRead constructed, this=0x34ec6b0 [call244]
2014/11/27 01:15:23.781| AsyncCallQueue.cc(57) fireNext: leaving helperHandleRead(local=[::] remote=[::] FD 47 flags=1, data=0x34cfb88, size=1690, buf=0x3547d20)
2014/11/27 01:15:23.813| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x35662a0 on FD 28 (192.168.0.122:62956)
2014/11/27 01:15:23.813| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 28 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.813| client_side.cc(234) readSomeData: local=195.214.193.51:443 remote=192.168.0.122:62956 FD 28 flags=33: reading request...
2014/11/27 01:15:23.816| IoCallback.cc(116) finish: called for local=195.214.193.51:443 remote=192.168.0.122:62956 FD 28 flags=33 (0, 0)
2014/11/27 01:15:23.820| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x4cd5160 on FD 29 (192.168.0.122:62957)
2014/11/27 01:15:23.820| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 29 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.820| client_side.cc(234) readSomeData: local=195.214.193.51:443 remote=192.168.0.122:62957 FD 29 flags=33: reading request...
2014/11/27 01:15:23.820| Read.cc(91) ReadNow: local=195.214.193.51:443 remote=192.168.0.122:62956 FD 28 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.820| client_side.cc(2372) connFinishedWithConn: local=195.214.193.51:443 remote=192.168.0.122:62956 FD 28 flags=33 closed
2014/11/27 01:15:23.820| comm.cc(860) _comm_close: comm_close: start closing FD 28
2014/11/27 01:15:23.820| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x4ce1480 [call247]
2014/11/27 01:15:23.820| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 28) [call247]
2014/11/27 01:15:23.820| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 28
2014/11/27 01:15:23.821| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x4ce0e60 [call248]
2014/11/27 01:15:23.821| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 28) [call248]
2014/11/27 01:15:23.821| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 28)
2014/11/27 01:15:23.821| AsyncCall.cc(38) make: make call commStartSslClose [call247]
2014/11/27 01:15:23.821| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 28)
2014/11/27 01:15:23.821| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.821| client_side.cc(817) swanSong: local=195.214.193.51:443 remote=192.168.0.122:62956 flags=33
2014/11/27 01:15:23.821| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.821| client_side.cc(848) ~ConnStateData: local=195.214.193.51:443 remote=192.168.0.122:62956 flags=33
2014/11/27 01:15:23.821| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 28)
2014/11/27 01:15:23.821| AsyncCall.cc(38) make: make call comm_close_complete [call248]
2014/11/27 01:15:23.822| fd.cc(93) fd_close: fd_close FD 28 client https start
2014/11/27 01:15:23.822| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 28)
2014/11/27 01:15:23.823| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x4cd1e60 on FD 14 (192.168.0.122:62950)
2014/11/27 01:15:23.823| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 14 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.823| client_side.cc(234) readSomeData: local=212.42.76.253:443 remote=192.168.0.122:62950 FD 14 flags=33: reading request...
2014/11/27 01:15:23.824| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x3b24240 on FD 16 (192.168.0.122:62951)
2014/11/27 01:15:23.824| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 16 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.824| client_side.cc(234) readSomeData: local=212.42.76.253:443 remote=192.168.0.122:62951 FD 16 flags=33: reading request...
2014/11/27 01:15:23.825| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x3b25860 on FD 18 (192.168.0.122:62952)
2014/11/27 01:15:23.825| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 18 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.825| client_side.cc(234) readSomeData: local=212.42.76.253:443 remote=192.168.0.122:62952 FD 18 flags=33: reading request...
2014/11/27 01:15:23.825| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x3b26040 on FD 20 (192.168.0.122:62953)
2014/11/27 01:15:23.825| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 20 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.826| client_side.cc(234) readSomeData: local=212.42.76.253:443 remote=192.168.0.122:62953 FD 20 flags=33: reading request...
2014/11/27 01:15:23.828| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x4cdb880 on FD 34 (192.168.0.122:62962)
2014/11/27 01:15:23.828| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 34 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.828| client_side.cc(234) readSomeData: local=173.194.113.94:443 remote=192.168.0.122:62962 FD 34 flags=33: reading request...
2014/11/27 01:15:23.830| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x4cddf10 on FD 37 (192.168.0.122:62965)
2014/11/27 01:15:23.830| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 37 negotiated cipher AES128-SHA
2014/11/27 01:15:23.830| client_side.cc(234) readSomeData: local=185.26.97.139:443 remote=192.168.0.122:62965 FD 37 flags=33: reading request...
2014/11/27 01:15:23.831| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x4ce05a0 on FD 38 (192.168.0.122:62966)
2014/11/27 01:15:23.831| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 38 negotiated cipher AES128-SHA
2014/11/27 01:15:23.831| client_side.cc(234) readSomeData: local=185.26.97.139:443 remote=192.168.0.122:62966 FD 38 flags=33: reading request...
2014/11/27 01:15:23.833| IoCallback.cc(116) finish: called for local=195.214.193.51:443 remote=192.168.0.122:62957 FD 29 flags=33 (0, 0)
2014/11/27 01:15:23.833| Read.cc(91) ReadNow: local=195.214.193.51:443 remote=192.168.0.122:62957 FD 29 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.833| client_side.cc(2372) connFinishedWithConn: local=195.214.193.51:443 remote=192.168.0.122:62957 FD 29 flags=33 closed
2014/11/27 01:15:23.833| comm.cc(860) _comm_close: comm_close: start closing FD 29
2014/11/27 01:15:23.833| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x4c7f7f0 [call256]
2014/11/27 01:15:23.833| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 29) [call256]
2014/11/27 01:15:23.833| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 29
2014/11/27 01:15:23.833| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x355b030 [call257]
2014/11/27 01:15:23.833| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 29) [call257]
2014/11/27 01:15:23.833| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 29)
2014/11/27 01:15:23.833| AsyncCall.cc(38) make: make call commStartSslClose [call256]
2014/11/27 01:15:23.833| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 29)
2014/11/27 01:15:23.833| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.833| client_side.cc(817) swanSong: local=195.214.193.51:443 remote=192.168.0.122:62957 flags=33
2014/11/27 01:15:23.833| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.833| client_side.cc(848) ~ConnStateData: local=195.214.193.51:443 remote=192.168.0.122:62957 flags=33
2014/11/27 01:15:23.833| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 29)
2014/11/27 01:15:23.833| AsyncCall.cc(38) make: make call comm_close_complete [call257]
2014/11/27 01:15:23.833| fd.cc(93) fd_close: fd_close FD 29 client https start
2014/11/27 01:15:23.833| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 29)
2014/11/27 01:15:23.833| IoCallback.cc(116) finish: called for local=212.42.76.253:443 remote=192.168.0.122:62950 FD 14 flags=33 (0, 0)
2014/11/27 01:15:23.834| IoCallback.cc(116) finish: called for local=212.42.76.253:443 remote=192.168.0.122:62951 FD 16 flags=33 (0, 0)
2014/11/27 01:15:23.834| IoCallback.cc(116) finish: called for local=212.42.76.253:443 remote=192.168.0.122:62952 FD 18 flags=33 (0, 0)
2014/11/27 01:15:23.834| IoCallback.cc(116) finish: called for local=212.42.76.253:443 remote=192.168.0.122:62953 FD 20 flags=33 (0, 0)
2014/11/27 01:15:23.835| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x35662a0 on FD 30 (192.168.0.122:62958)
2014/11/27 01:15:23.835| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 30 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.836| client_side.cc(234) readSomeData: local=212.42.77.249:443 remote=192.168.0.122:62958 FD 30 flags=33: reading request...
2014/11/27 01:15:23.836| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x39a4780 on FD 31 (192.168.0.122:62959)
2014/11/27 01:15:23.836| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 31 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.836| client_side.cc(234) readSomeData: local=212.42.77.249:443 remote=192.168.0.122:62959 FD 31 flags=33: reading request...
2014/11/27 01:15:23.838| IoCallback.cc(116) finish: called for local=173.194.113.94:443 remote=192.168.0.122:62962 FD 34 flags=33 (0, 0)
2014/11/27 01:15:23.838| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x3966a70 on FD 36 (192.168.0.122:62964)
2014/11/27 01:15:23.839| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 36 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.839| client_side.cc(234) readSomeData: local=195.214.194.27:443 remote=192.168.0.122:62964 FD 36 flags=33: reading request...
2014/11/27 01:15:23.839| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x39ad090 on FD 35 (192.168.0.122:62963)
2014/11/27 01:15:23.839| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 35 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.839| client_side.cc(234) readSomeData: local=195.214.194.27:443 remote=192.168.0.122:62963 FD 35 flags=33: reading request...
2014/11/27 01:15:23.840| IoCallback.cc(116) finish: called for local=185.26.97.139:443 remote=192.168.0.122:62965 FD 37 flags=33 (0, 0)
2014/11/27 01:15:23.840| IoCallback.cc(116) finish: called for local=185.26.97.139:443 remote=192.168.0.122:62966 FD 38 flags=33 (0, 0)
2014/11/27 01:15:23.841| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x39ad990 on FD 44 (192.168.0.122:62972)
2014/11/27 01:15:23.841| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 44 negotiated cipher AES128-SHA
2014/11/27 01:15:23.841| client_side.cc(234) readSomeData: local=81.222.128.22:443 remote=192.168.0.122:62972 FD 44 flags=33: reading request...
2014/11/27 01:15:23.841| Read.cc(91) ReadNow: local=212.42.76.253:443 remote=192.168.0.122:62950 FD 14 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.841| client_side.cc(2372) connFinishedWithConn: local=212.42.76.253:443 remote=192.168.0.122:62950 FD 14 flags=33 closed
2014/11/27 01:15:23.841| comm.cc(860) _comm_close: comm_close: start closing FD 14
2014/11/27 01:15:23.841| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x4ce08e0 [call263]
2014/11/27 01:15:23.841| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 14) [call263]
2014/11/27 01:15:23.841| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 14
2014/11/27 01:15:23.841| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x39c7b60 [call264]
2014/11/27 01:15:23.841| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 14) [call264]
2014/11/27 01:15:23.842| Read.cc(91) ReadNow: local=212.42.76.253:443 remote=192.168.0.122:62951 FD 16 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.842| client_side.cc(2372) connFinishedWithConn: local=212.42.76.253:443 remote=192.168.0.122:62951 FD 16 flags=33 closed
2014/11/27 01:15:23.842| comm.cc(860) _comm_close: comm_close: start closing FD 16
2014/11/27 01:15:23.842| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x39d50b0 [call265]
2014/11/27 01:15:23.842| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 16) [call265]
2014/11/27 01:15:23.842| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 16
2014/11/27 01:15:23.842| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x39c7ae0 [call266]
2014/11/27 01:15:23.842| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 16) [call266]
2014/11/27 01:15:23.842| Read.cc(91) ReadNow: local=212.42.76.253:443 remote=192.168.0.122:62952 FD 18 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.842| client_side.cc(2372) connFinishedWithConn: local=212.42.76.253:443 remote=192.168.0.122:62952 FD 18 flags=33 closed
2014/11/27 01:15:23.842| comm.cc(860) _comm_close: comm_close: start closing FD 18
2014/11/27 01:15:23.842| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x39c75d0 [call267]
2014/11/27 01:15:23.842| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 18) [call267]
2014/11/27 01:15:23.842| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 18
2014/11/27 01:15:23.842| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x39e9330 [call268]
2014/11/27 01:15:23.842| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 18) [call268]
2014/11/27 01:15:23.842| Read.cc(91) ReadNow: local=212.42.76.253:443 remote=192.168.0.122:62953 FD 20 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.842| client_side.cc(2372) connFinishedWithConn: local=212.42.76.253:443 remote=192.168.0.122:62953 FD 20 flags=33 closed
2014/11/27 01:15:23.842| comm.cc(860) _comm_close: comm_close: start closing FD 20
2014/11/27 01:15:23.842| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x39260c0 [call269]
2014/11/27 01:15:23.842| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 20) [call269]
2014/11/27 01:15:23.842| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 20
2014/11/27 01:15:23.842| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x39a4af0 [call270]
2014/11/27 01:15:23.842| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 20) [call270]
2014/11/27 01:15:23.843| Read.cc(91) ReadNow: local=173.194.113.94:443 remote=192.168.0.122:62962 FD 34 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.843| client_side.cc(2372) connFinishedWithConn: local=173.194.113.94:443 remote=192.168.0.122:62962 FD 34 flags=33 closed
2014/11/27 01:15:23.843| comm.cc(860) _comm_close: comm_close: start closing FD 34
2014/11/27 01:15:23.843| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x3713370 [call271]
2014/11/27 01:15:23.843| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 34) [call271]
2014/11/27 01:15:23.843| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 34
2014/11/27 01:15:23.843| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x38ea0c0 [call272]
2014/11/27 01:15:23.843| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 34) [call272]
2014/11/27 01:15:23.843| Read.cc(91) ReadNow: local=185.26.97.139:443 remote=192.168.0.122:62965 FD 37 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.843| client_side.cc(2372) connFinishedWithConn: local=185.26.97.139:443 remote=192.168.0.122:62965 FD 37 flags=33 closed
2014/11/27 01:15:23.843| comm.cc(860) _comm_close: comm_close: start closing FD 37
2014/11/27 01:15:23.843| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x3627840 [call273]
2014/11/27 01:15:23.843| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 37) [call273]
2014/11/27 01:15:23.843| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 37
2014/11/27 01:15:23.843| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x37fe8c0 [call274]
2014/11/27 01:15:23.843| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 37) [call274]
2014/11/27 01:15:23.843| Read.cc(91) ReadNow: local=185.26.97.139:443 remote=192.168.0.122:62966 FD 38 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.843| client_side.cc(2372) connFinishedWithConn: local=185.26.97.139:443 remote=192.168.0.122:62966 FD 38 flags=33 closed
2014/11/27 01:15:23.843| comm.cc(860) _comm_close: comm_close: start closing FD 38
2014/11/27 01:15:23.843| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x44ccf80 [call275]
2014/11/27 01:15:23.843| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 38) [call275]
2014/11/27 01:15:23.843| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 38
2014/11/27 01:15:23.843| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x4187d30 [call276]
2014/11/27 01:15:23.843| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 38) [call276]
2014/11/27 01:15:23.843| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 14)
2014/11/27 01:15:23.843| AsyncCall.cc(38) make: make call commStartSslClose [call263]
2014/11/27 01:15:23.843| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 14)
2014/11/27 01:15:23.844| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.844| client_side.cc(817) swanSong: local=212.42.76.253:443 remote=192.168.0.122:62950 flags=33
2014/11/27 01:15:23.844| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.844| client_side.cc(848) ~ConnStateData: local=212.42.76.253:443 remote=192.168.0.122:62950 flags=33
2014/11/27 01:15:23.844| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 14)
2014/11/27 01:15:23.844| AsyncCall.cc(38) make: make call comm_close_complete [call264]
2014/11/27 01:15:23.844| fd.cc(93) fd_close: fd_close FD 14 client https start
2014/11/27 01:15:23.844| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 14)
2014/11/27 01:15:23.844| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 16)
2014/11/27 01:15:23.844| AsyncCall.cc(38) make: make call commStartSslClose [call265]
2014/11/27 01:15:23.845| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 16)
2014/11/27 01:15:23.845| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.845| client_side.cc(817) swanSong: local=212.42.76.253:443 remote=192.168.0.122:62951 flags=33
2014/11/27 01:15:23.845| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.845| client_side.cc(848) ~ConnStateData: local=212.42.76.253:443 remote=192.168.0.122:62951 flags=33
2014/11/27 01:15:23.845| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 16)
2014/11/27 01:15:23.845| AsyncCall.cc(38) make: make call comm_close_complete [call266]
2014/11/27 01:15:23.845| fd.cc(93) fd_close: fd_close FD 16 client https start
2014/11/27 01:15:23.846| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 16)
2014/11/27 01:15:23.846| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 18)
2014/11/27 01:15:23.846| AsyncCall.cc(38) make: make call commStartSslClose [call267]
2014/11/27 01:15:23.846| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 18)
2014/11/27 01:15:23.846| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.846| client_side.cc(817) swanSong: local=212.42.76.253:443 remote=192.168.0.122:62952 flags=33
2014/11/27 01:15:23.846| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.846| client_side.cc(848) ~ConnStateData: local=212.42.76.253:443 remote=192.168.0.122:62952 flags=33
2014/11/27 01:15:23.846| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 18)
2014/11/27 01:15:23.846| AsyncCall.cc(38) make: make call comm_close_complete [call268]
2014/11/27 01:15:23.847| fd.cc(93) fd_close: fd_close FD 18 client https start
2014/11/27 01:15:23.847| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 18)
2014/11/27 01:15:23.847| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 20)
2014/11/27 01:15:23.847| AsyncCall.cc(38) make: make call commStartSslClose [call269]
2014/11/27 01:15:23.847| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 20)
2014/11/27 01:15:23.847| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.847| client_side.cc(817) swanSong: local=212.42.76.253:443 remote=192.168.0.122:62953 flags=33
2014/11/27 01:15:23.847| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.847| client_side.cc(848) ~ConnStateData: local=212.42.76.253:443 remote=192.168.0.122:62953 flags=33
2014/11/27 01:15:23.847| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 20)
2014/11/27 01:15:23.847| AsyncCall.cc(38) make: make call comm_close_complete [call270]
2014/11/27 01:15:23.847| fd.cc(93) fd_close: fd_close FD 20 client https start
2014/11/27 01:15:23.847| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 20)
2014/11/27 01:15:23.847| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 34)
2014/11/27 01:15:23.847| AsyncCall.cc(38) make: make call commStartSslClose [call271]
2014/11/27 01:15:23.847| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 34)
2014/11/27 01:15:23.847| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.847| client_side.cc(817) swanSong: local=173.194.113.94:443 remote=192.168.0.122:62962 flags=33
2014/11/27 01:15:23.847| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.847| client_side.cc(848) ~ConnStateData: local=173.194.113.94:443 remote=192.168.0.122:62962 flags=33
2014/11/27 01:15:23.847| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 34)
2014/11/27 01:15:23.847| AsyncCall.cc(38) make: make call comm_close_complete [call272]
2014/11/27 01:15:23.847| fd.cc(93) fd_close: fd_close FD 34 client https start
2014/11/27 01:15:23.847| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 34)
2014/11/27 01:15:23.847| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 37)
2014/11/27 01:15:23.847| AsyncCall.cc(38) make: make call commStartSslClose [call273]
2014/11/27 01:15:23.847| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 37)
2014/11/27 01:15:23.848| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.848| client_side.cc(817) swanSong: local=185.26.97.139:443 remote=192.168.0.122:62965 flags=33
2014/11/27 01:15:23.848| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.848| client_side.cc(848) ~ConnStateData: local=185.26.97.139:443 remote=192.168.0.122:62965 flags=33
2014/11/27 01:15:23.848| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 37)
2014/11/27 01:15:23.848| AsyncCall.cc(38) make: make call comm_close_complete [call274]
2014/11/27 01:15:23.849| fd.cc(93) fd_close: fd_close FD 37 client https start
2014/11/27 01:15:23.849| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 37)
2014/11/27 01:15:23.849| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 38)
2014/11/27 01:15:23.849| AsyncCall.cc(38) make: make call commStartSslClose [call275]
2014/11/27 01:15:23.849| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 38)
2014/11/27 01:15:23.850| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.850| client_side.cc(817) swanSong: local=185.26.97.139:443 remote=192.168.0.122:62966 flags=33
2014/11/27 01:15:23.850| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.850| client_side.cc(848) ~ConnStateData: local=185.26.97.139:443 remote=192.168.0.122:62966 flags=33
2014/11/27 01:15:23.850| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 38)
2014/11/27 01:15:23.850| AsyncCall.cc(38) make: make call comm_close_complete [call276]
2014/11/27 01:15:23.850| fd.cc(93) fd_close: fd_close FD 38 client https start
2014/11/27 01:15:23.850| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 38)
2014/11/27 01:15:23.851| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x4ce1580 on FD 23 (192.168.0.122:62954)
2014/11/27 01:15:23.851| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 23 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.851| client_side.cc(234) readSomeData: local=195.191.234.34:443 remote=192.168.0.122:62954 FD 23 flags=33: reading request...
2014/11/27 01:15:23.852| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x3ac0a20 on FD 27 (192.168.0.122:62955)
2014/11/27 01:15:23.852| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 27 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.852| client_side.cc(234) readSomeData: local=195.191.234.34:443 remote=192.168.0.122:62955 FD 27 flags=33: reading request...
2014/11/27 01:15:23.852| IoCallback.cc(116) finish: called for local=212.42.77.249:443 remote=192.168.0.122:62958 FD 30 flags=33 (0, 0)
2014/11/27 01:15:23.852| IoCallback.cc(116) finish: called for local=212.42.77.249:443 remote=192.168.0.122:62959 FD 31 flags=33 (0, 0)
2014/11/27 01:15:23.853| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x3910db0 on FD 32 (192.168.0.122:62960)
2014/11/27 01:15:23.853| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 32 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.853| client_side.cc(234) readSomeData: local=195.214.195.101:443 remote=192.168.0.122:62960 FD 32 flags=33: reading request...
2014/11/27 01:15:23.853| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x39744d0 on FD 33 (192.168.0.122:62961)
2014/11/27 01:15:23.854| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 33 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.854| client_side.cc(234) readSomeData: local=195.214.195.101:443 remote=192.168.0.122:62961 FD 33 flags=33: reading request...
2014/11/27 01:15:23.854| IoCallback.cc(116) finish: called for local=195.214.194.27:443 remote=192.168.0.122:62964 FD 36 flags=33 (0, 0)
2014/11/27 01:15:23.854| IoCallback.cc(116) finish: called for local=195.214.194.27:443 remote=192.168.0.122:62963 FD 35 flags=33 (0, 0)
2014/11/27 01:15:23.856| IoCallback.cc(116) finish: called for local=81.222.128.22:443 remote=192.168.0.122:62972 FD 44 flags=33 (0, 0)
2014/11/27 01:15:23.857| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x39f6ab0 on FD 45 (192.168.0.122:62973)
2014/11/27 01:15:23.857| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 45 negotiated cipher AES128-SHA
2014/11/27 01:15:23.857| client_side.cc(234) readSomeData: local=81.222.128.22:443 remote=192.168.0.122:62973 FD 45 flags=33: reading request...
2014/11/27 01:15:23.857| Read.cc(91) ReadNow: local=212.42.77.249:443 remote=192.168.0.122:62958 FD 30 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.857| client_side.cc(2372) connFinishedWithConn: local=212.42.77.249:443 remote=192.168.0.122:62958 FD 30 flags=33 closed
2014/11/27 01:15:23.857| comm.cc(860) _comm_close: comm_close: start closing FD 30
2014/11/27 01:15:23.857| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x4ce0960 [call282]
2014/11/27 01:15:23.857| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 30) [call282]
2014/11/27 01:15:23.857| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 30
2014/11/27 01:15:23.857| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x38ea1e0 [call283]
2014/11/27 01:15:23.857| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 30) [call283]
2014/11/27 01:15:23.858| Read.cc(91) ReadNow: local=212.42.77.249:443 remote=192.168.0.122:62959 FD 31 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.858| client_side.cc(2372) connFinishedWithConn: local=212.42.77.249:443 remote=192.168.0.122:62959 FD 31 flags=33 closed
2014/11/27 01:15:23.858| comm.cc(860) _comm_close: comm_close: start closing FD 31
2014/11/27 01:15:23.858| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x39ad4e0 [call284]
2014/11/27 01:15:23.858| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 31) [call284]
2014/11/27 01:15:23.858| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 31
2014/11/27 01:15:23.858| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3499230 [call285]
2014/11/27 01:15:23.858| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 31) [call285]
2014/11/27 01:15:23.858| Read.cc(91) ReadNow: local=195.214.194.27:443 remote=192.168.0.122:62964 FD 36 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.858| client_side.cc(2372) connFinishedWithConn: local=195.214.194.27:443 remote=192.168.0.122:62964 FD 36 flags=33 closed
2014/11/27 01:15:23.858| comm.cc(860) _comm_close: comm_close: start closing FD 36
2014/11/27 01:15:23.858| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x34ec4d0 [call286]
2014/11/27 01:15:23.858| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 36) [call286]
2014/11/27 01:15:23.858| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 36
2014/11/27 01:15:23.858| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3506ac0 [call287]
2014/11/27 01:15:23.858| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 36) [call287]
2014/11/27 01:15:23.858| Read.cc(91) ReadNow: local=195.214.194.27:443 remote=192.168.0.122:62963 FD 35 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.858| client_side.cc(2372) connFinishedWithConn: local=195.214.194.27:443 remote=192.168.0.122:62963 FD 35 flags=33 closed
2014/11/27 01:15:23.858| comm.cc(860) _comm_close: comm_close: start closing FD 35
2014/11/27 01:15:23.858| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x4ce0e60 [call288]
2014/11/27 01:15:23.858| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 35) [call288]
2014/11/27 01:15:23.858| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 35
2014/11/27 01:15:23.858| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x42734e0 [call289]
2014/11/27 01:15:23.858| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 35) [call289]
2014/11/27 01:15:23.859| Read.cc(91) ReadNow: local=81.222.128.22:443 remote=192.168.0.122:62972 FD 44 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.859| client_side.cc(2372) connFinishedWithConn: local=81.222.128.22:443 remote=192.168.0.122:62972 FD 44 flags=33 closed
2014/11/27 01:15:23.859| comm.cc(860) _comm_close: comm_close: start closing FD 44
2014/11/27 01:15:23.859| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x39a4b80 [call290]
2014/11/27 01:15:23.859| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 44) [call290]
2014/11/27 01:15:23.859| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 44
2014/11/27 01:15:23.859| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x34d10a0 [call291]
2014/11/27 01:15:23.859| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 44) [call291]
2014/11/27 01:15:23.859| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 30)
2014/11/27 01:15:23.859| AsyncCall.cc(38) make: make call commStartSslClose [call282]
2014/11/27 01:15:23.859| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 30)
2014/11/27 01:15:23.859| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.859| client_side.cc(817) swanSong: local=212.42.77.249:443 remote=192.168.0.122:62958 flags=33
2014/11/27 01:15:23.859| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.859| client_side.cc(848) ~ConnStateData: local=212.42.77.249:443 remote=192.168.0.122:62958 flags=33
2014/11/27 01:15:23.859| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 30)
2014/11/27 01:15:23.859| AsyncCall.cc(38) make: make call comm_close_complete [call283]
2014/11/27 01:15:23.860| fd.cc(93) fd_close: fd_close FD 30 client https start
2014/11/27 01:15:23.860| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 30)
2014/11/27 01:15:23.860| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 31)
2014/11/27 01:15:23.860| AsyncCall.cc(38) make: make call commStartSslClose [call284]
2014/11/27 01:15:23.860| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 31)
2014/11/27 01:15:23.860| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.860| client_side.cc(817) swanSong: local=212.42.77.249:443 remote=192.168.0.122:62959 flags=33
2014/11/27 01:15:23.860| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.860| client_side.cc(848) ~ConnStateData: local=212.42.77.249:443 remote=192.168.0.122:62959 flags=33
2014/11/27 01:15:23.860| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 31)
2014/11/27 01:15:23.860| AsyncCall.cc(38) make: make call comm_close_complete [call285]
2014/11/27 01:15:23.860| fd.cc(93) fd_close: fd_close FD 31 client https start
2014/11/27 01:15:23.860| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 31)
2014/11/27 01:15:23.860| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 36)
2014/11/27 01:15:23.860| AsyncCall.cc(38) make: make call commStartSslClose [call286]
2014/11/27 01:15:23.860| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 36)
2014/11/27 01:15:23.860| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.860| client_side.cc(817) swanSong: local=195.214.194.27:443 remote=192.168.0.122:62964 flags=33
2014/11/27 01:15:23.860| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.860| client_side.cc(848) ~ConnStateData: local=195.214.194.27:443 remote=192.168.0.122:62964 flags=33
2014/11/27 01:15:23.861| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 36)
2014/11/27 01:15:23.861| AsyncCall.cc(38) make: make call comm_close_complete [call287]
2014/11/27 01:15:23.861| fd.cc(93) fd_close: fd_close FD 36 client https start
2014/11/27 01:15:23.861| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 36)
2014/11/27 01:15:23.861| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 35)
2014/11/27 01:15:23.861| AsyncCall.cc(38) make: make call commStartSslClose [call288]
2014/11/27 01:15:23.861| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 35)
2014/11/27 01:15:23.861| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.861| client_side.cc(817) swanSong: local=195.214.194.27:443 remote=192.168.0.122:62963 flags=33
2014/11/27 01:15:23.861| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.861| client_side.cc(848) ~ConnStateData: local=195.214.194.27:443 remote=192.168.0.122:62963 flags=33
2014/11/27 01:15:23.862| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 35)
2014/11/27 01:15:23.862| AsyncCall.cc(38) make: make call comm_close_complete [call289]
2014/11/27 01:15:23.862| fd.cc(93) fd_close: fd_close FD 35 client https start
2014/11/27 01:15:23.862| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 35)
2014/11/27 01:15:23.862| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 44)
2014/11/27 01:15:23.862| AsyncCall.cc(38) make: make call commStartSslClose [call290]
2014/11/27 01:15:23.862| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 44)
2014/11/27 01:15:23.862| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.862| client_side.cc(817) swanSong: local=81.222.128.22:443 remote=192.168.0.122:62972 flags=33
2014/11/27 01:15:23.862| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.862| client_side.cc(848) ~ConnStateData: local=81.222.128.22:443 remote=192.168.0.122:62972 flags=33
2014/11/27 01:15:23.862| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 44)
2014/11/27 01:15:23.862| AsyncCall.cc(38) make: make call comm_close_complete [call291]
2014/11/27 01:15:23.863| fd.cc(93) fd_close: fd_close FD 44 client https start
2014/11/27 01:15:23.864| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 44)
2014/11/27 01:15:23.864| IoCallback.cc(116) finish: called for local=195.191.234.34:443 remote=192.168.0.122:62954 FD 23 flags=33 (0, 0)
2014/11/27 01:15:23.864| IoCallback.cc(116) finish: called for local=195.191.234.34:443 remote=192.168.0.122:62955 FD 27 flags=33 (0, 0)
2014/11/27 01:15:23.864| IoCallback.cc(116) finish: called for local=195.214.195.101:443 remote=192.168.0.122:62960 FD 32 flags=33 (0, 0)
2014/11/27 01:15:23.864| IoCallback.cc(116) finish: called for local=195.214.195.101:443 remote=192.168.0.122:62961 FD 33 flags=33 (0, 0)
2014/11/27 01:15:23.864| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x44540e0 on FD 39 (192.168.0.122:62967)
2014/11/27 01:15:23.864| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 39 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.864| client_side.cc(234) readSomeData: local=212.42.76.246:443 remote=192.168.0.122:62967 FD 39 flags=33: reading request...
2014/11/27 01:15:23.865| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x3785880 on FD 40 (192.168.0.122:62968)
2014/11/27 01:15:23.865| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 40 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.865| client_side.cc(234) readSomeData: local=212.42.76.246:443 remote=192.168.0.122:62968 FD 40 flags=33: reading request...
2014/11/27 01:15:23.866| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x44cc8e0 on FD 41 (192.168.0.122:62969)
2014/11/27 01:15:23.866| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 41 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.866| client_side.cc(234) readSomeData: local=212.42.76.246:443 remote=192.168.0.122:62969 FD 41 flags=33: reading request...
2014/11/27 01:15:23.867| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x37fe030 on FD 42 (192.168.0.122:62970)
2014/11/27 01:15:23.867| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 42 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.867| client_side.cc(234) readSomeData: local=212.42.76.246:443 remote=192.168.0.122:62970 FD 42 flags=33: reading request...
2014/11/27 01:15:23.868| IoCallback.cc(116) finish: called for local=81.222.128.22:443 remote=192.168.0.122:62973 FD 45 flags=33 (0, 0)
2014/11/27 01:15:23.868| Read.cc(91) ReadNow: local=195.191.234.34:443 remote=192.168.0.122:62954 FD 23 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.868| client_side.cc(2372) connFinishedWithConn: local=195.191.234.34:443 remote=192.168.0.122:62954 FD 23 flags=33 closed
2014/11/27 01:15:23.868| comm.cc(860) _comm_close: comm_close: start closing FD 23
2014/11/27 01:15:23.868| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x4bc06f0 [call296]
2014/11/27 01:15:23.868| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 23) [call296]
2014/11/27 01:15:23.868| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 23
2014/11/27 01:15:23.868| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3566090 [call297]
2014/11/27 01:15:23.868| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 23) [call297]
2014/11/27 01:15:23.868| Read.cc(91) ReadNow: local=195.191.234.34:443 remote=192.168.0.122:62955 FD 27 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.868| client_side.cc(2372) connFinishedWithConn: local=195.191.234.34:443 remote=192.168.0.122:62955 FD 27 flags=33 closed
2014/11/27 01:15:23.868| comm.cc(860) _comm_close: comm_close: start closing FD 27
2014/11/27 01:15:23.868| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x429ff50 [call298]
2014/11/27 01:15:23.869| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 27) [call298]
2014/11/27 01:15:23.869| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 27
2014/11/27 01:15:23.869| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x382af60 [call299]
2014/11/27 01:15:23.869| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 27) [call299]
2014/11/27 01:15:23.869| Read.cc(91) ReadNow: local=195.214.195.101:443 remote=192.168.0.122:62960 FD 32 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.869| client_side.cc(2372) connFinishedWithConn: local=195.214.195.101:443 remote=192.168.0.122:62960 FD 32 flags=33 closed
2014/11/27 01:15:23.869| comm.cc(860) _comm_close: comm_close: start closing FD 32
2014/11/27 01:15:23.869| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x4187dc0 [call300]
2014/11/27 01:15:23.869| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 32) [call300]
2014/11/27 01:15:23.869| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 32
2014/11/27 01:15:23.869| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3c2fff0 [call301]
2014/11/27 01:15:23.869| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 32) [call301]
2014/11/27 01:15:23.869| Read.cc(91) ReadNow: local=195.214.195.101:443 remote=192.168.0.122:62961 FD 33 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.869| client_side.cc(2372) connFinishedWithConn: local=195.214.195.101:443 remote=192.168.0.122:62961 FD 33 flags=33 closed
2014/11/27 01:15:23.869| comm.cc(860) _comm_close: comm_close: start closing FD 33
2014/11/27 01:15:23.869| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x354bd30 [call302]
2014/11/27 01:15:23.869| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 33) [call302]
2014/11/27 01:15:23.869| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 33
2014/11/27 01:15:23.869| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3fb1190 [call303]
2014/11/27 01:15:23.869| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 33) [call303]
2014/11/27 01:15:23.869| Read.cc(91) ReadNow: local=81.222.128.22:443 remote=192.168.0.122:62973 FD 45 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.869| client_side.cc(2372) connFinishedWithConn: local=81.222.128.22:443 remote=192.168.0.122:62973 FD 45 flags=33 closed
2014/11/27 01:15:23.869| comm.cc(860) _comm_close: comm_close: start closing FD 45
2014/11/27 01:15:23.869| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x409cb10 [call304]
2014/11/27 01:15:23.870| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 45) [call304]
2014/11/27 01:15:23.870| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 45
2014/11/27 01:15:23.870| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3c03430 [call305]
2014/11/27 01:15:23.870| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 45) [call305]
2014/11/27 01:15:23.870| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 23)
2014/11/27 01:15:23.870| AsyncCall.cc(38) make: make call commStartSslClose [call296]
2014/11/27 01:15:23.870| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 23)
2014/11/27 01:15:23.870| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.870| client_side.cc(817) swanSong: local=195.191.234.34:443 remote=192.168.0.122:62954 flags=33
2014/11/27 01:15:23.870| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.870| client_side.cc(848) ~ConnStateData: local=195.191.234.34:443 remote=192.168.0.122:62954 flags=33
2014/11/27 01:15:23.870| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 23)
2014/11/27 01:15:23.870| AsyncCall.cc(38) make: make call comm_close_complete [call297]
2014/11/27 01:15:23.871| fd.cc(93) fd_close: fd_close FD 23 client https start
2014/11/27 01:15:23.871| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 23)
2014/11/27 01:15:23.871| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 27)
2014/11/27 01:15:23.871| AsyncCall.cc(38) make: make call commStartSslClose [call298]
2014/11/27 01:15:23.871| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 27)
2014/11/27 01:15:23.871| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.871| client_side.cc(817) swanSong: local=195.191.234.34:443 remote=192.168.0.122:62955 flags=33
2014/11/27 01:15:23.871| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.871| client_side.cc(848) ~ConnStateData: local=195.191.234.34:443 remote=192.168.0.122:62955 flags=33
2014/11/27 01:15:23.871| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 27)
2014/11/27 01:15:23.871| AsyncCall.cc(38) make: make call comm_close_complete [call299]
2014/11/27 01:15:23.871| fd.cc(93) fd_close: fd_close FD 27 client https start
2014/11/27 01:15:23.871| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 27)
2014/11/27 01:15:23.871| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 32)
2014/11/27 01:15:23.871| AsyncCall.cc(38) make: make call commStartSslClose [call300]
2014/11/27 01:15:23.871| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 32)
2014/11/27 01:15:23.871| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.872| client_side.cc(817) swanSong: local=195.214.195.101:443 remote=192.168.0.122:62960 flags=33
2014/11/27 01:15:23.872| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.872| client_side.cc(848) ~ConnStateData: local=195.214.195.101:443 remote=192.168.0.122:62960 flags=33
2014/11/27 01:15:23.872| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 32)
2014/11/27 01:15:23.872| AsyncCall.cc(38) make: make call comm_close_complete [call301]
2014/11/27 01:15:23.872| fd.cc(93) fd_close: fd_close FD 32 client https start
2014/11/27 01:15:23.872| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 32)
2014/11/27 01:15:23.872| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 33)
2014/11/27 01:15:23.872| AsyncCall.cc(38) make: make call commStartSslClose [call302]
2014/11/27 01:15:23.872| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 33)
2014/11/27 01:15:23.873| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.873| client_side.cc(817) swanSong: local=195.214.195.101:443 remote=192.168.0.122:62961 flags=33
2014/11/27 01:15:23.873| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.873| client_side.cc(848) ~ConnStateData: local=195.214.195.101:443 remote=192.168.0.122:62961 flags=33
2014/11/27 01:15:23.873| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 33)
2014/11/27 01:15:23.873| AsyncCall.cc(38) make: make call comm_close_complete [call303]
2014/11/27 01:15:23.873| fd.cc(93) fd_close: fd_close FD 33 client https start
2014/11/27 01:15:23.873| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 33)
2014/11/27 01:15:23.873| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 45)
2014/11/27 01:15:23.873| AsyncCall.cc(38) make: make call commStartSslClose [call304]
2014/11/27 01:15:23.873| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 45)
2014/11/27 01:15:23.873| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.873| client_side.cc(817) swanSong: local=81.222.128.22:443 remote=192.168.0.122:62973 flags=33
2014/11/27 01:15:23.873| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.873| client_side.cc(848) ~ConnStateData: local=81.222.128.22:443 remote=192.168.0.122:62973 flags=33
2014/11/27 01:15:23.873| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 45)
2014/11/27 01:15:23.873| AsyncCall.cc(38) make: make call comm_close_complete [call305]
2014/11/27 01:15:23.873| fd.cc(93) fd_close: fd_close FD 45 client https start
2014/11/27 01:15:23.873| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 45)
2014/11/27 01:15:23.873| IoCallback.cc(116) finish: called for local=212.42.76.246:443 remote=192.168.0.122:62967 FD 39 flags=33 (0, 0)
2014/11/27 01:15:23.873| IoCallback.cc(116) finish: called for local=212.42.76.246:443 remote=192.168.0.122:62968 FD 40 flags=33 (0, 0)
2014/11/27 01:15:23.873| IoCallback.cc(116) finish: called for local=212.42.76.246:443 remote=192.168.0.122:62969 FD 41 flags=33 (0, 0)
2014/11/27 01:15:23.873| IoCallback.cc(116) finish: called for local=212.42.76.246:443 remote=192.168.0.122:62970 FD 42 flags=33 (0, 0)
2014/11/27 01:15:23.874| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x3dd9c50 on FD 43 (192.168.0.122:62971)
2014/11/27 01:15:23.874| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 43 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:23.874| client_side.cc(234) readSomeData: local=212.42.76.246:443 remote=192.168.0.122:62971 FD 43 flags=33: reading request...
2014/11/27 01:15:23.875| Read.cc(91) ReadNow: local=212.42.76.246:443 remote=192.168.0.122:62967 FD 39 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.875| client_side.cc(2372) connFinishedWithConn: local=212.42.76.246:443 remote=192.168.0.122:62967 FD 39 flags=33 closed
2014/11/27 01:15:23.875| comm.cc(860) _comm_close: comm_close: start closing FD 39
2014/11/27 01:15:23.875| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x3499230 [call307]
2014/11/27 01:15:23.875| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 39) [call307]
2014/11/27 01:15:23.875| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 39
2014/11/27 01:15:23.875| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3fdda20 [call308]
2014/11/27 01:15:23.875| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 39) [call308]
2014/11/27 01:15:23.875| Read.cc(91) ReadNow: local=212.42.76.246:443 remote=192.168.0.122:62968 FD 40 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.875| client_side.cc(2372) connFinishedWithConn: local=212.42.76.246:443 remote=192.168.0.122:62968 FD 40 flags=33 closed
2014/11/27 01:15:23.875| comm.cc(860) _comm_close: comm_close: start closing FD 40
2014/11/27 01:15:23.875| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x354bd30 [call309]
2014/11/27 01:15:23.875| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 40) [call309]
2014/11/27 01:15:23.875| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 40
2014/11/27 01:15:23.875| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x355adb0 [call310]
2014/11/27 01:15:23.875| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 40) [call310]
2014/11/27 01:15:23.875| Read.cc(91) ReadNow: local=212.42.76.246:443 remote=192.168.0.122:62969 FD 41 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.875| client_side.cc(2372) connFinishedWithConn: local=212.42.76.246:443 remote=192.168.0.122:62969 FD 41 flags=33 closed
2014/11/27 01:15:23.875| comm.cc(860) _comm_close: comm_close: start closing FD 41
2014/11/27 01:15:23.875| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x4187dc0 [call311]
2014/11/27 01:15:23.875| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 41) [call311]
2014/11/27 01:15:23.875| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 41
2014/11/27 01:15:23.876| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x382af60 [call312]
2014/11/27 01:15:23.876| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 41) [call312]
2014/11/27 01:15:23.876| Read.cc(91) ReadNow: local=212.42.76.246:443 remote=192.168.0.122:62970 FD 42 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.876| client_side.cc(2372) connFinishedWithConn: local=212.42.76.246:443 remote=192.168.0.122:62970 FD 42 flags=33 closed
2014/11/27 01:15:23.876| comm.cc(860) _comm_close: comm_close: start closing FD 42
2014/11/27 01:15:23.876| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x429ff50 [call313]
2014/11/27 01:15:23.876| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 42) [call313]
2014/11/27 01:15:23.876| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 42
2014/11/27 01:15:23.876| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3498e70 [call314]
2014/11/27 01:15:23.876| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 42) [call314]
2014/11/27 01:15:23.876| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 39)
2014/11/27 01:15:23.876| AsyncCall.cc(38) make: make call commStartSslClose [call307]
2014/11/27 01:15:23.876| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 39)
2014/11/27 01:15:23.876| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.876| client_side.cc(817) swanSong: local=212.42.76.246:443 remote=192.168.0.122:62967 flags=33
2014/11/27 01:15:23.876| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.876| client_side.cc(848) ~ConnStateData: local=212.42.76.246:443 remote=192.168.0.122:62967 flags=33
2014/11/27 01:15:23.876| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 39)
2014/11/27 01:15:23.876| AsyncCall.cc(38) make: make call comm_close_complete [call308]
2014/11/27 01:15:23.877| fd.cc(93) fd_close: fd_close FD 39 client https start
2014/11/27 01:15:23.877| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 39)
2014/11/27 01:15:23.877| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 40)
2014/11/27 01:15:23.877| AsyncCall.cc(38) make: make call commStartSslClose [call309]
2014/11/27 01:15:23.877| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 40)
2014/11/27 01:15:23.877| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.877| client_side.cc(817) swanSong: local=212.42.76.246:443 remote=192.168.0.122:62968 flags=33
2014/11/27 01:15:23.877| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.877| client_side.cc(848) ~ConnStateData: local=212.42.76.246:443 remote=192.168.0.122:62968 flags=33
2014/11/27 01:15:23.877| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 40)
2014/11/27 01:15:23.878| AsyncCall.cc(38) make: make call comm_close_complete [call310]
2014/11/27 01:15:23.878| fd.cc(93) fd_close: fd_close FD 40 client https start
2014/11/27 01:15:23.878| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 40)
2014/11/27 01:15:23.878| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 41)
2014/11/27 01:15:23.878| AsyncCall.cc(38) make: make call commStartSslClose [call311]
2014/11/27 01:15:23.878| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 41)
2014/11/27 01:15:23.878| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.878| client_side.cc(817) swanSong: local=212.42.76.246:443 remote=192.168.0.122:62969 flags=33
2014/11/27 01:15:23.878| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.878| client_side.cc(848) ~ConnStateData: local=212.42.76.246:443 remote=192.168.0.122:62969 flags=33
2014/11/27 01:15:23.879| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 41)
2014/11/27 01:15:23.879| AsyncCall.cc(38) make: make call comm_close_complete [call312]
2014/11/27 01:15:23.879| fd.cc(93) fd_close: fd_close FD 41 client https start
2014/11/27 01:15:23.879| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 41)
2014/11/27 01:15:23.879| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 42)
2014/11/27 01:15:23.879| AsyncCall.cc(38) make: make call commStartSslClose [call313]
2014/11/27 01:15:23.879| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 42)
2014/11/27 01:15:23.879| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.879| client_side.cc(817) swanSong: local=212.42.76.246:443 remote=192.168.0.122:62970 flags=33
2014/11/27 01:15:23.879| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.879| client_side.cc(848) ~ConnStateData: local=212.42.76.246:443 remote=192.168.0.122:62970 flags=33
2014/11/27 01:15:23.880| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 42)
2014/11/27 01:15:23.880| AsyncCall.cc(38) make: make call comm_close_complete [call314]
2014/11/27 01:15:23.881| fd.cc(93) fd_close: fd_close FD 42 client https start
2014/11/27 01:15:23.881| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 42)
2014/11/27 01:15:23.881| IoCallback.cc(116) finish: called for local=212.42.76.246:443 remote=192.168.0.122:62971 FD 43 flags=33 (0, 0)
2014/11/27 01:15:23.881| Read.cc(91) ReadNow: local=212.42.76.246:443 remote=192.168.0.122:62971 FD 43 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:23.881| client_side.cc(2372) connFinishedWithConn: local=212.42.76.246:443 remote=192.168.0.122:62971 FD 43 flags=33 closed
2014/11/27 01:15:23.881| comm.cc(860) _comm_close: comm_close: start closing FD 43
2014/11/27 01:15:23.881| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x44f9890 [call315]
2014/11/27 01:15:23.881| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 43) [call315]
2014/11/27 01:15:23.881| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 43
2014/11/27 01:15:23.881| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x38ea1e0 [call316]
2014/11/27 01:15:23.881| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 43) [call316]
2014/11/27 01:15:23.881| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 43)
2014/11/27 01:15:23.881| AsyncCall.cc(38) make: make call commStartSslClose [call315]
2014/11/27 01:15:23.881| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 43)
2014/11/27 01:15:23.882| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:23.882| client_side.cc(817) swanSong: local=212.42.76.246:443 remote=192.168.0.122:62971 flags=33
2014/11/27 01:15:23.882| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:23.882| client_side.cc(848) ~ConnStateData: local=212.42.76.246:443 remote=192.168.0.122:62971 flags=33
2014/11/27 01:15:23.882| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 43)
2014/11/27 01:15:23.882| AsyncCall.cc(38) make: make call comm_close_complete [call316]
2014/11/27 01:15:23.882| fd.cc(93) fd_close: fd_close FD 43 client https start
2014/11/27 01:15:23.882| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 43)
2014/11/27 01:15:24.533| TcpAcceptor.cc(222) doAccept: New connection on FD 26
2014/11/27 01:15:24.533| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3132 remote=[::] FD 26 flags=41
2014/11/27 01:15:24.533| fd.cc(198) fd_open: fd_open() FD 14 HTTP Request
2014/11/27 01:15:24.533| Eui48.cc(178) lookup: id=0x352a654 query ARP table
2014/11/27 01:15:24.533| Eui48.cc(221) lookup: id=0x352a654 query ARP on each interface (80 found)
2014/11/27 01:15:24.533| Eui48.cc(227) lookup: id=0x352a654 found interface lo
2014/11/27 01:15:24.533| Eui48.cc(227) lookup: id=0x352a654 found interface br0
2014/11/27 01:15:24.533| Eui48.cc(236) lookup: id=0x352a654 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:24.533| Eui48.cc(279) lookup: id=0x352a654 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:24.533| client_side.cc(3889) httpsAccept: local=212.42.76.253:443 remote=192.168.0.122:62974 FD 14 flags=33 accepted, starting SSL negotiation.
2014/11/27 01:15:24.534| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.253
2014/11/27 01:15:24.534| Checklist.cc(68) preCheck: 0x3535728 checking slow rules
2014/11/27 01:15:24.534| Acl.cc(156) matches: checked: step2 = 0
2014/11/27 01:15:24.534| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:24.534| DomainData.cc(106) match: aclMatchDomainList: checking '212.42.76.253'
2014/11/27 01:15:24.534| DomainData.cc(110) match: aclMatchDomainList: '212.42.76.253' NOT found
2014/11/27 01:15:24.534| ipcache.cc(810) ipcacheCheckNumeric: ipcacheCheckNumeric: HIT_BYPASS for '212.42.76.253' == 212.42.76.253
2014/11/27 01:15:24.534| DomainData.cc(106) match: aclMatchDomainList: checking 'srv253.fwdcdn.com'
2014/11/27 01:15:24.534| DomainData.cc(110) match: aclMatchDomainList: 'srv253.fwdcdn.com' NOT found
2014/11/27 01:15:24.534| Acl.cc(156) matches: checked: sslBumpDeniedDstDomain = 0
2014/11/27 01:15:24.534| Acl.cc(156) matches: checked: (ssl_bump rule) = 0
2014/11/27 01:15:24.534| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62974' found
2014/11/27 01:15:24.534| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:24.534| Acl.cc(156) matches: checked: (ssl_bump rule) = 1
2014/11/27 01:15:24.534| Acl.cc(156) matches: checked: (ssl_bump rules) = 1
2014/11/27 01:15:24.534| Checklist.cc(61) markFinished: 0x3535728 answer ALLOWED for match
2014/11/27 01:15:24.534| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x3535728 answer=ALLOWED
2014/11/27 01:15:24.534| client_side.cc(3849) httpsSslBumpAccessCheckDone: sslBump needed for local=212.42.76.253:443 remote=192.168.0.122:62974 FD 14 flags=33 method 5
2014/11/27 01:15:24.534| comm.cc(548) commSetConnTimeout: local=212.42.76.253:443 remote=192.168.0.122:62974 FD 14 flags=33 timeout 300
2014/11/27 01:15:24.534| HttpRequest.h(82) SetHost: HttpRequest::SetHost() given IP: 212.42.76.253
2014/11/27 01:15:24.534| client_side.cc(3827) httpsEstablish: local=212.42.76.253:443 remote=192.168.0.122:62974 FD 14 flags=33 try to generate a Dynamic SSL CTX
2014/11/27 01:15:24.534| comm.cc(548) commSetConnTimeout: local=212.42.76.253:443 remote=192.168.0.122:62974 FD 14 flags=33 timeout 300
2014/11/27 01:15:24.535| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x3535728
2014/11/27 01:15:24.535| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x3535728
2014/11/27 01:15:24.539| client_side.cc(3757) clientNegotiateSSL: clientNegotiateSSL: New session 0x4b1aeb0 on FD 14 (192.168.0.122:62974)
2014/11/27 01:15:24.539| client_side.cc(3761) clientNegotiateSSL: clientNegotiateSSL: FD 14 negotiated cipher AES128-GCM-SHA256
2014/11/27 01:15:24.539| client_side.cc(234) readSomeData: local=212.42.76.253:443 remote=192.168.0.122:62974 FD 14 flags=33: reading request...
2014/11/27 01:15:24.539| IoCallback.cc(116) finish: called for local=212.42.76.253:443 remote=192.168.0.122:62974 FD 14 flags=33 (0, 0)
2014/11/27 01:15:24.539| Read.cc(91) ReadNow: local=212.42.76.253:443 remote=192.168.0.122:62974 FD 14 flags=33, size 16384, retval 0, errno 0
2014/11/27 01:15:24.539| client_side.cc(2372) connFinishedWithConn: local=212.42.76.253:443 remote=192.168.0.122:62974 FD 14 flags=33 closed
2014/11/27 01:15:24.539| comm.cc(860) _comm_close: comm_close: start closing FD 14
2014/11/27 01:15:24.539| AsyncCall.cc(26) AsyncCall: The AsyncCall commStartSslClose constructed, this=0x3506ac0 [call324]
2014/11/27 01:15:24.539| AsyncCall.cc(93) ScheduleCall: comm.cc(894) will call commStartSslClose(FD 14) [call324]
2014/11/27 01:15:24.539| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 14
2014/11/27 01:15:24.539| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3fdda20 [call325]
2014/11/27 01:15:24.539| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 14) [call325]
2014/11/27 01:15:24.539| AsyncCallQueue.cc(55) fireNext: entering commStartSslClose(FD 14)
2014/11/27 01:15:24.539| AsyncCall.cc(38) make: make call commStartSslClose [call324]
2014/11/27 01:15:24.539| AsyncCallQueue.cc(57) fireNext: leaving commStartSslClose(FD 14)
2014/11/27 01:15:24.539| AsyncJob.cc(55) deleteThis: Http::Server will NOT delete in-call job, reason: ConnStateData::connStateClosed
2014/11/27 01:15:24.539| client_side.cc(817) swanSong: local=212.42.76.253:443 remote=192.168.0.122:62974 flags=33
2014/11/27 01:15:24.539| client_side.cc(5014) unpinConnection: 
2014/11/27 01:15:24.539| client_side.cc(848) ~ConnStateData: local=212.42.76.253:443 remote=192.168.0.122:62974 flags=33
2014/11/27 01:15:24.540| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 14)
2014/11/27 01:15:24.540| AsyncCall.cc(38) make: make call comm_close_complete [call325]
2014/11/27 01:15:24.540| fd.cc(93) fd_close: fd_close FD 14 client https start
2014/11/27 01:15:24.540| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 14)
2014/11/27 01:15:24.546| TcpAcceptor.cc(222) doAccept: New connection on FD 25
2014/11/27 01:15:24.546| TcpAcceptor.cc(297) acceptNext: connection on local=0.0.0.0:3131 remote=[::] FD 25 flags=41
2014/11/27 01:15:24.546| fd.cc(198) fd_open: fd_open() FD 14 HTTP Request
2014/11/27 01:15:24.546| Eui48.cc(178) lookup: id=0x352a654 query ARP table
2014/11/27 01:15:24.546| Eui48.cc(221) lookup: id=0x352a654 query ARP on each interface (80 found)
2014/11/27 01:15:24.546| Eui48.cc(227) lookup: id=0x352a654 found interface lo
2014/11/27 01:15:24.546| Eui48.cc(227) lookup: id=0x352a654 found interface br0
2014/11/27 01:15:24.546| Eui48.cc(236) lookup: id=0x352a654 looking up ARP address for 192.168.0.122 on br0
2014/11/27 01:15:24.546| Eui48.cc(279) lookup: id=0x352a654 got address 30:85:a9:40:a4:19 on br0
2014/11/27 01:15:24.547| client_side.cc(3626) httpAccept: local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33: accepted
2014/11/27 01:15:24.547| comm.cc(548) commSetConnTimeout: local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33 timeout 300
2014/11/27 01:15:24.547| client_side.cc(234) readSomeData: local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33: reading request...
2014/11/27 01:15:24.565| IoCallback.cc(116) finish: called for local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33 (0, 0)
2014/11/27 01:15:24.565| Read.cc(91) ReadNow: local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33, size 16384, retval 331, errno 0
2014/11/27 01:15:24.565| client_side.cc(2226) parseHttpRequest: parseHttpRequest: req_hdr = {Host: www.gstatic.com
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36
Accept-Encoding: gzip, deflate, sdch
Accept-Language: en-US,en;q=0.8,uk;q=0.6,ru;q=0.4

}
2014/11/27 01:15:24.565| client_side.cc(2230) parseHttpRequest: parseHttpRequest: end = {
}
2014/11/27 01:15:24.565| client_side.cc(2234) parseHttpRequest: parseHttpRequest: prefix_sz = 331, req_line_sz = 28
2014/11/27 01:15:24.565| clientStream.cc(144) clientStreamInsertHead: clientStreamInsertHead: Inserted node 0x34cffe8 with data 0x493e110 after head
2014/11/27 01:15:24.565| client_side.cc(2313) parseHttpRequest: HTTP Client local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33
2014/11/27 01:15:24.565| client_side.cc(2314) parseHttpRequest: HTTP Client REQUEST:
---------
GET /generate_204 HTTP/1.1
Host: www.gstatic.com
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36
Accept-Encoding: gzip, deflate, sdch
Accept-Language: en-US,en;q=0.8,uk;q=0.6,ru;q=0.4


----------
2014/11/27 01:15:24.565| AsyncCall.cc(26) AsyncCall: The AsyncCall clientLifetimeTimeout constructed, this=0x34ec4d0 [call331]
2014/11/27 01:15:24.565| comm.cc(548) commSetConnTimeout: local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33 timeout 86400
2014/11/27 01:15:24.565| url.cc(357) urlParse: urlParse: Split URL 'http://www.gstatic.com/generate_204' into proto='http', host='www.gstatic.com', port='80', path='/generate_204'
2014/11/27 01:15:24.566| Address.cc(379) lookupHostIP: Given Non-IP 'www.gstatic.com': Name or service not known
2014/11/27 01:15:24.566| client_side.cc(875) clientSetKeepaliveFlag: http_ver = HTTP/1.1
2014/11/27 01:15:24.566| client_side.cc(876) clientSetKeepaliveFlag: method = GET
2014/11/27 01:15:24.566| client_side_request.cc(130) ClientRequestContext: 0x3506ad8 ClientRequestContext constructed
2014/11/27 01:15:24.566| client_side_request.cc(1673) doCallouts: Doing calloutContext->hostHeaderVerify()
2014/11/27 01:15:24.566| client_side_request.cc(631) hostHeaderVerify: validate host=www.gstatic.com, port=0, portStr=NULL
2014/11/27 01:15:24.566| ipcache.cc(501) ipcache_nbgethostbyname: ipcache_nbgethostbyname: Name 'www.gstatic.com'.
2014/11/27 01:15:24.566| Address.cc(379) lookupHostIP: Given Non-IP 'www.gstatic.com': Name or service not known
2014/11/27 01:15:24.566| dns_internal.cc(1749) idnsALookup: idnsALookup: buf is 33 bytes for www.gstatic.com, id = 0x413a
2014/11/27 01:15:24.566| comm.cc(949) comm_udp_sendto: comm_udp_sendto: Attempt to send UDP packet to 8.8.8.8:53 using FD 10 using Port 15059
2014/11/27 01:15:24.566| client_side.cc(234) readSomeData: local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33: reading request...
2014/11/27 01:15:24.633| dns_internal.cc(1281) idnsRead: idnsRead: starting with FD 10
2014/11/27 01:15:24.633| dns_internal.cc(1327) idnsRead: idnsRead: FD 10: received 97 bytes from 8.8.8.8:53
2014/11/27 01:15:24.633| dns_internal.cc(1134) idnsGrokReply: idnsGrokReply: QID 0x413a, 4 answers
2014/11/27 01:15:24.633| ipcache.cc(364) ipcacheParse: ipcacheParse: 4 answers for 'www.gstatic.com'
2014/11/27 01:15:24.633| ipcache.cc(422) ipcacheParse: ipcacheParse: www.gstatic.com #0 173.194.112.31
2014/11/27 01:15:24.633| ipcache.cc(422) ipcacheParse: ipcacheParse: www.gstatic.com #1 173.194.112.15
2014/11/27 01:15:24.633| ipcache.cc(422) ipcacheParse: ipcacheParse: www.gstatic.com #2 173.194.112.24
2014/11/27 01:15:24.633| ipcache.cc(422) ipcacheParse: ipcacheParse: www.gstatic.com #3 173.194.112.23
2014/11/27 01:15:24.633| client_side_request.cc(529) hostHeaderIpVerify: validate IP 173.194.113.23:80 non-match from Host: IP 173.194.112.31
2014/11/27 01:15:24.633| client_side_request.cc(529) hostHeaderIpVerify: validate IP 173.194.113.23:80 non-match from Host: IP 173.194.112.15
2014/11/27 01:15:24.633| client_side_request.cc(529) hostHeaderIpVerify: validate IP 173.194.113.23:80 non-match from Host: IP 173.194.112.24
2014/11/27 01:15:24.633| client_side_request.cc(529) hostHeaderIpVerify: validate IP 173.194.113.23:80 non-match from Host: IP 173.194.112.23
2014/11/27 01:15:24.633| client_side_request.cc(532) hostHeaderIpVerify: FAIL: validate IP 173.194.113.23:80 possible from Host:
2014/11/27 01:15:24.633| client_side_request.cc(1680) doCallouts: Doing calloutContext->clientAccessCheck()
2014/11/27 01:15:24.633| Checklist.cc(68) preCheck: 0x3535728 checking slow rules
2014/11/27 01:15:24.633| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62975' found
2014/11/27 01:15:24.633| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:24.633| Acl.cc(156) matches: checked: http_access#1 = 1
2014/11/27 01:15:24.633| Acl.cc(156) matches: checked: http_access = 1
2014/11/27 01:15:24.633| Checklist.cc(61) markFinished: 0x3535728 answer ALLOWED for match
2014/11/27 01:15:24.633| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x3535728 answer=ALLOWED
2014/11/27 01:15:24.633| client_side_request.cc(741) clientAccessCheckDone: The request GET http://www.gstatic.com/generate_204 is ALLOWED; last ACL checked: all
2014/11/27 01:15:24.633| AccessCheck.cc(42) Start: adaptation off, skipping
2014/11/27 01:15:24.634| client_side_request.cc(1709) doCallouts: Doing calloutContext->clientAccessCheck2()
2014/11/27 01:15:24.634| client_side_request.cc(717) clientAccessCheck2: No adapted_http_access configuration. default: ALLOW
2014/11/27 01:15:24.634| client_side_request.cc(741) clientAccessCheckDone: The request GET http://www.gstatic.com/generate_204 is ALLOWED; last ACL checked: all
2014/11/27 01:15:24.634| client_side_request.cc(1728) doCallouts: Doing clientInterpretRequestHeaders()
2014/11/27 01:15:24.634| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x7fff3a654bc0
2014/11/27 01:15:24.634| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x7fff3a654bc0
2014/11/27 01:15:24.634| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x7fff3a654a10
2014/11/27 01:15:24.634| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x7fff3a654a10
2014/11/27 01:15:24.634| client_side_request.cc(115) ~ClientRequestContext: 0x3506ad8 ClientRequestContext destructed
2014/11/27 01:15:24.634| client_side_request.cc(1817) doCallouts: calling processRequest()
2014/11/27 01:15:24.634| client_side_request.cc(1489) processRequest: GET http://www.gstatic.com/generate_204
2014/11/27 01:15:24.634| client_side_request.cc(1511) httpStart: TAG_NONE for 'http://www.gstatic.com/generate_204'
2014/11/27 01:15:24.634| clientStream.cc(184) clientStreamRead: clientStreamRead: Calling 1 with cbdata 0x48b3f18 from node 0x34cffe8
2014/11/27 01:15:24.634| client_side_reply.cc(1634) identifyFoundObject: StoreEntry is NULL -  MISS
2014/11/27 01:15:24.634| client_side_reply.cc(631) processMiss: GET http://www.gstatic.com/generate_204
2014/11/27 01:15:24.634| store.cc(780) storeCreatePureEntry: storeCreateEntry: 'http://www.gstatic.com/generate_204'
2014/11/27 01:15:24.634| MemObject.cc(97) MemObject: new MemObject 0x3d2ef20
2014/11/27 01:15:24.634| store.cc(501) setReleaseFlag: StoreEntry::setReleaseFlag: '[null_store_key]'
2014/11/27 01:15:24.634| store_key_md5.cc(89) storeKeyPrivate: storeKeyPrivate: GET http://www.gstatic.com/generate_204
2014/11/27 01:15:24.634| store.cc(449) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=XI/0x3540f60*0 key '5A1FB6665A738F63A93D8E42ECC6FB76'
2014/11/27 01:15:24.634| store.cc(485) lock: storeCreateEntry locked key 5A1FB6665A738F63A93D8E42ECC6FB76 e:=XIV/0x3540f60*1
2014/11/27 01:15:24.634| store_client.cc(200) copy: store_client::copy: 5A1FB6665A738F63A93D8E42ECC6FB76, from 0, for length 4096, cb 1, cbdata 0x48b2e68
2014/11/27 01:15:24.634| store.cc(485) lock: store_client::copy locked key 5A1FB6665A738F63A93D8E42ECC6FB76 e:=XIV/0x3540f60*2
2014/11/27 01:15:24.634| store_client.cc(297) storeClientCopy2: storeClientCopy2: 5A1FB6665A738F63A93D8E42ECC6FB76
2014/11/27 01:15:24.634| store_client.cc(341) doCopy: store_client::doCopy: Waiting for more
2014/11/27 01:15:24.634| store.cc(523) unlock: store_client::copy unlocking key 5A1FB6665A738F63A93D8E42ECC6FB76 e:=XIV/0x3540f60*2
2014/11/27 01:15:24.634| FwdState.cc(328) Start: 'http://www.gstatic.com/generate_204'
2014/11/27 01:15:24.634| FwdState.cc(132) FwdState: Forwarding client request local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33, url=http://www.gstatic.com/generate_204
2014/11/27 01:15:24.634| store.cc(485) lock: FwdState locked key 5A1FB6665A738F63A93D8E42ECC6FB76 e:=XIV/0x3540f60*2
2014/11/27 01:15:24.634| peer_select.cc(137) peerSelect: e:=XIWV/0x3540f60*2 http://www.gstatic.com/generate_204
2014/11/27 01:15:24.634| store.cc(485) lock: peerSelect locked key 5A1FB6665A738F63A93D8E42ECC6FB76 e:=XIWV/0x3540f60*3
2014/11/27 01:15:24.634| peer_select.cc(440) peerSelectFoo: GET www.gstatic.com
2014/11/27 01:15:24.634| peer_select.cc(445) peerSelectFoo: peerSelectFoo: direct = DIRECT_UNKNOWN (always_direct to be checked)
2014/11/27 01:15:24.634| Checklist.cc(68) preCheck: 0x3530368 checking slow rules
2014/11/27 01:15:24.634| Ip.cc(538) match: aclIpMatchIp: '192.168.0.122:62975' found
2014/11/27 01:15:24.634| Acl.cc(156) matches: checked: all = 1
2014/11/27 01:15:24.634| Acl.cc(156) matches: checked: always_direct#1 = 1
2014/11/27 01:15:24.634| Acl.cc(156) matches: checked: always_direct = 1
2014/11/27 01:15:24.634| Checklist.cc(61) markFinished: 0x3530368 answer ALLOWED for match
2014/11/27 01:15:24.634| Checklist.cc(161) checkCallback: ACLChecklist::checkCallback: 0x3530368 answer=ALLOWED
2014/11/27 01:15:24.634| peer_select.cc(194) peerCheckAlwaysDirectDone: peerCheckAlwaysDirectDone: ALLOWED
2014/11/27 01:15:24.634| peer_select.cc(200) peerCheckAlwaysDirectDone: direct = DIRECT_YES (always_direct allow)
2014/11/27 01:15:24.634| peer_select.cc(440) peerSelectFoo: GET www.gstatic.com
2014/11/27 01:15:24.635| peer_select.cc(279) peerSelectDnsPaths: Found sources for 'http://www.gstatic.com/generate_204'
2014/11/27 01:15:24.635| peer_select.cc(280) peerSelectDnsPaths:   always_direct = ALLOWED
2014/11/27 01:15:24.635| peer_select.cc(281) peerSelectDnsPaths:    never_direct = DENIED
2014/11/27 01:15:24.635| peer_select.cc(287) peerSelectDnsPaths:    ORIGINAL_DST = local=0.0.0.0 remote=173.194.113.23:80 flags=1
2014/11/27 01:15:24.635| peer_select.cc(294) peerSelectDnsPaths:        timedout = 0
2014/11/27 01:15:24.635| FwdState.cc(383) startConnectionOrFail: http://www.gstatic.com/generate_204
2014/11/27 01:15:24.635| FwdState.cc(781) connectStart: fwdConnectStart: http://www.gstatic.com/generate_204
2014/11/27 01:15:24.635| pconn.cc(439) pop: lookup for key {173.194.113.23:80/www.gstatic.com} failed.
2014/11/27 01:15:24.635| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x7fff3a653fc0
2014/11/27 01:15:24.635| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x7fff3a653fc0
2014/11/27 01:15:24.635| FwdState.cc(1301) GetMarkingsToServer: from 0.0.0.0 netfilter mark 0
2014/11/27 01:15:24.635| AsyncCall.cc(26) AsyncCall: The AsyncCall fwdConnectDoneWrapper constructed, this=0x354bd30 [call333]
2014/11/27 01:15:24.635| peer_select.cc(79) ~ps_state: http://www.gstatic.com/generate_204
2014/11/27 01:15:24.635| store.cc(523) unlock: peerSelect unlocking key 5A1FB6665A738F63A93D8E42ECC6FB76 e:=p2XIWV/0x3540f60*3
2014/11/27 01:15:24.635| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x3530368
2014/11/27 01:15:24.635| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x3530368
2014/11/27 01:15:24.635| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x3535728
2014/11/27 01:15:24.635| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x3535728
2014/11/27 01:15:24.635| comm.cc(342) comm_openex: comm_openex: Attempt open socket for: 0.0.0.0
2014/11/27 01:15:24.635| comm.cc(383) comm_openex: comm_openex: Opened socket local=0.0.0.0 remote=[::] FD 16 flags=1 : family=2, type=1, protocol=6
2014/11/27 01:15:24.635| fd.cc(198) fd_open: fd_open() FD 16 www.gstatic.com
2014/11/27 01:15:24.635| AsyncCall.cc(26) AsyncCall: The AsyncCall Comm::ConnOpener::earlyAbort constructed, this=0x3511000 [call335]
2014/11/27 01:15:24.635| AsyncCall.cc(26) AsyncCall: The AsyncCall Comm::ConnOpener::timeout constructed, this=0x4cd6080 [call336]
2014/11/27 01:15:24.635| ConnOpener.cc(289) createFd: local=0.0.0.0 remote=173.194.113.23:80 flags=1 will timeout in 60
2014/11/27 01:15:24.666| AsyncCall.cc(26) AsyncCall: The AsyncCall Comm::ConnOpener::doConnect constructed, this=0x353a2a0 [call338]
2014/11/27 01:15:24.666| AsyncCall.cc(93) ScheduleCall: ConnOpener.cc(460) will call Comm::ConnOpener::doConnect() [call338]
2014/11/27 01:15:24.666| AsyncCallQueue.cc(55) fireNext: entering Comm::ConnOpener::doConnect()
2014/11/27 01:15:24.666| AsyncCall.cc(38) make: make call Comm::ConnOpener::doConnect [call338]
2014/11/27 01:15:24.666| AsyncJob.cc(123) callStart: Comm::ConnOpener status in: [ job33]
2014/11/27 01:15:24.666| ConnOpener.cc(153) cleanFd: local=0.0.0.0 remote=173.194.113.23:80 flags=1 closing temp FD 16
2014/11/27 01:15:24.666| AsyncCall.cc(56) cancel: will not call Comm::ConnOpener::timeout [call336] because Comm::ConnOpener::cleanFd
2014/11/27 01:15:24.666| AsyncCall.cc(56) cancel: will not call Comm::ConnOpener::earlyAbort [call335] because comm_remove_close_handler
2014/11/27 01:15:24.666| AsyncCall.cc(93) ScheduleCall: ConnOpener.cc(137) will call fwdConnectDoneWrapper(local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1, data=0x4273238) [call333]
2014/11/27 01:15:24.666| AsyncCallQueue.cc(57) fireNext: leaving Comm::ConnOpener::doConnect()
2014/11/27 01:15:24.666| AsyncCallQueue.cc(55) fireNext: entering fwdConnectDoneWrapper(local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1, data=0x4273238)
2014/11/27 01:15:24.666| AsyncCall.cc(38) make: make call fwdConnectDoneWrapper [call333]
2014/11/27 01:15:24.666| FwdState.cc(677) connectDone: local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1: 'http://www.gstatic.com/generate_204'
2014/11/27 01:15:24.666| AsyncCall.cc(26) AsyncCall: The AsyncCall SomeCloseHandler constructed, this=0x3fdda20 [call339]
2014/11/27 01:15:24.666| AsyncCall.cc(26) AsyncCall: The AsyncCall ConnStateData::ConnStateData::notePeerConnection constructed, this=0x3499230 [call340]
2014/11/27 01:15:24.666| AsyncCall.cc(93) ScheduleCall: FwdState.cc(706) will call ConnStateData::ConnStateData::notePeerConnection(local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1) [call340]
2014/11/27 01:15:24.666| FwdState.cc(902) dispatch: local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33: Fetching GET http://www.gstatic.com/generate_204
2014/11/27 01:15:24.666| http.cc(2259) httpStart: GET http://www.gstatic.com/generate_204
2014/11/27 01:15:24.666| store.cc(485) lock: Client locked key 5A1FB6665A738F63A93D8E42ECC6FB76 e:=p2XDIWV/0x3540f60*3
2014/11/27 01:15:24.667| AsyncCallQueue.cc(57) fireNext: leaving fwdConnectDoneWrapper(local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1, data=0x4273238)
2014/11/27 01:15:24.667| AsyncCallQueue.cc(55) fireNext: entering ConnStateData::ConnStateData::notePeerConnection(local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1)
2014/11/27 01:15:24.667| AsyncCall.cc(38) make: make call ConnStateData::ConnStateData::notePeerConnection [call340]
2014/11/27 01:15:24.667| AsyncJob.cc(123) callStart: Http::Server status in: [ job31]
2014/11/27 01:15:24.667| AsyncJob.cc(152) callEnd: Http::Server status out: [ job31]
2014/11/27 01:15:24.667| AsyncCallQueue.cc(57) fireNext: leaving ConnStateData::ConnStateData::notePeerConnection(local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1)
2014/11/27 01:15:24.667| comm.cc(548) commSetConnTimeout: local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1 timeout 86400
2014/11/27 01:15:24.667| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x7fff3a6555f0
2014/11/27 01:15:24.667| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x7fff3a6555f0
2014/11/27 01:15:24.668| http.cc(2215) sendRequest: HTTP Server local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1
2014/11/27 01:15:24.668| http.cc(2216) sendRequest: HTTP Server REQUEST:
---------
GET /generate_204 HTTP/1.1
Host: www.gstatic.com
Pragma: no-cache
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36
Accept-Encoding: gzip, deflate, sdch
Accept-Language: en-US,en;q=0.8,uk;q=0.6,ru;q=0.4
Via: 1.1 local.local (squid/3.5.0.2)
X-Forwarded-For: 192.168.0.122
Cache-Control: no-cache
Connection: keep-alive


----------
2014/11/27 01:15:24.668| IoCallback.cc(116) finish: called for local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1 (0, 0)
2014/11/27 01:15:24.668| comm.cc(548) commSetConnTimeout: local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1 timeout 900
2014/11/27 01:15:24.698| Read.cc(143) HandleRead: FD 16, size 16383, retval 140, errno 0
2014/11/27 01:15:24.698| IoCallback.cc(116) finish: called for local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1 (0, 0)
2014/11/27 01:15:24.698| ctx: enter level  0: 'http://www.gstatic.com/generate_204'
2014/11/27 01:15:24.698| http.cc(693) processReplyHeader: processReplyHeader: key '5A1FB6665A738F63A93D8E42ECC6FB76'
2014/11/27 01:15:24.699| http.cc(737) processReplyHeader: HTTP Server local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1
2014/11/27 01:15:24.699| http.cc(738) processReplyHeader: HTTP Server REPLY:
---------
HTTP/1.1 204 No Content
Content-Length: 0
Content-Type: text/html; charset=UTF-8
Date: Wed, 26 Nov 2014 14:15:24 GMT
Server: GFE/2.0


----------
2014/11/27 01:15:24.699| ctx: exit level  0
2014/11/27 01:15:24.699| AccessCheck.cc(42) Start: adaptation off, skipping
2014/11/27 01:15:24.699| store.cc(1846) replaceHttpReply: StoreEntry::replaceHttpReply: http://www.gstatic.com/generate_204
2014/11/27 01:15:24.699| ctx: enter level  0: 'http://www.gstatic.com/generate_204'
2014/11/27 01:15:24.699| http.cc(907) haveParsedReplyHeaders: HTTP CODE: 204
2014/11/27 01:15:24.699| http.cc(328) cacheableReply: NO because e:=p2XDIV/0x3540f60*3 has been released.
2014/11/27 01:15:24.699| store.cc(819) expireNow: StoreEntry::expireNow: '5A1FB6665A738F63A93D8E42ECC6FB76'
2014/11/27 01:15:24.700| store.cc(942) checkCachable: StoreEntry::checkCachable: NO: not cachable
2014/11/27 01:15:24.700| store_client.cc(731) invokeHandlers: InvokeHandlers: 5A1FB6665A738F63A93D8E42ECC6FB76
2014/11/27 01:15:24.700| store_client.cc(737) invokeHandlers: StoreEntry::InvokeHandlers: checking client #0
2014/11/27 01:15:24.700| store_client.cc(297) storeClientCopy2: storeClientCopy2: 5A1FB6665A738F63A93D8E42ECC6FB76
2014/11/27 01:15:24.700| store_client.cc(433) scheduleMemRead: store_client::doCopy: Copying normal from memory
2014/11/27 01:15:24.700| client_side_reply.cc(1996) processReplyAccessResult: The reply for GET http://www.gstatic.com/generate_204 is ALLOWED, because it matched all
2014/11/27 01:15:24.700| store.cc(485) lock: ClientHttpRequest::loggingEntry locked key 5A1FB6665A738F63A93D8E42ECC6FB76 e:=p2XDIV/0x3540f60*4
2014/11/27 01:15:24.700| client_side_reply.cc(2034) processReplyAccessResult: clientReplyContext::sendMoreData: Appending 0 bytes after 140 bytes of headers
2014/11/27 01:15:24.700| clientStream.cc(162) clientStreamCallback: clientStreamCallback: Calling 1 with cbdata 0x493e110 from node 0x34f6ef8
2014/11/27 01:15:24.700| client_side.cc(1399) sendStartOfMessage: HTTP Client local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33
2014/11/27 01:15:24.700| client_side.cc(1400) sendStartOfMessage: HTTP Client REPLY:
---------
HTTP/1.1 204 No Content
Content-Length: 0
Content-Type: text/html; charset=UTF-8
Date: Wed, 26 Nov 2014 14:15:24 GMT
Server: GFE/2.0
X-Cache: MISS from local.local
Via: 1.1 local.local (squid/3.5.0.2)
Connection: keep-alive


----------
2014/11/27 01:15:24.700| store.cc(942) checkCachable: StoreEntry::checkCachable: NO: not cachable
2014/11/27 01:15:24.700| store_client.cc(731) invokeHandlers: InvokeHandlers: 5A1FB6665A738F63A93D8E42ECC6FB76
2014/11/27 01:15:24.700| store_client.cc(737) invokeHandlers: StoreEntry::InvokeHandlers: checking client #0
2014/11/27 01:15:24.700| http.cc(1052) persistentConnStatus: local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1 eof=0
2014/11/27 01:15:24.701| comm.cc(574) commUnsetConnTimeout: Remove timeout for local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1
2014/11/27 01:15:24.701| comm.cc(548) commSetConnTimeout: local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1 timeout -1
2014/11/27 01:15:24.701| FwdState.cc(443) unregister: http://www.gstatic.com/generate_204
2014/11/27 01:15:24.701| AsyncCall.cc(56) cancel: will not call SomeCloseHandler [call339] because comm_remove_close_handler
2014/11/27 01:15:24.701| pconn.cc(413) push: new IdleConnList for {173.194.113.23:80/www.gstatic.com}
2014/11/27 01:15:24.701| AsyncCall.cc(26) AsyncCall: The AsyncCall IdleConnList::Read constructed, this=0x34e7140 [call348]
2014/11/27 01:15:24.701| AsyncCall.cc(26) AsyncCall: The AsyncCall IdleConnList::Timeout constructed, this=0x3fdda20 [call349]
2014/11/27 01:15:24.701| comm.cc(548) commSetConnTimeout: local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1 timeout 60
2014/11/27 01:15:24.701| pconn.cc(425) push: pushed local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1 for 173.194.113.23:80/www.gstatic.com
2014/11/27 01:15:24.701| FwdState.cc(468) complete: http://www.gstatic.com/generate_204
	status 204
2014/11/27 01:15:24.701| FwdState.cc(1040) reforward: http://www.gstatic.com/generate_204?
2014/11/27 01:15:24.701| FwdState.cc(1043) reforward: No, ENTRY_FWD_HDR_WAIT isn't set
2014/11/27 01:15:24.701| FwdState.cc(492) complete: server (FD closed) not re-forwarding status 204
2014/11/27 01:15:24.701| store.cc(1028) complete: storeComplete: '5A1FB6665A738F63A93D8E42ECC6FB76'
2014/11/27 01:15:24.701| store.cc(1319) validLength: storeEntryValidLength: Checking '5A1FB6665A738F63A93D8E42ECC6FB76'
2014/11/27 01:15:24.701| store.cc(942) checkCachable: StoreEntry::checkCachable: NO: not cachable
2014/11/27 01:15:24.701| store_client.cc(731) invokeHandlers: InvokeHandlers: 5A1FB6665A738F63A93D8E42ECC6FB76
2014/11/27 01:15:24.701| store_client.cc(737) invokeHandlers: StoreEntry::InvokeHandlers: checking client #0
2014/11/27 01:15:24.701| store_client.cc(757) storePendingNClients: storePendingNClients: returning 1
2014/11/27 01:15:24.701| store.cc(523) unlock: Client unlocking key 5A1FB6665A738F63A93D8E42ECC6FB76 e:=sp2XDIV/0x3540f60*4
2014/11/27 01:15:24.701| FwdState.cc(262) ~FwdState: FwdState destructor starting
2014/11/27 01:15:24.701| store.cc(523) unlock: FwdState unlocking key 5A1FB6665A738F63A93D8E42ECC6FB76 e:=sp2XDIV/0x3540f60*3
2014/11/27 01:15:24.701| AsyncCall.cc(56) cancel: will not call fwdConnectDoneWrapper [call333] because FwdState destructed
2014/11/27 01:15:24.701| FwdState.cc(289) ~FwdState: FwdState destructor done
2014/11/27 01:15:24.701| IoCallback.cc(116) finish: called for local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33 (0, 0)
2014/11/27 01:15:24.701| client_side_reply.cc(1098) storeOKTransferDone: storeOKTransferDone  out.offset=0 objectLen()=140 headers_sz=140
2014/11/27 01:15:24.701| client_side.cc(1546) keepaliveNextRequest: ConnnStateData(local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33), Context(local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33)
2014/11/27 01:15:24.701| clientStream.cc(202) clientStreamDetach: clientStreamDetach: Detaching node 0x34cffe8
2014/11/27 01:15:24.702| clientStream.cc(287) clientStreamFree: Freeing clientStreamNode 0x34cffe8
2014/11/27 01:15:24.702| client_side_request.cc(246) ~ClientHttpRequest: httpRequestFree: http://www.gstatic.com/generate_204
2014/11/27 01:15:24.702| Checklist.cc(68) preCheck: 0x7fff3a655890 checking fast ACLs
2014/11/27 01:15:24.702| Acl.cc(156) matches: checked: (access_log daemon:/opt/squid/var/logs/access.log line) = 1
2014/11/27 01:15:24.702| Acl.cc(156) matches: checked: access_log daemon:/opt/squid/var/logs/access.log = 1
2014/11/27 01:15:24.702| Checklist.cc(61) markFinished: 0x7fff3a655890 answer ALLOWED for match
2014/11/27 01:15:24.702| ModDaemon.cc(172) logfile_mod_daemon_append: logfile_mod_daemon_append: daemon:/opt/squid/var/logs/access.log: appending 1 bytes
2014/11/27 01:15:24.702| ModDaemon.cc(176) logfile_mod_daemon_append: logfile_mod_daemon_append: current buffer has 0 of 32768 bytes before append
2014/11/27 01:15:24.702| ModDaemon.cc(172) logfile_mod_daemon_append: logfile_mod_daemon_append: daemon:/opt/squid/var/logs/access.log: appending 136 bytes
2014/11/27 01:15:24.702| ModDaemon.cc(176) logfile_mod_daemon_append: logfile_mod_daemon_append: current buffer has 1 of 32768 bytes before append
2014/11/27 01:15:24.702| ModDaemon.cc(172) logfile_mod_daemon_append: logfile_mod_daemon_append: daemon:/opt/squid/var/logs/access.log: appending 2 bytes
2014/11/27 01:15:24.702| ModDaemon.cc(176) logfile_mod_daemon_append: logfile_mod_daemon_append: current buffer has 137 of 32768 bytes before append
2014/11/27 01:15:24.702| FilledChecklist.cc(66) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x7fff3a655890
2014/11/27 01:15:24.702| Checklist.cc(195) ~ACLChecklist: ACLChecklist::~ACLChecklist: destroyed 0x7fff3a655890
2014/11/27 01:15:24.702| store.cc(523) unlock: ClientHttpRequest::loggingEntry unlocking key 5A1FB6665A738F63A93D8E42ECC6FB76 e:=sp2XDIV/0x3540f60*2
2014/11/27 01:15:24.702| clientStream.cc(247) clientStreamAbort: clientStreamAbort: Aborting stream with tail 0x34f6ef8
2014/11/27 01:15:24.702| clientStream.cc(202) clientStreamDetach: clientStreamDetach: Detaching node 0x34f6ef8
2014/11/27 01:15:24.702| clientStream.cc(223) clientStreamDetach: clientStreamDetach: Calling 1 with cbdata 0x48b3f18
2014/11/27 01:15:24.702| clientStream.cc(287) clientStreamFree: Freeing clientStreamNode 0x34f6ef8
2014/11/27 01:15:24.702| store_client.cc(663) storeUnregister: storeUnregister: called for '5A1FB6665A738F63A93D8E42ECC6FB76'
2014/11/27 01:15:24.702| store.cc(942) checkCachable: StoreEntry::checkCachable: NO: not cachable
2014/11/27 01:15:24.702| store.cc(485) lock: storeUnregister locked key 5A1FB6665A738F63A93D8E42ECC6FB76 e:=sp2XDIV/0x3540f60*2
2014/11/27 01:15:24.702| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:24.702| store.cc(523) unlock: storeUnregister unlocking key 5A1FB6665A738F63A93D8E42ECC6FB76 e:=sp2XDIV/0x3540f60*2
2014/11/27 01:15:24.702| store.cc(523) unlock: clientReplyContext::removeStoreReference unlocking key 5A1FB6665A738F63A93D8E42ECC6FB76 e:=sp2XDIV/0x3540f60*1
2014/11/27 01:15:24.702| store_client.cc(757) storePendingNClients: storePendingNClients: returning 0
2014/11/27 01:15:24.702| store.cc(1221) release: releasing e:=sp2XDIV/0x3540f60*0 5A1FB6665A738F63A93D8E42ECC6FB76
2014/11/27 01:15:24.702| store.cc(404) destroyMemObject: destroyMemObject 0x3d2ef20
2014/11/27 01:15:24.702| MemObject.cc(110) ~MemObject: del MemObject 0x3d2ef20
2014/11/27 01:15:24.702| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x3540f68
2014/11/27 01:15:24.702| store.cc(404) destroyMemObject: destroyMemObject 0
2014/11/27 01:15:24.702| client_side.cc(1616) keepaliveNextRequest: local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33: calling conn->readNextRequest()
2014/11/27 01:15:24.703| comm.cc(548) commSetConnTimeout: local=173.194.113.23:80 remote=192.168.0.122:62975 FD 14 flags=33 timeout 120
2014/11/27 01:15:24.703| ModDaemon.cc(108) logfileHandleWrite: daemon:/opt/squid/var/logs/access.log: write returned 139
2014/11/27 01:15:27| Preparing for shutdown after 1 requests
2014/11/27 01:15:27| Waiting 0 seconds for active connections to finish
2014/11/27 01:15:27| Closing HTTP port 0.0.0.0:3128
2014/11/27 01:15:27.230| comm.cc(860) _comm_close: comm_close: start closing FD 24
2014/11/27 01:15:27.230| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 24
2014/11/27 01:15:27.230| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call Comm::TcpAcceptor::handleClosure(FD -1, data=0x33c30f8) [call26]
2014/11/27 01:15:27.230| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x34ec4d0 [call357]
2014/11/27 01:15:27.230| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 24) [call357]
2014/11/27 01:15:27.230| Closing HTTP port 0.0.0.0:3131
2014/11/27 01:15:27.230| comm.cc(860) _comm_close: comm_close: start closing FD 25
2014/11/27 01:15:27.230| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 25
2014/11/27 01:15:27.230| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call Comm::TcpAcceptor::handleClosure(FD -1, data=0x33c3168) [call27]
2014/11/27 01:15:27.230| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x382af60 [call358]
2014/11/27 01:15:27.230| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 25) [call358]
2014/11/27 01:15:27.230| Closing HTTPS port 0.0.0.0:3132
2014/11/27 01:15:27.230| comm.cc(860) _comm_close: comm_close: start closing FD 26
2014/11/27 01:15:27.230| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 26
2014/11/27 01:15:27.230| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call Comm::TcpAcceptor::handleClosure(FD -1, data=0x33c3338) [call28]
2014/11/27 01:15:27.230| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3499230 [call359]
2014/11/27 01:15:27.230| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 26) [call359]
2014/11/27 01:15:27.230| Shutdown: Negotiate authentication.
2014/11/27 01:15:27.230| Scheme.cc(59) PurgeCredentialsCache: Erasing Digest authentication credentials from username cache.
2014/11/27 01:15:27.230| Config.cc(236) authenticateDigestNonceShutdown: Nonce cache shutdown
2014/11/27 01:15:27.230| Shutdown: Digest authentication.
2014/11/27 01:15:27.230| Shutdown: Basic authentication.
2014/11/27 01:15:27.230| main.cc(251) doShutdown: running RegisteredRunner::startShutdown
2014/11/27 01:15:27.230| AsyncCallQueue.cc(55) fireNext: entering Comm::TcpAcceptor::handleClosure(FD -1, data=0x33c30f8)
2014/11/27 01:15:27.230| AsyncCall.cc(38) make: make call Comm::TcpAcceptor::handleClosure [call26]
2014/11/27 01:15:27.230| AsyncJob.cc(123) callStart: Comm::TcpAcceptor status in: FD -1, 0.0.0.0 [ job1]
2014/11/27 01:15:27.230| AsyncCallQueue.cc(57) fireNext: leaving Comm::TcpAcceptor::handleClosure(FD -1, data=0x33c30f8)
2014/11/27 01:15:27.230| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 24)
2014/11/27 01:15:27.230| AsyncCall.cc(38) make: make call comm_close_complete [call357]
2014/11/27 01:15:27.230| fd.cc(93) fd_close: fd_close FD 24 HTTP Socket
2014/11/27 01:15:27.230| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 24)
2014/11/27 01:15:27.230| AsyncCallQueue.cc(55) fireNext: entering Comm::TcpAcceptor::handleClosure(FD -1, data=0x33c3168)
2014/11/27 01:15:27.230| AsyncCall.cc(38) make: make call Comm::TcpAcceptor::handleClosure [call27]
2014/11/27 01:15:27.230| AsyncJob.cc(123) callStart: Comm::TcpAcceptor status in: FD -1, 0.0.0.0 [ job2]
2014/11/27 01:15:27.230| AsyncCallQueue.cc(57) fireNext: leaving Comm::TcpAcceptor::handleClosure(FD -1, data=0x33c3168)
2014/11/27 01:15:27.231| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 25)
2014/11/27 01:15:27.231| AsyncCall.cc(38) make: make call comm_close_complete [call358]
2014/11/27 01:15:27.231| fd.cc(93) fd_close: fd_close FD 25 HTTP Socket
2014/11/27 01:15:27.231| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 25)
2014/11/27 01:15:27.231| AsyncCallQueue.cc(55) fireNext: entering Comm::TcpAcceptor::handleClosure(FD -1, data=0x33c3338)
2014/11/27 01:15:27.231| AsyncCall.cc(38) make: make call Comm::TcpAcceptor::handleClosure [call28]
2014/11/27 01:15:27.231| AsyncJob.cc(123) callStart: Comm::TcpAcceptor status in: FD -1, 0.0.0.0 [ job3]
2014/11/27 01:15:27.231| AsyncCallQueue.cc(57) fireNext: leaving Comm::TcpAcceptor::handleClosure(FD -1, data=0x33c3338)
2014/11/27 01:15:27.231| AsyncCallQueue.cc(55) fireNext: entering comm_close_complete(FD 26)
2014/11/27 01:15:27.231| AsyncCall.cc(38) make: make call comm_close_complete [call359]
2014/11/27 01:15:27.231| fd.cc(93) fd_close: fd_close FD 26 HTTPS Socket
2014/11/27 01:15:27.231| AsyncCallQueue.cc(57) fireNext: leaving comm_close_complete(FD 26)
2014/11/27 01:15:28.231| Shutting down...
2014/11/27 01:15:28.526| comm.cc(860) _comm_close: comm_close: start closing FD 10
2014/11/27 01:15:28.526| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 10
2014/11/27 01:15:28.526| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3499230 [call364]
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 10) [call364]
2014/11/27 01:15:28.526| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr1 shutting down.
2014/11/27 01:15:28.526| comm.cc(860) _comm_close: comm_close: start closing FD 11
2014/11/27 01:15:28.526| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 11
2014/11/27 01:15:28.526| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x2f70348, size=0, buf=0x2f72350) [call228]
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x2f70348/0x2f70348) [call2]
2014/11/27 01:15:28.526| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x33c3490 [call365]
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 11) [call365]
2014/11/27 01:15:28.526| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr2 shutting down.
2014/11/27 01:15:28.526| comm.cc(860) _comm_close: comm_close: start closing FD 13
2014/11/27 01:15:28.526| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 13
2014/11/27 01:15:28.526| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x2f73378, size=0, buf=0x2f73920) [call230]
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x2f73378/0x2f73378) [call5]
2014/11/27 01:15:28.526| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x382af60 [call366]
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 13) [call366]
2014/11/27 01:15:28.526| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr3 shutting down.
2014/11/27 01:15:28.526| comm.cc(860) _comm_close: comm_close: start closing FD 15
2014/11/27 01:15:28.526| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 15
2014/11/27 01:15:28.526| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x2f749d8, size=0, buf=0x2f74ef0) [call232]
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x2f749d8/0x2f749d8) [call8]
2014/11/27 01:15:28.526| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x33c2ee0 [call367]
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 15) [call367]
2014/11/27 01:15:28.526| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr4 shutting down.
2014/11/27 01:15:28.526| comm.cc(860) _comm_close: comm_close: start closing FD 17
2014/11/27 01:15:28.526| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 17
2014/11/27 01:15:28.526| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x2f75f18, size=0, buf=0x2f76350) [call234]
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x2f75f18/0x2f75f18) [call11]
2014/11/27 01:15:28.526| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x34ec4d0 [call368]
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 17) [call368]
2014/11/27 01:15:28.526| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr5 shutting down.
2014/11/27 01:15:28.526| comm.cc(860) _comm_close: comm_close: start closing FD 19
2014/11/27 01:15:28.526| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 19
2014/11/27 01:15:28.526| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x2f77378, size=0, buf=0x2f77600) [call240]
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x2f77378/0x2f77378) [call14]
2014/11/27 01:15:28.526| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x33c3060 [call369]
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 19) [call369]
2014/11/27 01:15:28.526| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr6 shutting down.
2014/11/27 01:15:28.526| comm.cc(860) _comm_close: comm_close: start closing FD 46
2014/11/27 01:15:28.526| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 46
2014/11/27 01:15:28.526| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x2fa7e88, size=0, buf=0x3542580) [call242]
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x2fa7e88/0x2fa7e88) [call130]
2014/11/27 01:15:28.526| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x354bd30 [call370]
2014/11/27 01:15:28.526| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 46) [call370]
2014/11/27 01:15:28.526| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr7 shutting down.
2014/11/27 01:15:28.526| comm.cc(860) _comm_close: comm_close: start closing FD 48
2014/11/27 01:15:28.526| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 48
2014/11/27 01:15:28.527| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x353f2d8, size=0, buf=0x3541510) [call236]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x353f2d8/0x353f2d8) [call135]
2014/11/27 01:15:28.527| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x34f6200 [call371]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 48) [call371]
2014/11/27 01:15:28.527| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr8 shutting down.
2014/11/27 01:15:28.527| comm.cc(860) _comm_close: comm_close: start closing FD 50
2014/11/27 01:15:28.527| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 50
2014/11/27 01:15:28.527| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x3546ad8, size=0, buf=0x3544d20) [call238]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x3546ad8/0x3546ad8) [call140]
2014/11/27 01:15:28.527| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3511000 [call372]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 50) [call372]
2014/11/27 01:15:28.527| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr9 shutting down.
2014/11/27 01:15:28.527| comm.cc(860) _comm_close: comm_close: start closing FD 47
2014/11/27 01:15:28.527| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 47
2014/11/27 01:15:28.527| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x34cfb88, size=0, buf=0x3547d20) [call244]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x34cfb88/0x34cfb88) [call145]
2014/11/27 01:15:28.527| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3506880 [call373]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 47) [call373]
2014/11/27 01:15:28.527| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr10 shutting down.
2014/11/27 01:15:28.527| comm.cc(860) _comm_close: comm_close: start closing FD 51
2014/11/27 01:15:28.527| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 51
2014/11/27 01:15:28.527| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x34e71e8, size=0, buf=0x354ad20) [call216]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x34e71e8/0x34e71e8) [call150]
2014/11/27 01:15:28.527| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x34d10a0 [call374]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 51) [call374]
2014/11/27 01:15:28.527| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr11 shutting down.
2014/11/27 01:15:28.527| comm.cc(860) _comm_close: comm_close: start closing FD 53
2014/11/27 01:15:28.527| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 53
2014/11/27 01:15:28.527| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x2fa8d78, size=0, buf=0x354dd20) [call218]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x2fa8d78/0x2fa8d78) [call155]
2014/11/27 01:15:28.527| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x34eb9f0 [call375]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 53) [call375]
2014/11/27 01:15:28.527| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr12 shutting down.
2014/11/27 01:15:28.527| comm.cc(860) _comm_close: comm_close: start closing FD 55
2014/11/27 01:15:28.527| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 55
2014/11/27 01:15:28.527| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x34f18a8, size=0, buf=0x3550d20) [call220]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x34f18a8/0x34f18a8) [call160]
2014/11/27 01:15:28.527| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x34f6cb0 [call376]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 55) [call376]
2014/11/27 01:15:28.527| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr13 shutting down.
2014/11/27 01:15:28.527| comm.cc(860) _comm_close: comm_close: start closing FD 57
2014/11/27 01:15:28.527| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 57
2014/11/27 01:15:28.527| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x354f738, size=0, buf=0x3553d20) [call222]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x354f738/0x354f738) [call165]
2014/11/27 01:15:28.527| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3498e70 [call377]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 57) [call377]
2014/11/27 01:15:28.527| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr14 shutting down.
2014/11/27 01:15:28.527| comm.cc(860) _comm_close: comm_close: start closing FD 59
2014/11/27 01:15:28.527| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 59
2014/11/27 01:15:28.527| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x354f9c8, size=0, buf=0x3556d20) [call224]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x354f9c8/0x354f9c8) [call170]
2014/11/27 01:15:28.527| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x33c35c0 [call378]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 59) [call378]
2014/11/27 01:15:28.527| helper.cc(594) helperShutdown: helperShutdown: ssl_crtd #Hlpr15 shutting down.
2014/11/27 01:15:28.527| comm.cc(860) _comm_close: comm_close: start closing FD 61
2014/11/27 01:15:28.527| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 61
2014/11/27 01:15:28.527| IoCallback.cc(116) finish: called for local=[::] remote=[::] flags=1 (-10, 0)
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call helperHandleRead(local=[::] remote=[::] flags=1, errno=11, flag=-10, data=0x3549788, size=0, buf=0x3559d20) [call226]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(722) will call helperServerFree(0x3549788/0x3549788) [call175]
2014/11/27 01:15:28.527| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x3b3e920 [call379]
2014/11/27 01:15:28.527| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 61) [call379]
2014/11/27 01:15:28.527| comm.cc(860) _comm_close: comm_close: start closing FD 10
2014/11/27 01:15:28.528| AsyncCall.cc(93) ScheduleCall: comm.cc(1526) will call IdleConnList::Timeout(local=192.168.0.121:19291 remote=173.194.113.23:80 FD 16 flags=1, data=0x49322d8) [call349]
2014/11/27 01:15:28.528| Gadgets.cc(99) authenticateReset: Reset authentication State.
2014/11/27 01:15:28.528| storeDirWriteCleanLogs: Starting...
2014/11/27 01:15:28.528|   Finished.  Wrote 0 entries.
2014/11/27 01:15:28.528|   Took 0.00 seconds (  0.00 entries/sec).
2014/11/27 01:15:28.528| Logfile: closing log daemon:/opt/squid/var/logs/access.log
2014/11/27 01:15:28.528| Logfile Daemon: closing log daemon:/opt/squid/var/logs/access.log
2014/11/27 01:15:28.528| comm.cc(860) _comm_close: comm_close: start closing FD 22
2014/11/27 01:15:28.528| comm.cc(535) commUnsetFdTimeout: Remove timeout for FD 22
2014/11/27 01:15:28.528| AsyncCall.cc(26) AsyncCall: The AsyncCall comm_close_complete constructed, this=0x2f74930 [call380]
2014/11/27 01:15:28.528| AsyncCall.cc(93) ScheduleCall: comm.cc(933) will call comm_close_complete(FD 22) [call380]
2014/11/27 01:15:28.528| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x3387b08
2014/11/27 01:15:28.528| store.cc(404) destroyMemObject: destroyMemObject 0x33876e0
2014/11/27 01:15:28.528| store.cc(1656) setMemStatus: not removing special e:=msSV/0x3387b00*0 from policy
2014/11/27 01:15:28.528| MemObject.cc(110) ~MemObject: del MemObject 0x33876e0
2014/11/27 01:15:28.528| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33708f8
2014/11/27 01:15:28.528| store.cc(404) destroyMemObject: destroyMemObject 0x3370960
2014/11/27 01:15:28.528| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33708f0*0 from policy
2014/11/27 01:15:28.528| MemObject.cc(110) ~MemObject: del MemObject 0x3370960
2014/11/27 01:15:28.528| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33b1618
2014/11/27 01:15:28.528| store.cc(404) destroyMemObject: destroyMemObject 0x33b2c20
2014/11/27 01:15:28.528| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33b1610*0 from policy
2014/11/27 01:15:28.528| MemObject.cc(110) ~MemObject: del MemObject 0x33b2c20
2014/11/27 01:15:28.528| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x339dd58
2014/11/27 01:15:28.528| store.cc(404) destroyMemObject: destroyMemObject 0x339ddc0
2014/11/27 01:15:28.528| store.cc(1656) setMemStatus: not removing special e:=msSV/0x339dd50*0 from policy
2014/11/27 01:15:28.528| MemObject.cc(110) ~MemObject: del MemObject 0x339ddc0
2014/11/27 01:15:28.528| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33721a8
2014/11/27 01:15:28.528| store.cc(404) destroyMemObject: destroyMemObject 0x3372210
2014/11/27 01:15:28.528| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33721a0*0 from policy
2014/11/27 01:15:28.528| MemObject.cc(110) ~MemObject: del MemObject 0x3372210
2014/11/27 01:15:28.529| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33929a8
2014/11/27 01:15:28.529| store.cc(404) destroyMemObject: destroyMemObject 0x3392a10
2014/11/27 01:15:28.529| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33929a0*0 from policy
2014/11/27 01:15:28.529| MemObject.cc(110) ~MemObject: del MemObject 0x3392a10
2014/11/27 01:15:28.529| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x339a9f8
2014/11/27 01:15:28.529| store.cc(404) destroyMemObject: destroyMemObject 0x339aa60
2014/11/27 01:15:28.529| store.cc(1656) setMemStatus: not removing special e:=msSV/0x339a9f0*0 from policy
2014/11/27 01:15:28.529| MemObject.cc(110) ~MemObject: del MemObject 0x339aa60
2014/11/27 01:15:28.529| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x338ae48
2014/11/27 01:15:28.529| store.cc(404) destroyMemObject: destroyMemObject 0x338aa40
2014/11/27 01:15:28.529| store.cc(1656) setMemStatus: not removing special e:=msSV/0x338ae40*0 from policy
2014/11/27 01:15:28.529| MemObject.cc(110) ~MemObject: del MemObject 0x338aa40
2014/11/27 01:15:28.529| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x338e198
2014/11/27 01:15:28.529| store.cc(404) destroyMemObject: destroyMemObject 0x338dd90
2014/11/27 01:15:28.529| store.cc(1656) setMemStatus: not removing special e:=msSV/0x338e190*0 from policy
2014/11/27 01:15:28.529| MemObject.cc(110) ~MemObject: del MemObject 0x338dd90
2014/11/27 01:15:28.529| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33ac988
2014/11/27 01:15:28.529| store.cc(404) destroyMemObject: destroyMemObject 0x33ac580
2014/11/27 01:15:28.529| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33ac980*0 from policy
2014/11/27 01:15:28.529| MemObject.cc(110) ~MemObject: del MemObject 0x33ac580
2014/11/27 01:15:28.529| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33aafd8
2014/11/27 01:15:28.529| store.cc(404) destroyMemObject: destroyMemObject 0x33aabd0
2014/11/27 01:15:28.530| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33aafd0*0 from policy
2014/11/27 01:15:28.530| MemObject.cc(110) ~MemObject: del MemObject 0x33aabd0
2014/11/27 01:15:28.530| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33b7858
2014/11/27 01:15:28.530| store.cc(404) destroyMemObject: destroyMemObject 0x33b78c0
2014/11/27 01:15:28.530| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33b7850*0 from policy
2014/11/27 01:15:28.530| MemObject.cc(110) ~MemObject: del MemObject 0x33b78c0
2014/11/27 01:15:28.530| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33820e8
2014/11/27 01:15:28.530| store.cc(404) destroyMemObject: destroyMemObject 0x33822a0
2014/11/27 01:15:28.530| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33820e0*0 from policy
2014/11/27 01:15:28.530| MemObject.cc(110) ~MemObject: del MemObject 0x33822a0
2014/11/27 01:15:28.530| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x3395cf8
2014/11/27 01:15:28.530| store.cc(404) destroyMemObject: destroyMemObject 0x3395d60
2014/11/27 01:15:28.530| store.cc(1656) setMemStatus: not removing special e:=msSV/0x3395cf0*0 from policy
2014/11/27 01:15:28.530| MemObject.cc(110) ~MemObject: del MemObject 0x3395d60
2014/11/27 01:15:28.530| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33b1698
2014/11/27 01:15:28.530| store.cc(404) destroyMemObject: destroyMemObject 0x33b1290
2014/11/27 01:15:28.530| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33b1690*0 from policy
2014/11/27 01:15:28.530| MemObject.cc(110) ~MemObject: del MemObject 0x33b1290
2014/11/27 01:15:28.530| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x3379f48
2014/11/27 01:15:28.530| store.cc(404) destroyMemObject: destroyMemObject 0x3379fb0
2014/11/27 01:15:28.530| store.cc(1656) setMemStatus: not removing special e:=msSV/0x3379f40*0 from policy
2014/11/27 01:15:28.530| MemObject.cc(110) ~MemObject: del MemObject 0x3379fb0
2014/11/27 01:15:28.531| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33ae338
2014/11/27 01:15:28.531| store.cc(404) destroyMemObject: destroyMemObject 0x33adf30
2014/11/27 01:15:28.531| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33ae330*0 from policy
2014/11/27 01:15:28.531| MemObject.cc(110) ~MemObject: del MemObject 0x33adf30
2014/11/27 01:15:28.531| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33a2f28
2014/11/27 01:15:28.531| store.cc(404) destroyMemObject: destroyMemObject 0x33a2ca0
2014/11/27 01:15:28.531| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33a2f20*0 from policy
2014/11/27 01:15:28.531| MemObject.cc(110) ~MemObject: del MemObject 0x33a2ca0
2014/11/27 01:15:28.531| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x3373b58
2014/11/27 01:15:28.531| store.cc(404) destroyMemObject: destroyMemObject 0x3373bc0
2014/11/27 01:15:28.531| store.cc(1656) setMemStatus: not removing special e:=msSV/0x3373b50*0 from policy
2014/11/27 01:15:28.531| MemObject.cc(110) ~MemObject: del MemObject 0x3373bc0
2014/11/27 01:15:28.531| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x339c3a8
2014/11/27 01:15:28.531| store.cc(404) destroyMemObject: destroyMemObject 0x339c410
2014/11/27 01:15:28.531| store.cc(1656) setMemStatus: not removing special e:=msSV/0x339c3a0*0 from policy
2014/11/27 01:15:28.531| MemObject.cc(110) ~MemObject: del MemObject 0x339c410
2014/11/27 01:15:28.531| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33a62d8
2014/11/27 01:15:28.531| store.cc(404) destroyMemObject: destroyMemObject 0x33a5ed0
2014/11/27 01:15:28.531| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33a62d0*0 from policy
2014/11/27 01:15:28.531| MemObject.cc(110) ~MemObject: del MemObject 0x33a5ed0
2014/11/27 01:15:28.531| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33a4948
2014/11/27 01:15:28.531| store.cc(404) destroyMemObject: destroyMemObject 0x33a4520
2014/11/27 01:15:28.531| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33a4940*0 from policy
2014/11/27 01:15:28.531| MemObject.cc(110) ~MemObject: del MemObject 0x33a4520
2014/11/27 01:15:28.532| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x339f708
2014/11/27 01:15:28.532| store.cc(404) destroyMemObject: destroyMemObject 0x339f770
2014/11/27 01:15:28.532| store.cc(1656) setMemStatus: not removing special e:=msSV/0x339f700*0 from policy
2014/11/27 01:15:28.532| MemObject.cc(110) ~MemObject: del MemObject 0x339f770
2014/11/27 01:15:28.532| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x3380668
2014/11/27 01:15:28.532| store.cc(404) destroyMemObject: destroyMemObject 0x33806d0
2014/11/27 01:15:28.532| store.cc(1656) setMemStatus: not removing special e:=msSV/0x3380660*0 from policy
2014/11/27 01:15:28.532| MemObject.cc(110) ~MemObject: del MemObject 0x33806d0
2014/11/27 01:15:28.532| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x3389498
2014/11/27 01:15:28.532| store.cc(404) destroyMemObject: destroyMemObject 0x3389090
2014/11/27 01:15:28.532| store.cc(1656) setMemStatus: not removing special e:=msSV/0x3389490*0 from policy
2014/11/27 01:15:28.532| MemObject.cc(110) ~MemObject: del MemObject 0x3389090
2014/11/27 01:15:28.532| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x3375508
2014/11/27 01:15:28.532| store.cc(404) destroyMemObject: destroyMemObject 0x3375570
2014/11/27 01:15:28.532| store.cc(1656) setMemStatus: not removing special e:=msSV/0x3375500*0 from policy
2014/11/27 01:15:28.532| MemObject.cc(110) ~MemObject: del MemObject 0x3375570
2014/11/27 01:15:28.532| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x338fac8
2014/11/27 01:15:28.532| store.cc(404) destroyMemObject: destroyMemObject 0x33910d0
2014/11/27 01:15:28.532| store.cc(1656) setMemStatus: not removing special e:=msSV/0x338fac0*0 from policy
2014/11/27 01:15:28.532| MemObject.cc(110) ~MemObject: del MemObject 0x33910d0
2014/11/27 01:15:28.532| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x3399048
2014/11/27 01:15:28.532| store.cc(404) destroyMemObject: destroyMemObject 0x33990b0
2014/11/27 01:15:28.532| store.cc(1656) setMemStatus: not removing special e:=msSV/0x3399040*0 from policy
2014/11/27 01:15:28.532| MemObject.cc(110) ~MemObject: del MemObject 0x33990b0
2014/11/27 01:15:28.533| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33693c8
2014/11/27 01:15:28.533| store.cc(404) destroyMemObject: destroyMemObject 0x33696c0
2014/11/27 01:15:28.533| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33693c0*0 from policy
2014/11/27 01:15:28.533| MemObject.cc(110) ~MemObject: del MemObject 0x33696c0
2014/11/27 01:15:28.533| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x337d308
2014/11/27 01:15:28.533| store.cc(404) destroyMemObject: destroyMemObject 0x337d370
2014/11/27 01:15:28.533| store.cc(1656) setMemStatus: not removing special e:=msSV/0x337d300*0 from policy
2014/11/27 01:15:28.533| MemObject.cc(110) ~MemObject: del MemObject 0x337d370
2014/11/27 01:15:28.533| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33b44f8
2014/11/27 01:15:28.533| store.cc(404) destroyMemObject: destroyMemObject 0x33b4560
2014/11/27 01:15:28.533| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33b44f0*0 from policy
2014/11/27 01:15:28.533| MemObject.cc(110) ~MemObject: del MemObject 0x33b4560
2014/11/27 01:15:28.533| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33847c8
2014/11/27 01:15:28.533| store.cc(404) destroyMemObject: destroyMemObject 0x3384420
2014/11/27 01:15:28.533| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33847c0*0 from policy
2014/11/27 01:15:28.533| MemObject.cc(110) ~MemObject: del MemObject 0x3384420
2014/11/27 01:15:28.533| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33bc568
2014/11/27 01:15:28.533| store.cc(404) destroyMemObject: destroyMemObject 0x33bc5d0
2014/11/27 01:15:28.533| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33bc560*0 from policy
2014/11/27 01:15:28.533| MemObject.cc(110) ~MemObject: del MemObject 0x33bc5d0
2014/11/27 01:15:28.533| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x338fb48
2014/11/27 01:15:28.533| store.cc(404) destroyMemObject: destroyMemObject 0x338f740
2014/11/27 01:15:28.533| store.cc(1656) setMemStatus: not removing special e:=msSV/0x338fb40*0 from policy
2014/11/27 01:15:28.533| MemObject.cc(110) ~MemObject: del MemObject 0x338f740
2014/11/27 01:15:28.534| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33c1268
2014/11/27 01:15:28.534| store.cc(404) destroyMemObject: destroyMemObject 0x33c12d0
2014/11/27 01:15:28.534| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33c1260*0 from policy
2014/11/27 01:15:28.534| MemObject.cc(110) ~MemObject: del MemObject 0x33c12d0
2014/11/27 01:15:28.534| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33a7c88
2014/11/27 01:15:28.534| store.cc(404) destroyMemObject: destroyMemObject 0x33a7860
2014/11/27 01:15:28.534| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33a7c80*0 from policy
2014/11/27 01:15:28.534| MemObject.cc(110) ~MemObject: del MemObject 0x33a7860
2014/11/27 01:15:28.534| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x337b958
2014/11/27 01:15:28.534| store.cc(404) destroyMemObject: destroyMemObject 0x337b9c0
2014/11/27 01:15:28.534| store.cc(1656) setMemStatus: not removing special e:=msSV/0x337b950*0 from policy
2014/11/27 01:15:28.534| MemObject.cc(110) ~MemObject: del MemObject 0x337b9c0
2014/11/27 01:15:28.534| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33b5ea8
2014/11/27 01:15:28.534| store.cc(404) destroyMemObject: destroyMemObject 0x33b5f10
2014/11/27 01:15:28.534| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33b5ea0*0 from policy
2014/11/27 01:15:28.534| MemObject.cc(110) ~MemObject: del MemObject 0x33b5f10
2014/11/27 01:15:28.534| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x338c7e8
2014/11/27 01:15:28.534| store.cc(404) destroyMemObject: destroyMemObject 0x338c3e0
2014/11/27 01:15:28.534| store.cc(1656) setMemStatus: not removing special e:=msSV/0x338c7e0*0 from policy
2014/11/27 01:15:28.534| MemObject.cc(110) ~MemObject: del MemObject 0x338c3e0
2014/11/27 01:15:28.534| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33babb8
2014/11/27 01:15:28.534| store.cc(404) destroyMemObject: destroyMemObject 0x33bac20
2014/11/27 01:15:28.534| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33babb0*0 from policy
2014/11/27 01:15:28.534| MemObject.cc(110) ~MemObject: del MemObject 0x33bac20
2014/11/27 01:15:28.535| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33afce8
2014/11/27 01:15:28.535| store.cc(404) destroyMemObject: destroyMemObject 0x33af8e0
2014/11/27 01:15:28.535| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33afce0*0 from policy
2014/11/27 01:15:28.535| MemObject.cc(110) ~MemObject: del MemObject 0x33af8e0
2014/11/27 01:15:28.535| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33bf8d8
2014/11/27 01:15:28.535| store.cc(404) destroyMemObject: destroyMemObject 0x33bf940
2014/11/27 01:15:28.535| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33bf8d0*0 from policy
2014/11/27 01:15:28.535| MemObject.cc(110) ~MemObject: del MemObject 0x33bf940
2014/11/27 01:15:28.535| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33a10c8
2014/11/27 01:15:28.535| store.cc(404) destroyMemObject: destroyMemObject 0x33a1130
2014/11/27 01:15:28.535| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33a10c0*0 from policy
2014/11/27 01:15:28.535| MemObject.cc(110) ~MemObject: del MemObject 0x33a1130
2014/11/27 01:15:28.535| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33bdf18
2014/11/27 01:15:28.535| store.cc(404) destroyMemObject: destroyMemObject 0x33bdf80
2014/11/27 01:15:28.535| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33bdf10*0 from policy
2014/11/27 01:15:28.535| MemObject.cc(110) ~MemObject: del MemObject 0x33bdf80
2014/11/27 01:15:28.535| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x337ecb8
2014/11/27 01:15:28.535| store.cc(404) destroyMemObject: destroyMemObject 0x337ed20
2014/11/27 01:15:28.535| store.cc(1656) setMemStatus: not removing special e:=msSV/0x337ecb0*0 from policy
2014/11/27 01:15:28.535| MemObject.cc(110) ~MemObject: del MemObject 0x337ed20
2014/11/27 01:15:28.535| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x3386168
2014/11/27 01:15:28.535| store.cc(404) destroyMemObject: destroyMemObject 0x3385d40
2014/11/27 01:15:28.535| store.cc(1656) setMemStatus: not removing special e:=msSV/0x3386160*0 from policy
2014/11/27 01:15:28.536| MemObject.cc(110) ~MemObject: del MemObject 0x3385d40
2014/11/27 01:15:28.536| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33b9208
2014/11/27 01:15:28.536| store.cc(404) destroyMemObject: destroyMemObject 0x33b9270
2014/11/27 01:15:28.536| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33b9200*0 from policy
2014/11/27 01:15:28.536| MemObject.cc(110) ~MemObject: del MemObject 0x33b9270
2014/11/27 01:15:28.536| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x3394368
2014/11/27 01:15:28.536| store.cc(404) destroyMemObject: destroyMemObject 0x33943d0
2014/11/27 01:15:28.536| store.cc(1656) setMemStatus: not removing special e:=msSV/0x3394360*0 from policy
2014/11/27 01:15:28.536| MemObject.cc(110) ~MemObject: del MemObject 0x33943d0
2014/11/27 01:15:28.536| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33a9628
2014/11/27 01:15:28.536| store.cc(404) destroyMemObject: destroyMemObject 0x33a9220
2014/11/27 01:15:28.536| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33a9620*0 from policy
2014/11/27 01:15:28.536| MemObject.cc(110) ~MemObject: del MemObject 0x33a9220
2014/11/27 01:15:28.536| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x336be28
2014/11/27 01:15:28.536| store.cc(404) destroyMemObject: destroyMemObject 0x336bc50
2014/11/27 01:15:28.536| store.cc(1656) setMemStatus: not removing special e:=msSV/0x336be20*0 from policy
2014/11/27 01:15:28.536| MemObject.cc(110) ~MemObject: del MemObject 0x336bc50
2014/11/27 01:15:28.536| store.cc(422) destroyStoreEntry: destroyStoreEntry: destroying 0x33976b8
2014/11/27 01:15:28.536| store.cc(404) destroyMemObject: destroyMemObject 0x3397720
2014/11/27 01:15:28.536| store.cc(1656) setMemStatus: not removing special e:=msSV/0x33976b0*0 from policy
2014/11/27 01:15:28.536| MemObject.cc(110) ~MemObject: del MemObject 0x3397720
2014/11/27 01:15:28.536| Open FD UNSTARTED     0 stdin
2014/11/27 01:15:28.536| Open FD UNSTARTED     1 stdout
2014/11/27 01:15:28.536| Open FD UNSTARTED     2 stderr
2014/11/27 01:15:28.536| Open FD READ/WRITE   10 DNS Socket IPv4
2014/11/27 01:15:28.536| Open FD READ/WRITE   11 ssl_crtd #1
2014/11/27 01:15:28.536| Open FD UNSTARTED    12 client https start
2014/11/27 01:15:28.536| Open FD READ/WRITE   13 ssl_crtd #2
2014/11/27 01:15:28.536| Open FD READ/WRITE   14 Idle client: Waiting for next request
2014/11/27 01:15:28.536| Open FD READ/WRITE   15 ssl_crtd #3
2014/11/27 01:15:28.536| Open FD READ/WRITE   16 Idle server: 173.194.113.23:80/www.gstatic.com
2014/11/27 01:15:28.536| Open FD READ/WRITE   17 ssl_crtd #4
2014/11/27 01:15:28.536| Open FD READ/WRITE   19 ssl_crtd #5
2014/11/27 01:15:28.536| Open FD UNSTARTED    22 IPC UNIX STREAM Parent
2014/11/27 01:15:28.536| Open FD READ/WRITE   46 ssl_crtd #1
2014/11/27 01:15:28.536| Open FD READ/WRITE   47 ssl_crtd #1
2014/11/27 01:15:28.536| Open FD READ/WRITE   48 ssl_crtd #1
2014/11/27 01:15:28.536| Open FD READ/WRITE   50 ssl_crtd #1
2014/11/27 01:15:28.536| Open FD READ/WRITE   51 ssl_crtd #1
2014/11/27 01:15:28.536| Open FD READ/WRITE   53 ssl_crtd #1
2014/11/27 01:15:28.536| Open FD READ/WRITE   55 ssl_crtd #1
2014/11/27 01:15:28.536| Open FD READ/WRITE   57 ssl_crtd #1
2014/11/27 01:15:28.536| Open FD READ/WRITE   59 ssl_crtd #1
2014/11/27 01:15:28.536| Open FD READ/WRITE   61 ssl_crtd #1
2014/11/27 01:15:28.537| main.cc(1908) SquidShutdown: running RegisteredRunner::finishShutdown
2014/11/27 01:15:28.537| mem/Segment.cc(177) unlink: unlinked /squid-ssl_session_cache.shm segment
2014/11/27 01:15:28.537| mem/Segment.cc(177) unlink: unlinked /squid-cf__metadata.shm segment
2014/11/27 01:15:28.537| mem/Segment.cc(177) unlink: unlinked /squid-cf__queues.shm segment
2014/11/27 01:15:28.537| mem/Segment.cc(177) unlink: unlinked /squid-cf__readers.shm segment
2014/11/27 01:15:28.537| mem.cc(519) memClean: memCleanModule: 731 items in 0 chunks and 43 pools are left dirty
2014/11/27 01:15:28.537| tools.cc(610) enter_suid: enter_suid: PID 16232 taking root privileges
2014/11/27 01:15:28.537| tools.cc(543) leave_suid: leave_suid: PID 16232 called
2014/11/27 01:15:28.537| tools.cc(565) leave_suid: leave_suid: PID 16232 giving up root, becoming 'nobody'
2014/11/27 01:15:28.537| Squid Cache (Version 3.5.0.2): Exiting normally.
2014/11/27 01:15:28.537| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.537| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.538| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.539| Acl.cc(378) ~ACL: ACL::~ACL: '
2014/11/27 01:15:28.539| Acl.cc(378) ~ACL: ACL::~ACL: '


More information about the squid-users mailing list