##// END OF EJS Templates
tests: store ETag when using --headeronly...
Gregory Szorc -
r31791:39f6333e default
parent child Browse files
Show More
@@ -78,8 +78,8 b' def request(host, path, show):'
78 78 else:
79 79 sys.stdout.write(data)
80 80
81 if twice and response.getheader('ETag', None):
82 tag = response.getheader('ETag')
81 if twice and response.getheader('ETag', None):
82 tag = response.getheader('ETag')
83 83
84 84 return response.status
85 85
General Comments 0
You need to be logged in to leave comments. Login now