mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 12:42:09 +00:00 
			
		
		
		
	Add etag to /api/v1/annotations
This commit is contained in:
		| @@ -4042,7 +4042,13 @@ get "/api/v1/annotations/:id" do |env| | ||||
|     annotations = response.body | ||||
|   end | ||||
|  | ||||
|   annotations | ||||
|   etag = sha256(annotations)[0, 16] | ||||
|   if env.request.headers["If-None-Match"]?.try &.== etag | ||||
|     env.response.status_code = 304 | ||||
|   else | ||||
|     env.response.headers["ETag"] = etag | ||||
|     annotations | ||||
|   end | ||||
| end | ||||
|  | ||||
| get "/api/v1/videos/:id" do |env| | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Omar Roth
					Omar Roth