Prevent the ErrUnsupportedMethod error from being returned up the stack.
It eventually causes the go http library to do a double WriteHeader() which is an error Signed-off-by: Richard Scothern <richard.scothern@gmail.com>master
							parent
							
								
									702d9ddcbc
								
							
						
					
					
						commit
						0edb91185b
					
				| 
						 | 
					@ -65,6 +65,7 @@ func (bs *blobServer) ServeBlob(ctx context.Context, w http.ResponseWriter, r *h
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		http.ServeContent(w, r, desc.Digest.String(), time.Time{}, br)
 | 
							http.ServeContent(w, r, desc.Digest.String(), time.Time{}, br)
 | 
				
			||||||
 | 
							return nil
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Some unexpected error.
 | 
						// Some unexpected error.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue