Samesite - proxy that can cache partial transfers

Check-in [4fece04acc]
anonymous

Check-in [4fece04acc]

Overview
Comment:DNT header
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | master | trunk
Files: files | file ages | folders
SHA3-256: 4fece04acce28ae53a3d2fcc270b3f6af58027fdd29fb9579cd1319753671fb9
User & Date: arcade@b1t.name on 2014-01-13 17:25:06.000
Other Links: branch diff | manifest | tags
Context
2014-01-13
17:26
nginx fix to force rechecking GET requests with args Leaf check-in: 30e9655020 user: arcade@b1t.name tags: master, trunk
17:25
DNT header check-in: 4fece04acc user: arcade@b1t.name tags: master, trunk
2013-11-05
16:21
less logs, more headers, don't saturate disk with writes check-in: f57e6e032b user: arcade@b1t.name tags: master, trunk
Changes
100
101
102
103
104
105
106

107
108
109
110
111
112
113
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114







+







			desc_fields.add('ETag')
		else:
			ignore_fields.add('ETag')

		proxy_ignored = set([
			'Accept', 'Accept-Charset', 'Accept-Encoding', 'Accept-Language',
			'Cache-Control', 'Connection', 'Content-Length', 'Cookie',
			'DNT',
			'Host',
			'If-Modified-Since', 'If-None-Match', 'If-Unmodified-Since',
			'Referer',
			'UA-CPU', 'User-Agent',
			'Via',
			'X-Forwarded-For', 'X-Last-HR', 'X-Last-HTTP-Status-Code', 'X-Old-UID', 'X-Removed', 'X-Real-IP', 'X-Retry-Count',
		])